118 lines
3.4 KiB
YAML
118 lines
3.4 KiB
YAML
---
|
|
site_author: Co-op Cloud
|
|
site_name: "Co-op Cloud: Public Interest Infrastructure"
|
|
site_url: https://docs.coopcloud.tech
|
|
use_directory_urls: true
|
|
|
|
theme:
|
|
name: material
|
|
features:
|
|
- content.action.edit
|
|
- navigation.expand
|
|
- navigation.indexes
|
|
- navigation.instant
|
|
- navigation.path
|
|
- navigation.sections
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.tracking
|
|
palette:
|
|
primary: light pink
|
|
accent: purple
|
|
logo: img/favicon.ico
|
|
favicon: img/favicon.ico
|
|
custom_dir: custom_theme/
|
|
|
|
copyright: Copyleft 2023 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
|
|
- "Project status": intro/bikemap.md
|
|
- "Managed hosting": intro/managed.md
|
|
- "Get in touch": intro/contact.md
|
|
- "Credits": intro/credits.md
|
|
- "Operators Guide":
|
|
- operators/index.md
|
|
- "New operators tutorial": operators/tutorial.md
|
|
- "Operations handbook": operators/handbook.md
|
|
- "Maintainers Guide":
|
|
- maintainers/index.md
|
|
- "New maintainers tutorial": maintainers/tutorial.md
|
|
- "Packaging handbook": maintainers/handbook.md
|
|
- "Organisers Guide":
|
|
- organisers/index.md
|
|
- "Organising handbook": organisers/handbook.md
|
|
- "Recipes":
|
|
- recipes/index.md
|
|
- "Abra":
|
|
- abra/index.md
|
|
- "Install": abra/install.md
|
|
- "Quick start": abra/quickstart.md
|
|
- "Upgrade": abra/upgrade.md
|
|
- "Hack": abra/hack.md
|
|
- "Troubleshoot": abra/trouble.md
|
|
- "Cheat Sheet": abra/cheat-sheet.md
|
|
- "Get Involved":
|
|
- get-involved/index.md
|
|
- "Federation":
|
|
- federation/index.md
|
|
- "FAQ": federation/faq.md
|
|
- "Resolutions":
|
|
- federation/resolutions/index.md
|
|
- "Passed":
|
|
- federation/resolutions/passed/001.md
|
|
- federation/resolutions/passed/002.md
|
|
- federation/resolutions/passed/003.md
|
|
- federation/resolutions/passed/004.md
|
|
- federation/resolutions/passed/005.md
|
|
- federation/resolutions/passed/006.md
|
|
- federation/resolutions/passed/007.md
|
|
- federation/resolutions/passed/008.md
|
|
- federation/resolutions/passed/009.md
|
|
- federation/resolutions/passed/010.md
|
|
- federation/resolutions/passed/011.md
|
|
- "In progress":
|
|
- federation/resolutions/in-progress/index.md
|
|
- federation/resolutions/in-progress/012.md
|
|
- "Draft":
|
|
- federation/resolutions/drafts/index.md
|
|
- "Finance": federation/finance.md
|
|
- "Membership": federation/membership.md
|
|
- "Minutes":
|
|
- federation/minutes/index.md
|
|
- "2022":
|
|
- federation/minutes/2022-03-03.md
|
|
- "Digital tools": federation/tools.md
|
|
- "Glossary":
|
|
- glossary/index.md
|
|
|
|
plugins:
|
|
- awesome-pages
|
|
- search
|
|
|
|
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
|