docs.coopcloud.tech/mkdocs.yml

80 lines
2.0 KiB
YAML
Raw Normal View History

2020-10-23 13:18:08 +00:00
---
site_author: Co-op Cloud
site_name: Co-op Cloud
2022-01-20 18:58:46 +00:00
site_url: https://docs.coopcloud.tech
2020-10-23 13:18:08 +00:00
theme:
name: material
features:
2022-01-21 09:54:06 +00:00
- navigation.expand
2021-02-18 09:45:36 +00:00
- navigation.instant
2022-01-21 09:54:06 +00:00
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
2020-10-23 13:18:08 +00:00
palette:
2021-02-18 09:45:36 +00:00
primary: light pink
2020-10-23 13:18:08 +00:00
accent: purple
2021-05-31 20:19:00 +00:00
logo: img/favicon.ico
favicon: img/favicon.ico
2020-10-23 13:18:08 +00:00
2022-01-20 18:58:52 +00:00
copyright: Copyleft 🄯 2022 Co-op Cloud
2020-10-23 13:18:08 +00:00
markdown_extensions:
- meta
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- attr_list
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.magiclink
2021-02-18 09:45:36 +00:00
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2020-10-23 13:18:08 +00:00
2021-02-18 10:28:09 +00:00
nav:
2021-10-21 18:31:59 +00:00
- "Introduction": index.md
2021-02-18 10:28:09 +00:00
- Getting started guide:
- Architecture overview: overview.md
- Deploy your first app: deploy.md
- App catalogue: apps.md
- App config guide: app-config-guide.md
2021-09-30 13:15:44 +00:00
- Recipe maintainer guide: recipe-maintainer-guide.md
2021-10-21 18:31:59 +00:00
- Abra guide: abra.md
- Frequently asked questions: faq.md
- Contributing guide: contribute.md
2021-07-01 10:47:05 +00:00
- Community organising: comm-org.md
- Admin guide:
2021-05-31 20:01:25 +00:00
- How to manage the .abra directory: config.md
2021-03-21 17:11:20 +00:00
- Manage secret data: secrets.md
2021-07-15 14:25:17 +00:00
- Understanding networking: networking.md
- Back-up and restore an app: backup-restore.md
- Scale an app up to handle more traffic: scale.md
- Roll an app back to a previous version: rollback.md
2021-08-08 23:43:22 +00:00
- Running abra on the server: server-side.md
2021-11-25 12:45:09 +00:00
- Glossary: glossary.md
2021-11-25 15:44:40 +00:00
- Under the hood:
- Recipe structure: recipe-structure.md
2021-05-31 20:30:04 +00:00
- Strategy: strategy.md
2021-07-05 13:49:34 +00:00
- Bike map: bikemap.md
- Troubleshooting: troubleshooting.md
2021-06-12 18:02:49 +00:00
- Managed Hosting: managed.md
2021-02-23 20:33:56 +00:00
- Get in touch: contact.md
- Acknowledgements: credits.md
2021-02-18 10:28:09 +00:00
2020-10-23 13:18:08 +00:00
plugins:
- search
- awesome-pages
2021-08-16 23:26:18 +00:00
repo_name: coop-cloud/docs.coopcloud.tech
repo_url: https://git.coopcloud.tech/coop-cloud/docs.coopcloud.tech
2020-12-23 21:17:10 +00:00
edit_uri: _edit/main/docs/
2021-06-03 22:28:46 +00:00
extra_css:
- styles/extra.css