Przeglądaj źródła

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

Peter Thomassen 5 lat temu
rodzic
commit
bb65761faa
1 zmienionych plików z 7 dodań i 7 usunięć
  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::