diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-09-04 16:30:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-09-04 16:30:16 -0300 |
commit | 413939ff90768799cc061f4fed5772428a84d8a6 (patch) | |
tree | cc75a83a1f846c0ee2252232b6aefb452ec6c2b4 /mkdocs.yml | |
parent | 900f964a1e7c26321316b1dc327bef910cec27c2 (diff) | |
download | copyfarai-413939ff90768799cc061f4fed5772428a84d8a6.tar.gz copyfarai-413939ff90768799cc061f4fed5772428a84d8a6.tar.bz2 |
Fix: config.site_name macro
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ docs_dir : docs site_dir : public dev_addr : '127.0.0.1:8070' repo_url : https://0xacab.org/copyfarai/copyfarai.itcouldbewor.se -edit_uri: edit/main/docs/ +edit_uri : edit/main/docs/ # Site address is bind to 0.0.0.0 so it works find inside a Docker container. # A better config would be desirable. |