decentral1se
f891be56a4
All checks were successful
continuous-integration/drone/push Build is passing
158 lines
4.9 KiB
YAML
158 lines
4.9 KiB
YAML
---
|
|
site_author: Co-op Cloud
|
|
site_name: "Co-op Cloud: Docs"
|
|
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:
|
|
- admonition
|
|
- attr_list
|
|
- codehilite:
|
|
guess_lang: false
|
|
- def_list
|
|
- footnotes
|
|
- md_in_html
|
|
- meta
|
|
- toc:
|
|
permalink: true
|
|
- pymdownx.betterem:
|
|
smart_enable: all
|
|
- pymdownx.details
|
|
- pymdownx.emoji:
|
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
|
- pymdownx.magiclink
|
|
- pymdownx.mark
|
|
- pymdownx.smartsymbols
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|
|
- pymdownx.tabbed
|
|
- pymdownx.tilde
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
|
|
nav:
|
|
- "Introduction":
|
|
- index.md
|
|
- "Frequently Asked Questions": intro/faq.md
|
|
- "Project Strategy": intro/strategy.md
|
|
- "Comparisons": intro/comparisons.md
|
|
- "Inspirations": intro/inspirations.md
|
|
- "Project Status": intro/bikemap.md
|
|
- "Managed Hosting": intro/managed.md
|
|
- "Get In Touch": intro/contact.md
|
|
- "Credits": intro/credits.md
|
|
- "Operators":
|
|
- operators/index.md
|
|
- "New Operators Tutorial": operators/tutorial.md
|
|
- "Operations Handbook": operators/handbook.md
|
|
- "Maintainers":
|
|
- maintainers/index.md
|
|
- "New Maintainers Tutorial": maintainers/tutorial.md
|
|
- "Packaging Handbook": maintainers/handbook.md
|
|
- "Organisers":
|
|
- organisers/index.md
|
|
- "Organisers Handbook": organisers/handbook.md
|
|
- "Funding applications":
|
|
- organisers/funding-applications/index.md
|
|
- organisers/funding-applications/culture-of-solidarity.md
|
|
- organisers/funding-applications/ford-foundation.md
|
|
- organisers/funding-applications/private-funder.md
|
|
- organisers/funding-applications/sovereign-tech-fund.md
|
|
- organisers/funding-applications/user-operated-internet.md
|
|
- "Proposals":
|
|
- organisers/proposals/index.md
|
|
- organisers/proposals/federation.md
|
|
- "Abra":
|
|
- abra/index.md
|
|
- "Install": abra/install.md
|
|
- "Quick Start": abra/quickstart.md
|
|
- "Upgrade": abra/upgrade.md
|
|
- "Design": abra/design.md
|
|
- "Recipes": abra/recipes.md
|
|
- "Hack": abra/hack.md
|
|
- "Troubleshoot": abra/trouble.md
|
|
- "Cheat Sheet": abra/cheat-sheet.md
|
|
- "Get Involved":
|
|
- get-involved/index.md
|
|
- "Support Us": get-involved/support.md
|
|
- "Federation":
|
|
- federation/index.md
|
|
- "Bylaws": federation/bylaws.md
|
|
- "Finance": federation/finance.md
|
|
- "Membership": federation/membership.md
|
|
- "Code of Co-operation": federation/code-of-coop.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
|
|
- federation/resolutions/passed/012.md
|
|
- federation/resolutions/passed/014.md
|
|
- federation/resolutions/passed/015.md
|
|
- federation/resolutions/passed/016.md
|
|
- federation/resolutions/passed/017.md
|
|
- federation/resolutions/passed/018.md
|
|
- federation/resolutions/passed/019.md
|
|
- federation/resolutions/passed/020.md
|
|
- federation/resolutions/passed/021.md
|
|
- federation/resolutions/passed/022.md
|
|
- federation/resolutions/passed/023.md
|
|
- "In Progress": []
|
|
- "Minutes":
|
|
- federation/minutes/index.md
|
|
- "Recently":
|
|
- federation/minutes/2024-04-17.md
|
|
- federation/minutes/2024-03-29.md
|
|
- "Archive":
|
|
- federation/minutes/2024-02-01.md
|
|
- federation/minutes/2022-03-03.md
|
|
- federation/minutes/2023-05-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
|