Add support for ONAP documentation project 69/79169/2
authorPetr Ospalý <p.ospaly@partner.samsung.com>
Tue, 26 Feb 2019 10:42:16 +0000 (11:42 +0100)
committerPetr Ospalý <p.ospaly@partner.samsung.com>
Tue, 26 Feb 2019 10:53:20 +0000 (11:53 +0100)
Provided the mandatory doc structure:
  docs/
    index.rst
    ...

Added a couple of .gitignore for better testing and development.

Change-Id: I722806681e4844e0ea915006bc7de6018d3073d7
Issue-ID: OOM-1672
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
.gitignore [new file with mode: 0644]
docs/.gitignore [new file with mode: 0644]
docs/BuildGuide.rst [moved from doc/BuildGuide.rst with 100% similarity, mode: 0644]
docs/InstallGuide.rst [moved from doc/InstallGuide.rst with 100% similarity, mode: 0644]
docs/index.rst [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8e695ec
--- /dev/null
@@ -0,0 +1 @@
+doc
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644 (file)
index 0000000..19fe1aa
--- /dev/null
@@ -0,0 +1,2 @@
+conf.py*
+_static
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from doc/BuildGuide.rst
rename to docs/BuildGuide.rst
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from doc/InstallGuide.rst
rename to docs/InstallGuide.rst
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644 (file)
index 0000000..a43eedf
--- /dev/null
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+OOM offline-installer
+=====================
+
+.. toctree::
+   :maxdepth: 2
+
+   BuildGuide.rst
+   InstallGuide.rst
+