diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 14:53:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 14:53:22 +0000 |
commit | 52c021ee0b0c6ad2128ed550c694aad0d11d4c3f (patch) | |
tree | 83cf8627b94336cf4bee7479b9749263bbfd3a06 /doc/sphinx/index.rst | |
parent | Initial commit. (diff) | |
download | isc-kea-52c021ee0b0c6ad2128ed550c694aad0d11d4c3f.tar.xz isc-kea-52c021ee0b0c6ad2128ed550c694aad0d11d4c3f.zip |
Adding upstream version 2.5.7.upstream/2.5.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | doc/sphinx/index.rst | 62 |
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 |