From a51f402cc043d3f9a21909f599cffe619579c3e6 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Thu, 16 Jan 2020 10:23:34 +0100 Subject: [PATCH] doc: rename refs and add link to configuration to quickstart Older versions of sphinx detected "operation" ref as duplicit. --- doc/index.rst | 4 +++- doc/quickstart-config.rst | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 0e4d9e121..3a6c8e87d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -15,6 +15,8 @@ and it provides a state-machine like API for extensions. quickstart-startup quickstart-config +.. _configuration-chapter: + .. toctree:: :caption: Configuration :name: users @@ -29,7 +31,7 @@ and it provides a state-machine like API for extensions. config-experimental config-no-systemd -.. _operation: +.. _operation-chapter: .. toctree:: :caption: Operation diff --git a/doc/quickstart-config.rst b/doc/quickstart-config.rst index 231d9bd07..3f713d591 100644 --- a/doc/quickstart-config.rst +++ b/doc/quickstart-config.rst @@ -195,7 +195,9 @@ See chapter :ref:`cache_persistence`.

Next steps

-Congratulations! Your resolver is now up and running and ready for queries. For serious deployments do not forget to read :ref:`operation` chapter. +Congratulations! Your resolver is now up and running and ready for queries. For +serious deployments do not forget to read :ref:`configuration-chapter` and +:ref:`operation-chapter` chapters. .. _`Learn Lua in 15 minutes`: http://tylerneylon.com/a/learn-lua/ .. _`DNS Privacy Test Servers`: https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Test+Servers -- 2.47.2