docs.coopcloud.tech/mkdocs.yml

63 lines
1.4 KiB
YAML

---
site_author: Co-op Cloud
site_name: "Co-op Cloud: Public Interest Infrastructure"
site_url: https://docs.coopcloud.tech
theme:
name: material
features:
- navigation.expand
- navigation.instant
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
palette:
primary: light pink
accent: purple
logo: img/favicon.ico
favicon: img/favicon.ico
copyright: Copyleft 🄯 2022 Co-op Cloud
markdown_extensions:
- meta
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- attr_list
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.magiclink
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- "Introduction":
- index.md
- "Frequently asked questions": intro/faq.md
- "Project strategy": intro/strategy.md
- "Managed hosting": intro/managed.md
- "Get in touch": intro/contact.md
- "Operators Guide": operators/index.md
- "Applications": applications/index.md
- "Get Involved": get-involved/index.md
- "Maintainers Guide": maintainers/index.md
- "CLI Reference": cli/index.md
plugins:
- search
- awesome-pages
repo_name: coop-cloud/docs.coopcloud.tech
repo_url: https://git.coopcloud.tech/coop-cloud/docs.coopcloud.tech
edit_uri: _edit/main/docs/
extra_css:
- styles/extra.css