--- site_author: Co-op Cloud site_name: Co-op Cloud 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 - Getting started guide: - Architecture overview: overview.md - Deploy your first app: deploy.md - App catalogue: apps.md - App config guide: app-config-guide.md - Recipe maintainer guide: recipe-maintainer-guide.md - Abra guide: abra.md - Frequently asked questions: faq.md - Contributing guide: contribute.md - Community organising: comm-org.md - Admin guide: - How to manage the .abra directory: config.md - Manage secret data: secrets.md - 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 - Running abra on the server: server-side.md - Glossary: glossary.md - Under the hood: - Recipe structure: recipe-structure.md - Strategy: strategy.md - Bike map: bikemap.md - Troubleshooting: troubleshooting.md - Managed Hosting: managed.md - Get in touch: contact.md - Acknowledgements: credits.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