summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinx/index.rst')
-rw-r--r--doc/sphinx/index.rst62
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/sphinx/index.rst b/doc/sphinx/index.rst
new file mode 100644
index 0000000..438621e
--- /dev/null
+++ b/doc/sphinx/index.rst
@@ -0,0 +1,62 @@
+.. only:: not latex
+
+ .. image:: static/kea-logo-200.png
+ :align: right
+
+.. _introduction:
+
+##################################
+Kea Administrator Reference Manual
+##################################
+
+Kea is an open source implementation of the Dynamic Host Configuration
+Protocol (DHCP) servers, developed and maintained by Internet Systems
+Consortium (ISC).
+
+This is the reference guide for Kea version |release|.
+Links to the most up-to-date version of this document (in PDF, HTML,
+and plain text formats) can be found on `Read the Docs <https://kea.readthedocs.io>`_.
+Other useful Kea information can be found in our
+`Knowledgebase <https://kb.isc.org>`_.
+
+
+.. toctree::
+ :numbered:
+ :maxdepth: 5
+
+ arm/intro
+ arm/quickstart
+ arm/install
+ arm/admin
+ arm/config
+ arm/keactrl
+ arm/agent
+ arm/dhcp4-srv
+ arm/dhcp6-srv
+ arm/database-connectivity
+ arm/lease-expiration
+ arm/congestion-handling
+ arm/ddns
+ arm/lfc
+ arm/classify
+ arm/hooks
+ arm/stats
+ arm/ctrl-channel
+ arm/logging
+ arm/shell
+ arm/integrations
+ arm/stork
+ arm/security
+
+.. toctree::
+ :caption: Appendices
+ :name: appendices
+ :maxdepth: 1
+
+ api
+ manpages
+ kea-messages
+ arm/config-templates.rst
+ umls
+ grammar/grammar
+ arm/acknowledgments