summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py9
-rw-r--r--docs/conf.yaml3
-rw-r--r--docs/index.rst16
-rw-r--r--docs/requirements.txt6
4 files changed, 34 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
new file mode 100644
index 0000000..0cfa9d7
--- /dev/null
+++ b/docs/conf.py
@@ -0,0 +1,9 @@
+#######################################################################
+# Copyright (c) 2018 AT&T
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+#######################################################################
+
+from docs_conf.conf import *
diff --git a/docs/conf.yaml b/docs/conf.yaml
new file mode 100644
index 0000000..38ea565
--- /dev/null
+++ b/docs/conf.yaml
@@ -0,0 +1,3 @@
+---
+project_cfg: opnfv
+project: ipv6
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..e89614b
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,16 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) Bin Hu (AT&T) and Sridhar Gaddam (RedHat)
+
+==================
+IPv6 Documentation
+==================
+
+.. toctree::
+ :numbered:
+ :maxdepth: 4
+
+ ./release/release-notes/index.rst
+ ./release/installation/index.rst
+ ./release/configguide/index.rst
+ ./release/userguide/index.rst
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000..29bb434
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1,6 @@
+lfdocs-conf
+sphinx_opnfv_theme
+
+# Uncomment the following line if your project uses Sphinx to document
+# HTTP APIs
+# sphinxcontrib-httpdomain