forked from toolshed/docs.coopcloud.tech
Reduce UI clutter & improve Recipes
- Remove word ___ Guide from various pages - Camel Case titles - Move Recipes sub-page of Abra
This commit is contained in:
38
mkdocs.yml
38
mkdocs.yml
@ -1,6 +1,6 @@
|
||||
---
|
||||
site_author: Co-op Cloud
|
||||
site_name: "Co-op Cloud: Public Interest Infrastructure"
|
||||
site_name: "Co-op Cloud: Docs"
|
||||
site_url: https://docs.coopcloud.tech
|
||||
use_directory_urls: true
|
||||
|
||||
@ -48,27 +48,32 @@ markdown_extensions:
|
||||
- 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
|
||||
- "Project status": intro/bikemap.md
|
||||
- "Managed hosting": intro/managed.md
|
||||
- "Get in touch": intro/contact.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":
|
||||
- operators/index.md
|
||||
- "New operators tutorial": operators/tutorial.md
|
||||
- "Operations handbook": operators/handbook.md
|
||||
- "Maintainers Guide":
|
||||
- "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 Guide":
|
||||
- "New Maintainers Tutorial": maintainers/tutorial.md
|
||||
- "Packaging Handbook": maintainers/handbook.md
|
||||
- "Organisers":
|
||||
- organisers/index.md
|
||||
- "Organising handbook": organisers/handbook.md
|
||||
- "Organisers Handbook": organisers/handbook.md
|
||||
- "Funding applications":
|
||||
- organisers/funding-applications/index.md
|
||||
- organisers/funding-applications/culture-of-solidarity.md
|
||||
@ -79,13 +84,12 @@ nav:
|
||||
- "Proposals":
|
||||
- organisers/proposals/index.md
|
||||
- organisers/proposals/federation.md
|
||||
- "Recipes":
|
||||
- recipes/index.md
|
||||
- "Abra":
|
||||
- abra/index.md
|
||||
- "Install": abra/install.md
|
||||
- "Quick start": abra/quickstart.md
|
||||
- "Quick Start": abra/quickstart.md
|
||||
- "Upgrade": abra/upgrade.md
|
||||
- "Recipes": abra/recipes.md
|
||||
- "Hack": abra/hack.md
|
||||
- "Troubleshoot": abra/trouble.md
|
||||
- "Cheat Sheet": abra/cheat-sheet.md
|
||||
|
Reference in New Issue
Block a user