Set up a web host for the documentation
Marco Ricci

Marco Ricci commited on 2024-07-14 16:11:25
Zeige 2 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.

... ...
@@ -1,5 +1,5 @@
1 1
 site_name: derivepassphrase
2
-site_url: null
2
+site_url: https://the13thletter.info/derivepassphrase/
3 3
 repo_url: https://github.com/the-13th-letter/derivepassphrase
4 4
 repo_name: the-13th-letter/derivepassphrase
5 5
 site_description: An almost faithful Python reimplementation of James Coglan's vault.
... ...
@@ -46,7 +46,7 @@ theme:
46 46
 
47 47
 plugins:
48 48
   - offline:
49
-      enabled: true
49
+      enabled: false  # set to true for offline versions
50 50
   #- privacy:
51 51
   #    enabled: true
52 52
   - mkdocstrings:
... ...
@@ -34,7 +34,7 @@ dev = ["black", "coverage", "hatch>=1.10", "mkdocs", "mkdocs-material",
34 34
        "mkdocstrings[python]", "pytest>=8.1"]
35 35
 
36 36
 [project.urls]
37
-Documentation = "https://github.com/the-13th-letter/derivepassphrase#readme"
37
+Documentation = "https://the13thletter.info/derivepassphrase/"
38 38
 Issues = "https://github.com/the-13th-letter/derivepassphrase/issues"
39 39
 Source = "https://github.com/the-13th-letter/derivepassphrase"
40 40
 
41 41