diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-09-04 14:14:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-09-04 14:14:09 -0300 |
commit | a8394fde06fab8ebcd28dd95de02441b98bd1f2c (patch) | |
tree | 3b8783fa948261069d44c06371354122e48dd266 /mkdocs.yml | |
parent | 3202d60391617674095d02b3c6c8e2c1210fb83d (diff) | |
download | copyfarai-a8394fde06fab8ebcd28dd95de02441b98bd1f2c.tar.gz copyfarai-a8394fde06fab8ebcd28dd95de02441b98bd1f2c.tar.bz2 |
Feat: contributing
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -7,13 +7,16 @@ docs_dir : docs site_dir : public dev_addr : '127.0.0.1:8070' repo_url : https://0xacab.org/copyfarai/copyfarai.itcouldbewor.se -edit_url : '' +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. dev_addr : '0.0.0.0:8070' theme: + #features: + # - content.action.edit + name : material collapse_navigation: true titles_only : false @@ -63,8 +66,20 @@ plugins: nav_translations: Flavors: Sabores + # In case site structure is needed, this plugin will ensure permalink functionality + #- redirects: + # redirect_maps: + # 'flavors/CC-BY-NC-SA-4.0-FAI.en.md' : variants/CC-BY-NC-SA-4.0-FAI.en.md + # 'flavors/CC-BY-4.0-FAI.en.md' : variants/CC-BY-4.0-FAI.en.md + # 'flavors/CC-BY-4.0-FAI.pt.md' : variants/CC-BY-4.0-FAI.pt.md + # 'flavors/CC-BY-NC-SA-4.0-FAI.pt.md' : variants/CC-BY-NC-SA-4.0-FAI.pt.md + # 'flavors/CC-BY-SA-4.0-FAI.en.md' : variants/CC-BY-SA-4.0-FAI.en.md + # 'flavors/CC-BY-SA-4.0-FAI.pt.md' : variants/CC-BY-SA-4.0-FAI.pt.md + markdown_extensions: - footnotes + - pymdownx.tasklist: + custom_checkbox: true copyright: Copy Far "AI" © 2023+ |