Build environment
Change-Id: I1625f5ccf69d3cb78033439c411df419b9916cb3
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..ecf8f81
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,29 @@
+NAC: Name-Based Access Control
+==============================
+
+NAC is a C++ library, implementing Name-Based Access control primitives that can be
+used to implement content confidentiality in NDN applications.
+
+Please submit any bugs or issues to the `NAC issue tracker
+<http://redmine.named-data.net/projects/nac/issues>`__.
+
+NAC Documentation
+---------------------
+
+.. toctree::
+ :hidden:
+ :maxdepth: 3
+
+ spec
+
+- :doc:`spec`
+
+**Additional documentation**
+
+- `API documentation (doxygen) <doxygen/annotated.html>`_
+
+License
+-------
+
+NAC is an open source project licensed under LGPL 3.0 license. For more information about
+the license, refer to `COPYING.md <https://github.com/named-data/name-based-access-control/blob/master/COPYING.md>`_.