Remove docs menu.inc and uci_menu.inc
authorZhong Jianxin <azuwis@gmail.com>
Sun, 15 May 2016 06:19:04 +0000 (14:19 +0800)
committerZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 06:04:48 +0000 (14:04 +0800)
16 files changed:
docs/config.txt
docs/index.txt
docs/menu.inc [deleted file]
docs/procd.txt
docs/ubus.txt
docs/uci.txt
docs/uci_dnsmasq.txt
docs/uci_dropbear.txt
docs/uci_firewall.txt
docs/uci_fstab.txt
docs/uci_menu.inc [deleted file]
docs/uci_net.txt
docs/uci_qos.txt
docs/uci_samba.txt
docs/uci_system.txt
docs/uci_wireless.txt

index 831f19e43b3586c3765ce668e3f925ff4becf8c7..f8e154a9dd5e9d8e0c466d7b1b93b8a6e9149033 100644 (file)
@@ -3,8 +3,6 @@
 UCI files
 =========
 
-include::menu.inc[]
-
 == UCI - Configuration files
 
 Below you can find the editable UCI configuration files:
index 7e18797722ee808e2090d8956aed97798b915421..882ca1d343859a87dc7e340fb8ddd477884fcc99 100644 (file)
@@ -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 (file)
index 7c84ccf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-[role="menu"]
-. link:../index.html[← Home]
-. pass:attributes[<a href="index.html" class="{docname@index:active}">Index</a>]
-. pass:attributes[<a href="uci.html" class="{docname@uci:active}">UCI</a>]
-. pass:attributes[<a href="config.html" class="{docname@config:active}">Configuration</a>]
-. pass:attributes[<a href="ubus.html" class="{docname@ubus:active}">uBus</a>]
-. pass:attributes[<a href="procd.html" class="{docname@procd:active}">Procd</a>]
index e275a6f871ed8d30b7d12202a73c5f89e2c53024..fe0ced878403d3f09713dbd9a3e4cc7b7794b8c7 100644 (file)
@@ -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
index 3c20dd79a922ecd1c025bd4965e811b4e783ffc1..8c790ae41dbb1d6407562c2b4013a864c1f36cfb 100644 (file)
@@ -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.
index 0d9048eedd2a0ec0db275d759781addee25c1f96..d1f9ee4fbb35d5fe3c1d2d6263a871b92575cc93 100644 (file)
@@ -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.
index 5e7bf31296741387774c0e33b9f503239a33077d..fa789190b7bc4f38a08b6537defd3aa56d79e29b 100644 (file)
@@ -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.
index c09a10c2448233fb4d3658034ced10c7c158a04f..f4b5043315d43ee0bb87559d12528542ba281373 100644 (file)
@@ -3,8 +3,6 @@
 Dropbear Configuration
 ======================
 
-include::uci_menu.inc[]
-
 == Dropbear Configuration
 
 The firewall configuration located in **'/etc/config/dropbear'**.
index de180c50a31b0cac96d363a2a9861d2ab98b6eee..8c0c858572acd5584915f4df1e25bd526fa2090a 100644 (file)
@@ -3,8 +3,6 @@
 Firewall configuration
 ======================
 
-include::uci_menu.inc[]
-
 == Firewall Configuration
 
 The firewall configuration located in **'/etc/config/firewall'**.
index 8fd96fe83730bc905ae163b54a6d19bfc7a8ff89..7554917d91630593f5e260016661d23863d91cdf 100644 (file)
@@ -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 (file)
index 6a55042..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[role="menu"]
-. link:config.html[← Configuration]
-. pass:attributes[<a href="uci_dnsmasq.html" class="{docname@uci_dnsmasq:active}">DHCP</a>]
-. pass:attributes[<a href="uci_dropbear.html" class="{docname@uci_dropbear:active}">Dropbear</a>]
-. pass:attributes[<a href="uci_firewall.html" class="{docname@uci_firewall:active}">Firewall</a>]
-. pass:attributes[<a href="uci_fstab.html" class="{docname@uci_fstab:active}">Fstab</a>]
-. pass:attributes[<a href="uci_net.html" class="{docname@uci_net:active}">Network</a>]
-. pass:attributes[<a href="uci_qos.html" class="{docname@uci_qos:active}">QoS</a>]
-. pass:attributes[<a href="uci_samba.html" class="{docname@uci_samba:active}">Samba</a>]
-. pass:attributes[<a href="uci_system.html" class="{docname@uci_system:active}">System</a>]
-. pass:attributes[<a href="uci_wireless.html" class="{docname@uci_wireless:active}">Wireless</a>]
index fa1c3b7f0b978b16c118591eee96320c3725e5ea..d38cbd765d93a549bf122c3bb98afefd49c4d43c 100644 (file)
@@ -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_.
index e2e5b397038516e6c5798550cf69b2d88045a39d..519addfe48a8fef0850a60e623117a9da1128bdb 100644 (file)
@@ -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'**.
index ef6c6813a1c6799226da5b6e55db5ddd7cf56776..a6b483586fd318c941aa805044c6dde7c37f3d54 100644 (file)
@@ -3,8 +3,6 @@
 Samba (smb)
 ===========
 
-include::uci_menu.inc[]
-
 == Samba configuration
 
 The Samba UCI configuration file is located at **'/etc/config/samba'**.
index 99c17ce834a0d0a1aa614d926c6628492fe79610..805a0b114ca85a76a55f9bd95a782ae7cb7526ea 100644 (file)
@@ -3,8 +3,6 @@
 System configuration
 ====================
 
-include::uci_menu.inc[]
-
 == System configuration
 
 The system UCI configuration is located in **'/etc/config/system'**.
index a5b32f971fcb59cd4646e0256ab52828d8d51a1d..629c99047392cf908d0d5e7e8a03501d475d21ce 100644 (file)
@@ -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]].