summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-08-31 07:57:11 -0700
committerblsaws <bryan.sullivan@att.com>2016-08-31 08:25:25 -0700
commit6d6dcb6b637386aa9e1db38ba11c7c101706f855 (patch)
tree9cbe89077e1a66cbb398c1bbdfef4f58eca84e2c
parent1a2c0bc8571b64e88b02676e4413dd4e325b61e0 (diff)
Include config and usage guidelines in main doc
JIRA: COPPER-1 Try 2, the links to docs in other folders are not accepted Try 3, using an include file Try 4, individual include files Change-Id: I57e7b797ce31fc6f248dc42fea33d768ba44ed81 Signed-off-by: blsaws <bryan.sullivan@att.com>
-rw-r--r--docs/design/featureconfig_link.rst2
-rw-r--r--docs/design/featureusage_link.rst2
-rw-r--r--docs/design/index.rst3
-rw-r--r--docs/design/postinstall_link.rst2
4 files changed, 9 insertions, 0 deletions
diff --git a/docs/design/featureconfig_link.rst b/docs/design/featureconfig_link.rst
new file mode 100644
index 0000000..20ab6a9
--- /dev/null
+++ b/docs/design/featureconfig_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../configguide/featureconfig.rst
diff --git a/docs/design/featureusage_link.rst b/docs/design/featureusage_link.rst
new file mode 100644
index 0000000..135cf01
--- /dev/null
+++ b/docs/design/featureusage_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../userguide/featureusage.rst
diff --git a/docs/design/index.rst b/docs/design/index.rst
index 19e2262..76ad890 100644
--- a/docs/design/index.rst
+++ b/docs/design/index.rst
@@ -11,3 +11,6 @@ OPNFV Copper Project
usecases.rst
architecture.rst
requirements.rst
+ featureconfig_link.rst
+ postinstall_link.rst
+ featureusage_link.rst
diff --git a/docs/design/postinstall_link.rst b/docs/design/postinstall_link.rst
new file mode 100644
index 0000000..ab2038f
--- /dev/null
+++ b/docs/design/postinstall_link.rst
@@ -0,0 +1,2 @@
+.. include::
+ ../configguide/postinstall.rst