Add structure to some of the documentation; VPP-223 90/2890/2
authorChris Luke <chrisy@flirble.org>
Wed, 14 Sep 2016 16:42:54 +0000 (12:42 -0400)
committerChris Luke <chris_luke@comcast.com>
Wed, 14 Sep 2016 18:03:31 +0000 (18:03 +0000)
Moves the random .md files into a config examples tree

Change-Id: If423b82f1047f1c84f90876a786313054b5f7c77
Signed-off-by: Chris Luke <chrisy@flirble.org>
README.md
doxygen/Makefile
doxygen/user_doc.md [new file with mode: 0644]
plugins/ioam-plugin/ioam/ioam_plugin_doc.md [moved from plugins/ioam-plugin/ioam/Readme.md with 99% similarity]
plugins/lb-plugin/lb_plugin_doc.md [moved from plugins/lb-plugin/README.md with 99% similarity]
vnet/vnet/ipsec-gre/ipsec_gre_doc.md
vnet/vnet/map/map_doc.md

index ccc832c..cfdb7a6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -90,5 +90,8 @@ for this can be found [on the Setting up Vagrant wiki page]
 
 ## More information.
 
+Several modules provide documentation, see @subpage user_doc for more
+information.
+
 Visit the [VPP wiki](https://wiki.fd.io/view/VPP) for details on more
 advanced building strategies and development notes.
index f62fa76..aa50e58 100644 (file)
@@ -31,6 +31,7 @@ DOXY_DIR ?= $(WS_ROOT)/doxygen
 # Input directories and files
 DOXY_INPUT ?= \
        README.md \
+       doxygen/user_doc.md \
        vppinfra \
        svm \
        vlib \
diff --git a/doxygen/user_doc.md b/doxygen/user_doc.md
new file mode 100644 (file)
index 0000000..d0e6380
--- /dev/null
@@ -0,0 +1,10 @@
+User Configuration Examples    {#user_doc}
+===========================
+
+Several modules provide operational documentation.
+
+- @subpage ipsec_gre_doc
+- @subpage map_doc
+- @subpage ioam_plugin_doc
+- @subpage lb_plugin_doc
+
similarity index 99%
rename from plugins/ioam-plugin/ioam/Readme.md
rename to plugins/ioam-plugin/ioam/ioam_plugin_doc.md
index 2c2d855..071e1f0 100644 (file)
@@ -1,5 +1,4 @@
-
-## VPP Inband OAM (iOAM)
+## VPP Inband OAM (iOAM)    {#ioam_plugin_doc}
 
 In-band OAM (iOAM) is an implementation study to record operational
 information in the packet while the packet traverses a path between
similarity index 99%
rename from plugins/lb-plugin/README.md
rename to plugins/lb-plugin/lb_plugin_doc.md
index 4effe53..c7885ff 100644 (file)
@@ -1,4 +1,4 @@
-# Load Balancer plugin for VPP
+# Load Balancer plugin for VPP    {#lb_plugin_doc}
 
 ## Version
 
index e9e5fdd..e1bb9cd 100644 (file)
@@ -1,4 +1,4 @@
-# VPP L2-GRE over IPsec implementation
+# VPP L2-GRE over IPsec implementation    {#ipsec_gre_doc}
 
 This is a memo intended to contain documentation of the VPP L2-GRE over IPsec implementation.
 Everything that is not directly obvious should come here.
index 230c52d..17f3c51 100644 (file)
@@ -1,4 +1,4 @@
-# VPP MAP and Lw4o6 implementation
+# VPP MAP and Lw4o6 implementation    {#map_doc}
 
 This is a memo intended to contain documentation of the VPP MAP and Lw4o6 implementations.
 Everything that is not directly obvious should come here.