Initial commit to ONF Docs site
Change-Id: Ic882d6c7cc2f17a8fe74acee5cb70352b04aada2
diff --git a/index.rst b/index.rst
new file mode 100644
index 0000000..7c47461
--- /dev/null
+++ b/index.rst
@@ -0,0 +1,47 @@
+ONF Technical Docs
+==================
+
+This site describes various technical processes used by ONF across many
+projects.
+
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Development Guide
+
+ devguide/design
+ devguide/conventions
+ devguide/cicd
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Tool-specific Guides
+
+ tools/ansible
+ tools/docker
+ tools/go
+ tools/k8s
+ tools/make
+ tools/python
+ tools/shell
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Documentation
+
+ docs/write
+ docs/sphinx
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Policies
+
+ policies/licensing
+ policies/conduct
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`