|
| 1 | +# Summary |
| 2 | + |
| 3 | +[Introduction](./introduction.md) |
| 4 | + |
| 5 | +# Getting Started |
| 6 | + |
| 7 | +- [Installation](./getting-started/installation.md) |
| 8 | +- [Quick Start](./getting-started/quick-start.md) |
| 9 | +- [Requirements](./getting-started/requirements.md) |
| 10 | + |
| 11 | +# User Guide |
| 12 | + |
| 13 | +- [WiFi Management](./guide/wifi.md) |
| 14 | + - [Scanning Networks](./guide/wifi-scanning.md) |
| 15 | + - [Connecting to Networks](./guide/wifi-connecting.md) |
| 16 | + - [WPA-PSK Networks](./guide/wifi-wpa-psk.md) |
| 17 | + - [WPA-EAP (Enterprise)](./guide/wifi-enterprise.md) |
| 18 | + - [Hidden Networks](./guide/wifi-hidden.md) |
| 19 | +- [VPN Connections](./guide/vpn.md) |
| 20 | + - [WireGuard Setup](./guide/vpn-wireguard.md) |
| 21 | + - [VPN Management](./guide/vpn-management.md) |
| 22 | +- [Ethernet Management](./guide/ethernet.md) |
| 23 | +- [Bluetooth](./guide/bluetooth.md) |
| 24 | +- [Device Management](./guide/devices.md) |
| 25 | +- [Connection Profiles](./guide/profiles.md) |
| 26 | +- [Real-Time Monitoring](./guide/monitoring.md) |
| 27 | +- [Error Handling](./guide/error-handling.md) |
| 28 | + |
| 29 | +# Advanced Topics |
| 30 | + |
| 31 | +- [Async Runtime Support](./advanced/async-runtimes.md) |
| 32 | +- [Custom Timeouts](./advanced/timeouts.md) |
| 33 | +- [Connection Options](./advanced/connection-options.md) |
| 34 | +- [D-Bus Architecture](./advanced/dbus.md) |
| 35 | +- [Logging and Debugging](./advanced/logging.md) |
| 36 | + |
| 37 | +# Examples |
| 38 | + |
| 39 | +- [Basic WiFi Scanner](./examples/wifi-scanner.md) |
| 40 | +- [WiFi Auto-Connect](./examples/wifi-auto-connect.md) |
| 41 | +- [Enterprise WiFi](./examples/enterprise-wifi.md) |
| 42 | +- [WireGuard VPN Client](./examples/wireguard-client.md) |
| 43 | +- [Network Monitor Dashboard](./examples/network-monitor.md) |
| 44 | +- [Connection Manager](./examples/connection-manager.md) |
| 45 | + |
| 46 | +# nmrs-gui |
| 47 | + |
| 48 | +- [GUI Overview](./gui/overview.md) |
| 49 | +- [Installation](./gui/installation.md) |
| 50 | +- [Configuration](./gui/configuration.md) |
| 51 | +- [Themes](./gui/themes.md) |
| 52 | +- [Waybar Integration](./gui/waybar.md) |
| 53 | + |
| 54 | +# API Reference |
| 55 | + |
| 56 | +- [Core Types](./api/types.md) |
| 57 | +- [NetworkManager](./api/network-manager.md) |
| 58 | +- [Models Module](./api/models.md) |
| 59 | +- [Builders Module](./api/builders.md) |
| 60 | +- [Error Types](./api/errors.md) |
| 61 | + |
| 62 | +# Development |
| 63 | + |
| 64 | +- [Contributing](./development/contributing.md) |
| 65 | +- [Architecture](./development/architecture.md) |
| 66 | +- [Testing](./development/testing.md) |
| 67 | +- [Release Process](./development/releases.md) |
| 68 | + |
| 69 | +# Appendix |
| 70 | + |
| 71 | +- [Troubleshooting](./appendix/troubleshooting.md) |
| 72 | +- [FAQ](./appendix/faq.md) |
| 73 | +- [Changelog](./appendix/changelog.md) |
| 74 | +- [License](./appendix/license.md) |
0 commit comments