This allows us to organize the TOC a bit better by adding sections per
major version. We can even increase the maxdepth to 2 now, which looks
great in my opinion.
In addition, the full list of releases is not shown in the sidebar
anymore when viewing a completely different part of the documentation,
which took up more than half of the total sidebar entries.
(cherry picked from commit 7ebc88147e)
94 lines
1.8 KiB
ReStructuredText
94 lines
1.8 KiB
ReStructuredText
Welcome to Gluon
|
|
================
|
|
|
|
Gluon is a modular framework for creating OpenWrt-based firmware images for wireless mesh nodes.
|
|
Several Freifunk communities in Germany use Gluon as the foundation of their Freifunk firmware.
|
|
|
|
|
|
.. toctree::
|
|
:caption: User Documentation
|
|
:maxdepth: 2
|
|
|
|
user/getting_started
|
|
user/site
|
|
user/supported_devices
|
|
user/x86
|
|
user/faq
|
|
|
|
.. toctree::
|
|
:caption: Features
|
|
:maxdepth: 2
|
|
|
|
features/configmode
|
|
features/autoupdater
|
|
features/wlan-configuration
|
|
features/private-wlan
|
|
features/wired-mesh
|
|
features/dns-forwarder
|
|
features/monitoring
|
|
features/multidomain
|
|
features/authorized-keys
|
|
features/roles
|
|
features/vpn
|
|
|
|
.. toctree::
|
|
:caption: Developer Documentation
|
|
:maxdepth: 2
|
|
|
|
dev/basics
|
|
dev/hardware
|
|
dev/packages
|
|
dev/upgrade
|
|
dev/wan
|
|
dev/mac_addresses
|
|
dev/site_library
|
|
dev/build
|
|
dev/debugging
|
|
|
|
.. toctree::
|
|
:caption: gluon-web Reference
|
|
:maxdepth: 1
|
|
|
|
dev/web/controller
|
|
dev/web/model
|
|
dev/web/view
|
|
dev/web/i18n
|
|
dev/web/config-mode
|
|
|
|
.. toctree::
|
|
:caption: Packages
|
|
:maxdepth: 1
|
|
|
|
package/gluon-client-bridge
|
|
package/gluon-config-mode-domain-select
|
|
package/gluon-ebtables-filter-multicast
|
|
package/gluon-ebtables-filter-ra-dhcp
|
|
package/gluon-ebtables-limit-arp
|
|
package/gluon-ebtables-source-filter
|
|
package/gluon-hoodselector
|
|
package/gluon-logging
|
|
package/gluon-mesh-batman-adv
|
|
package/gluon-mesh-wireless-sae
|
|
package/gluon-radv-filterd
|
|
package/gluon-scheduled-domain-switch
|
|
package/gluon-web-admin
|
|
package/gluon-web-logging
|
|
|
|
.. toctree::
|
|
:caption: Releases
|
|
:maxdepth: 1
|
|
|
|
releases/index
|
|
|
|
License
|
|
-------
|
|
|
|
See LICENCE_
|
|
|
|
.. _LICENCE: https://github.com/freifunk-gluon/gluon/blob/master/LICENSE
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`search`
|