From a8394fde06fab8ebcd28dd95de02441b98bd1f2c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 4 Sep 2023 14:14:09 -0300 Subject: Feat: contributing --- mkdocs.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 8c46302..59c7490 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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+ -- cgit v1.2.3