diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-07 18:39:56 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2020-01-15 10:38:18 +0100 |
commit | 90e86bfa60d72dbdc6e8cfaef5bb2719314f266d (patch) | |
tree | 7ec6a9376445054c82d84825ae334c3e08506363 /doc/index.rst | |
parent | doc: remove Operations/Monitoring - it was duplicate of Config/Monitoring (diff) | |
download | knot-resolver-90e86bfa60d72dbdc6e8cfaef5bb2719314f266d.tar.xz knot-resolver-90e86bfa60d72dbdc6e8cfaef5bb2719314f266d.zip |
doc: restructure into smaller sections
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/index.rst b/doc/index.rst index 786c93e0..cac125b5 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,17 +9,24 @@ and it provides a state-machine like API for extensions. .. toctree:: :caption: Quick Start :name: quickstart - :maxdepth: 2 + :maxdepth: 1 - startguide + quickstart-install + quickstart-startup + quickstart-config .. toctree:: :caption: Configuration :name: users :maxdepth: 2 - config - + config-overview + config-network + config-dnssec + config-logging-monitoring + config-policy + config-performance + config-experimental .. _operation: |