From: Zhong Jianxin Date: Sun, 15 May 2016 06:19:04 +0000 (+0800) Subject: Remove docs menu.inc and uci_menu.inc X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=e784ae913cd50b8e88ae735defb683a30df8c173 Remove docs menu.inc and uci_menu.inc --- diff --git a/docs/config.txt b/docs/config.txt index 831f19e..f8e154a 100644 --- a/docs/config.txt +++ b/docs/config.txt @@ -3,8 +3,6 @@ UCI files ========= -include::menu.inc[] - == UCI - Configuration files Below you can find the editable UCI configuration files: diff --git a/docs/index.txt b/docs/index.txt index 7e18797..882ca1d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -3,8 +3,6 @@ Documentation Index =================== -include::menu.inc[] - == The Web Presence The documentation you're reading is generated from text files using the diff --git a/docs/menu.inc b/docs/menu.inc deleted file mode 100644 index 7c84ccf..0000000 --- a/docs/menu.inc +++ /dev/null @@ -1,7 +0,0 @@ -[role="menu"] -. link:../index.html[← Home] -. pass:attributes[Index] -. pass:attributes[UCI] -. pass:attributes[Configuration] -. pass:attributes[uBus] -. pass:attributes[Procd] diff --git a/docs/procd.txt b/docs/procd.txt index e275a6f..fe0ced8 100644 --- a/docs/procd.txt +++ b/docs/procd.txt @@ -3,8 +3,6 @@ The Procd System Manager ======================== -include::menu.inc[] - == Procd _LEDE_ uses 'procd' for booting the system, managing processes and handling parts of the kernel/userland interaction. It can be considered similar to 'systemd' on full blown distributions. Here is a list of tasks that procd will do for us diff --git a/docs/ubus.txt b/docs/ubus.txt index 3c20dd7..8c790ae 100644 --- a/docs/ubus.txt +++ b/docs/ubus.txt @@ -3,8 +3,6 @@ uBus IPC/RPC System =================== -include::menu.inc[] - == uBus - IPC/RPC uBus is the interconnect system used by most services running on a _LEDE_ setup. diff --git a/docs/uci.txt b/docs/uci.txt index 0d9048e..d1f9ee4 100644 --- a/docs/uci.txt +++ b/docs/uci.txt @@ -3,8 +3,6 @@ The UCI Configuration System ============================ -include::menu.inc[] - == UCI - Unified Configuration Interface _LEDE_ uses UCI to store its configuration. This is a human readable file format using typed and named sections. Each section contains a number of options. Options can be single values or lists of values. All configuration files are stored in the /etc/config/ folder. You can manually edit these files. diff --git a/docs/uci_dnsmasq.txt b/docs/uci_dnsmasq.txt index 5e7bf31..fa78919 100644 --- a/docs/uci_dnsmasq.txt +++ b/docs/uci_dnsmasq.txt @@ -3,8 +3,6 @@ DNS and DHCP configuration ========================== -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. diff --git a/docs/uci_dropbear.txt b/docs/uci_dropbear.txt index c09a10c..f4b5043 100644 --- a/docs/uci_dropbear.txt +++ b/docs/uci_dropbear.txt @@ -3,8 +3,6 @@ Dropbear Configuration ====================== -include::uci_menu.inc[] - == Dropbear Configuration The firewall configuration located in **'/etc/config/dropbear'**. diff --git a/docs/uci_firewall.txt b/docs/uci_firewall.txt index de180c5..8c0c858 100644 --- a/docs/uci_firewall.txt +++ b/docs/uci_firewall.txt @@ -3,8 +3,6 @@ Firewall configuration ====================== -include::uci_menu.inc[] - == Firewall Configuration The firewall configuration located in **'/etc/config/firewall'**. diff --git a/docs/uci_fstab.txt b/docs/uci_fstab.txt index 8fd96fe..7554917 100644 --- a/docs/uci_fstab.txt +++ b/docs/uci_fstab.txt @@ -3,8 +3,6 @@ Fstab Configuration =================== -include::uci_menu.inc[] - == 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'**. diff --git a/docs/uci_menu.inc b/docs/uci_menu.inc deleted file mode 100644 index 6a55042..0000000 --- a/docs/uci_menu.inc +++ /dev/null @@ -1,11 +0,0 @@ -[role="menu"] -. link:config.html[← Configuration] -. pass:attributes[DHCP] -. pass:attributes[Dropbear] -. pass:attributes[Firewall] -. pass:attributes[Fstab] -. pass:attributes[Network] -. pass:attributes[QoS] -. pass:attributes[Samba] -. pass:attributes[System] -. pass:attributes[Wireless] diff --git a/docs/uci_net.txt b/docs/uci_net.txt index fa1c3b7..d38cbd7 100644 --- a/docs/uci_net.txt +++ b/docs/uci_net.txt @@ -3,8 +3,6 @@ Network configuration ===================== -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_. diff --git a/docs/uci_qos.txt b/docs/uci_qos.txt index e2e5b39..519addf 100644 --- a/docs/uci_qos.txt +++ b/docs/uci_qos.txt @@ -3,8 +3,6 @@ Quality of Service (qos-scripts) configuration ============================================== -include::uci_menu.inc[] - == Quality of Service configuration This is the documentation for the UCI configuration file **'/etc/config/qos'**. diff --git a/docs/uci_samba.txt b/docs/uci_samba.txt index ef6c681..a6b4835 100644 --- a/docs/uci_samba.txt +++ b/docs/uci_samba.txt @@ -3,8 +3,6 @@ Samba (smb) =========== -include::uci_menu.inc[] - == Samba configuration The Samba UCI configuration file is located at **'/etc/config/samba'**. diff --git a/docs/uci_system.txt b/docs/uci_system.txt index 99c17ce..805a0b1 100644 --- a/docs/uci_system.txt +++ b/docs/uci_system.txt @@ -3,8 +3,6 @@ System configuration ==================== -include::uci_menu.inc[] - == System configuration The system UCI configuration is located in **'/etc/config/system'**. diff --git a/docs/uci_wireless.txt b/docs/uci_wireless.txt index a5b32f9..629c990 100644 --- a/docs/uci_wireless.txt +++ b/docs/uci_wireless.txt @@ -3,8 +3,6 @@ Wireless configuration ====================== -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]].