# # Mkdocs configuration # site_name: Nova CanudOS docs_dir : docs site_dir : public dev_addr : '127.0.0.1:8070' repo_url : https://0xacab.org/canudos/canudos.itcouldbewor.se 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 palette: # Palette toggle for automatic mode - media: "(prefers-color-scheme)" primary: pink toggle: icon: material/brightness-auto name: Switch to light mode # Palette toggle for light mode - media: "(prefers-color-scheme: light)" primary: pink scheme: default toggle: icon: material/brightness-7 name: Switch to dark mode # Palette toggle for dark mode - media: "(prefers-color-scheme: dark)" scheme: slate primary: pink toggle: icon: material/brightness-4 name: Switch to system preference icon: logo: fontawesome/solid/users-gear # Do not use external fonts # Usefult for offline operation # See https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/#autoloading #font: false extra_css: - site.css plugins: # Search # See https://www.mkdocs.org/user-guide/configuration/#search # https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/ search: {} # MkDocs-Macros Plugin # https://mkdocs-macros-plugin.readthedocs.io #macros: {} # Awesome Pages Plugin # https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin #awesome-pages: # strict: false # #collapse_single_pages: true # BibTeX support using mkdocs-bibtex # https://pypi.org/project/mkdocs-bibtex # https://github.com/shyamd/mkdocs-bibtex bibtex: bib_dir : "biblios" csl_file: "apa.csl" #cite_inline: true # MkDocs static i18n plugin # https://github.com/ultrabug/mkdocs-static-i18n #i18n: # docs_structure: suffix # languages: # - locale: en # name: English # build: true # default: true # - locale: pt # name: Português # build: true # nav_translations: # mkdocs-redirects # https://github.com/mkdocs/mkdocs-redirects # In case site re-structure is needed, this plugin will ensure permalink functionality #redirects: # redirect_maps: # The built-in privacy plugin automatically identifies external assets as # part of the build process and downloads all assets for very simple # self-hosting # # See https://squidfunk.github.io/mkdocs-material/plugins/privacy/ # https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#built-in-privacy-plugin privacy: {} markdown_extensions: # Footnotes # https://squidfunk.github.io/mkdocs-material/reference/footnotes/ footnotes: {} # Tasklist handling # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#tasklist pymdownx.tasklist: custom_checkbox: true # Admonitions # https://squidfunk.github.io/mkdocs-material/reference/admonitions/ admonition: {} # Details # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#details pymdownx.details: {} # Attribute list # Enables image CSS attributes attr_list: {} # Copyright notice copyright: Nova CanudOS 🄯 2026+ # Extra template parameters # https://www.mkdocs.org/user-guide/configuration/#extra extra: generator: false base_url: https://canudos.itcouldbewor.se # Navigation # https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation nav: - README.md - Datacenters: - datacenters/README.md - Apresentação: - datacenters/presentation/README.md - datacenters/presentation/intro.md - datacenters/presentation/timeline.md - datacenters/presentation/whole-parts.md - datacenters/presentation/details.md - datacenters/presentation/examples.md - datacenters/presentation/cooperation.md - datacenters/presentation/sustainability.md - Organização: - datacenters/organization/README.md - Aprendizados: - datacenters/lessons/README.md - datacenters/structure.md - datacenters/references.md - contributing.md - conduct.md - license.md - Espelhos: mirrors.md - Registro de mudanças: changelog.md - Tarefas: todo.md # Exclude docs # https://www.mkdocs.org/user-guide/configuration/#exclude_docs exclude_docs: | assets/**/*.md