color: #fff;
}
+.docs_menu ol {
+ padding: 0;
+ margin: 0 -10px;
+ border: 2px solid #527bbd;
+ border-width: 2px 0;
+}
+
+.docs_menu ol li,
+.docs_menu ol li p {
+ padding: 0;
+ margin: 1px 1px 1px 1px;
+}
+
+.docs_menu ol:after {
+ content: "";
+ display: block;
+ clear: both;
+}
+
+.docs_menu ol li {
+ list-style: none;
+ float: left;
+}
+
+.docs_menu ol li p a:link,
+.docs_menu ol li p a:visited {
+ color: #527bbd;
+ font-size: 1.1em;
+ text-decoration: none;
+ display: block;
+ padding: 2px 4px;
+ border-radius: 3px 3px 3px 3px;
+}
+
+.docs_menu ol li p a:hover,
+.docs_menu ol li p a:active,
+.docs_menu ol li p a.active {
+ background-color: #527bbd;
+ color: #fff;
+}
DNS and DHCP configuration
==========================
-The _dnsmasq_ and dhcpd configuration is located in '/etc/config/dhcp' and controls both DNS and DHCP server options on the device.
+include::uci_menu.inc[]
+
+== DNS and DHCP configuration
+
+The _dnsmasq_ and dhcpd configuration is located in **'/etc/config/dhcp'** and controls both DNS and DHCP server options on the device.
In the default configuration this file contains one _common section_ to specify DNS and daemon related options and one or more _DHCP pools_ to define DHCP ranges serving on network interfaces.
Dropbear Configuration
======================
-'/etc/config/dropbear'.
+include::uci_menu.inc[]
+
+== Dropbear Configuration
+
+The firewall configuration located in **'/etc/config/dropbear'**.
== Sections
Firewall configuration
======================
+include::uci_menu.inc[]
+
+== Firewall Configuration
+
The firewall configuration located in **'/etc/config/firewall'**.
== Overview
Fstab Configuration
===================
-The Fstab, or **f**ile **s**ystems **tab**le, is a central configuration that defines how file systems (usually on block devices) should be mounted if requested (such as on booting the device or connecting it physically). This way, you don't have to manually mount your devices when you want to access them. The mounting configuration can consist of static file systems but also swap partitions. The fstab UCI configuration file is where all the options for all devices and file systems to be mounted are defined and is located at...
+include::uci_menu.inc[]
-----
-/etc/config/fstab
-----
+== Fstab Configuration
+
+The Fstab, or **f**ile **s**ystems **tab**le, is a central configuration that defines how file systems (usually on block devices) should be mounted if requested (such as on booting the device or connecting it physically). This way, you don't have to manually mount your devices when you want to access them. The mounting configuration can consist of static file systems but also swap partitions. The fstab UCI configuration file is where all the options for all devices and file systems to be mounted are defined and is located at **'/etc/config/fstab'**.
== Initial Configuration
Network configuration
=====================
-The central network configuration is located in the file '/etc/config/network'. This configuration file is responsible for defining _switch VLANs_, _interface configurations_ and _network routes_.
+include::uci_menu.inc[]
+
+== Network configuration
+
+The central network configuration is located in the file **'/etc/config/network'**. This configuration file is responsible for defining _switch VLANs_, _interface configurations_ and _network routes_.
After editing and saving '/etc/config/network' you need to execute '/etc/init.d/network reload' to stop and restart the network before any changes take effect. Rebooting the router is not necessary.
-Feel free to inform yourself about link:https://www.lede-project.org/docs/procd.html[netifd] (Network Interface Daemon).
+Feel free to inform yourself about link:procd.html[netifd] (Network Interface Daemon).
== Sections
Quality of Service (qos-scripts) configuration
==============================================
-This is the documentation for the UCI configuration file '/etc/config/qos'.
+include::uci_menu.inc[]
-*WARNING*: 'luci-app-qos' won't start until you enable the 'qos' Initscript within the System-->Startup tab as well as enable qos under Network-->QoS
+== Quality of Service configuration
+
+This is the documentation for the UCI configuration file **'/etc/config/qos'**.
+*WARNING*: 'luci-app-qos' won't start until you enable the 'qos' Initscript within the System-->Startup tab as well as enable qos under Network-->QoS
== Sections
Samba (smb)
===========
-== UCI configuration options
+include::uci_menu.inc[]
-The UCI configuration file is located at /etc/config/samba.
+== Samba configuration
+
+The Samba UCI configuration file is located at **'/etc/config/samba'**.
=== Common Options
System configuration
====================
+include::uci_menu.inc[]
+
+== System configuration
+
+The system UCI configuration is located in **'/etc/config/system'**.
+
== Sections
The 'system' configuration contains basic settings for the whole router. Larger subsystems such as the network configuration, the DHCP and DNS server, and similar, have their own configuration file.
Wireless configuration
======================
-The wireless UCI configuration is located in '/etc/config/wireless'. Learn about the entire [[doc:howto:wireless.overview|IEEE 802.11 "wireless" subsystem]].
+include::uci_menu.inc[]
+
+== Wireless configuration
+
+The wireless UCI configuration is located in **'/etc/config/wireless'**. Learn about the entire [[doc:howto:wireless.overview|IEEE 802.11 "wireless" subsystem]].
By default the wireless is **OFF**. You can turn it on in the '/etc/config/wireless' by changing 'disabled 1' to 'disabled 0'