diff --git a/docs/capabilities.md b/docs/capabilities.md deleted file mode 100644 index 4b038b9..0000000 --- a/docs/capabilities.md +++ /dev/null @@ -1,56 +0,0 @@ - -XZG Firmware unifies the best innovations from previous Zigbee gateway projects into a single, comprehensive solution. - -By focusing the community's efforts on enhancing one product, XZG aims to streamline development, thereby improving the capabilities and efficiency of your Zigbee Gateways. 🌍 - - - -
- Visual Studio Code Badge - npm Badge - Arduino Badge - JSON Badge - gulp Badge - Bootstrap Badge - jQuery Badge - i18next Badge - GitHub Actions Badge -
- - -## 🍓 Key features - -| | | -| :-------------------- | :------------------------------------------------------------------------------------------------------------------------: | -| Localized Translation |
🇬🇧 🇺🇦 🇨🇳 🇪🇸 🇵🇹 🇷🇺 🇫🇷 🇩🇪 🇯🇵 🇹🇷 🇮🇹 🇵🇱
| -| Zigbee OTA | Install new Zigbee firmware or change role Coordinator / Router / OpenThread using **only web UI** of your gateway 🚀 | -| Web UI theme | 🌞 Light *or* Dark 🌑 | -| Zigbee mode | :material-lan: Network *or* USB :fontawesome-brands-usb: | -| Network mode | :material-ethernet: RJ45 **and** Wi-Fi :material-wifi: *(simultaneously)* | -| VPN support | :simple-wireguard: WireGuard | -| MQTT client | :simple-mqtt: Publish gateway states to brokers and subscribes for commands | -| Access point | :material-antenna: If there isn't available any wire and wireless connection | -| NTP client | :material-clock: Yes | -| Custom DNS servers | :material-dns: Yes *(when DHCP is **off**)*, Ethernet and WiFi | -| Realtime web updates | :material-run-fast: Without page refreshing | -| Button | :material-button-pointer: Change current modes, factory reset :material-factory: | -| LEDs | :material-led-on: Different blinks helps to indicate current mode | -| Disable LEDs modes | :material-led-variant-off: Full disable and Night :material-weather-night: | -| Code | XZG is developed, coded and tested in Ukraine 🇺🇦 | -| Build | :fontawesome-brands-github: All builds are published using GitHub Actions. No more manual publishing of binaries. | - -## 🎮 Supported devices - -| | Button | Custom LEDs | Remote Network / USB mode selection | -| :-------------- | :----------------: | :----------------: | :---------------------------------: | -| [UZG-01]() | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| [SLZB-06]() | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| [Olizig PoE]() | :no_entry: | :no_entry: | :no_entry: | -| [LilyZig PoE]() | :no_entry: | :no_entry: | :no_entry: | -| [ZigStar LAN]() | :no_entry: | :no_entry: | :no_entry: | - - - - - - diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 0000000..0b9bcf0 --- /dev/null +++ b/docs/features.md @@ -0,0 +1,57 @@ + +XZG Firmware unifies the best innovations from previous Zigbee gateway projects into a single, comprehensive solution. + +By focusing the community's efforts on enhancing one product, XZG aims to streamline development, thereby improving the features and efficiency of your Zigbee Gateways. 🌍 + + + +
+ Visual Studio Code Badge + npm Badge + Arduino Badge + JSON Badge + gulp Badge + Bootstrap Badge + jQuery Badge + i18next Badge + GitHub Actions Badge +
+ + +## 🍓 Key features + +| | | +| :-------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| Localized Translation |
🇬🇧 🇺🇦 🇨🇳 🇪🇸 🇵🇹 🇷🇺 🇫🇷 🇩🇪 🇯🇵 🇹🇷 🇮🇹 🇵🇱
| +| Zigbee OTA | Install new Zigbee firmware or change role Coordinator / Router / OpenThread using **only the Web UI** of your gateway 🚀 | +| NVRAM | Erase NVRAM using **only the Web UI** of your gateway 🎉 | +| Web UI theme | 🌞 Light *or* Dark 🌑 | +| Zigbee mode | :material-lan: Network *or* USB :fontawesome-brands-usb: | +| Network mode | :material-ethernet: RJ45 **and** Wi-Fi :material-wifi: *(simultaneously)* | +| VPN support | :simple-wireguard: WireGuard | +| MQTT client | :simple-mqtt: Publish gateway states to brokers and subscribes for commands | +| Access point | :material-antenna: If there isn't available any wire and wireless connection | +| NTP client | :material-clock: Yes | +| Custom DNS servers | :material-dns: Yes *(when DHCP is **off**)*, Ethernet and WiFi | +| Realtime web updates | :material-run-fast: Without page refreshing | +| Button | :material-button-pointer: Change current modes, factory reset :material-factory: | +| LEDs | :material-led-on: Different blinks helps to indicate current mode | +| Disable LEDs modes | :material-led-variant-off: Full disable and Night :material-weather-night: | +| Code | XZG is developed, coded and tested in Ukraine 🇺🇦 | +| Build | :fontawesome-brands-github: All builds are published using GitHub Actions. No more manual publishing of binaries. | + +## 🎮 Supported devices + +| | Button | Custom LEDs | Remote Network / USB mode selection | +| :-------------- | :----------------: | :----------------: | :---------------------------------: | +| [UZG-01]() | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| [SLZB-06]() | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| [Olizig PoE]() | :no_entry: | :no_entry: | :no_entry: | +| [LilyZig PoE]() | :no_entry: | :no_entry: | :no_entry: | +| [ZigStar LAN]() | :no_entry: | :no_entry: | :no_entry: | + + + + + + diff --git a/mkdocs.yml b/mkdocs.yml index b5f6b30..b77a7fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -165,7 +165,7 @@ extra_css: nav: - Home: index.md - - Capabilities: capabilities.md + - Features: features.md - Web Installer: install.md - Wiki: - Quick start: quick-start.md diff --git a/overrides/home.html b/overrides/home.html index 15cbd59..5fc1b77 100644 --- a/overrides/home.html +++ b/overrides/home.html @@ -10,8 +10,8 @@

XZG Firmware

- - Wiki + + Features