First stab at a new layout

This commit is contained in:
2021-02-18 11:28:09 +01:00
parent f3505af4a0
commit fe6dbee9f8
7 changed files with 39 additions and 16 deletions

View File

@ -6,14 +6,13 @@ site_url: https://cloud.autonomic.zone
theme:
name: material
features:
- navigation.tabs
- navigation.instant
- toc.integrate
palette:
primary: light pink
accent: purple
copyright: Copyleft © 2021 The Cooperative Cloud
copyright: Copyleft 🄯 2021 The Cooperative Cloud
markdown_extensions:
- meta
@ -31,6 +30,16 @@ markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- A cooperative alternative: index.md
- Getting started guide:
- Architecture overview: overview.md
- Deploy your first application: deploy.md
- Application catalogue: apps.md
- Tutorials:
- Package your first application: package.md
- Frequently asked questions: faq.md
plugins:
- search
- awesome-pages