aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-09-14 12:42:54 -0400
committerChris Luke <chris_luke@comcast.com>2016-09-14 18:03:31 +0000
commit0f53393c82c8c21f6977749e1e9501232fcf8371 (patch)
tree7c8e955e9759dd62006c2703cf17776aa63a0977 /doxygen
parent1a30f381925192ef68c7377a6c2168f8f60eb33e (diff)
Add structure to some of the documentation; VPP-223
Moves the random .md files into a config examples tree Change-Id: If423b82f1047f1c84f90876a786313054b5f7c77 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Makefile1
-rw-r--r--doxygen/user_doc.md10
2 files changed, 11 insertions, 0 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
index f62fa7661ab..aa50e585eed 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -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
index 00000000000..d0e6380c66d
--- /dev/null
+++ b/doxygen/user_doc.md
@@ -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
+