Browse Source

feat(docs): switch order to focus on DNS Management over dynDNS

Peter Thomassen 5 years ago
parent
commit
bb65761faa
1 changed files with 7 additions and 7 deletions
  1. 7 7
      docs/index.rst

+ 7 - 7
docs/index.rst

@@ -26,19 +26,19 @@ pretty-print JSON output, process the data through ``jq``:  ``curl ... | jq .``.
 
 .. toctree::
    :maxdepth: 2
-   :caption: dynDNS
+   :caption: DNS Management
 
-   dyndns/configure
-   dyndns/lets-encrypt
-   dyndns/update-api
+   dns/domains
+   dns/rrsets
 
 
 .. toctree::
    :maxdepth: 2
-   :caption: DNS Management
+   :caption: dynDNS
 
-   dns/domains
-   dns/rrsets
+   dyndns/configure
+   dyndns/lets-encrypt
+   dyndns/update-api
 
 
 .. toctree::