First stab at a new layout
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-18 11:28:09 +01:00
parent f3505af4a0
commit fe6dbee9f8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
7 changed files with 39 additions and 16 deletions

9
docs/contact.md Normal file
View File

@ -0,0 +1,9 @@
---
title: Get in Touch
---
We're available on the following channels:
- **Email**: [`helo@autonomic.zone`](mailto:helo@autonomic.zone)
- **Matrix**: [`#coopcloud:autonomic.zone`](https://matrix.to/#/!JSVYWCRXSVMrAzgeKB:autonomic.zone?via=autonomic.zone)
- **Forum**: [`community.coops.tech`](https://community.coops.tech/)

5
docs/deploy.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Deploy your first application
---
TODO.

View File

@ -1,5 +0,0 @@
---
title: Getting Started Guide
---
WIP

View File

@ -2,12 +2,7 @@
title: A Cooperative Alternative title: A Cooperative Alternative
--- ---
The Cooperative Cloud is a platform built by and for worked-owned technology Welcome to the Cooperative Cloud technical documentation! This documentation is
cooperatives which proposes a shared social and technical infrastructure for primarily meant for cooperatives and other small service providers already
the operation and management of free software applications. The project was doing free software hosting who are interested in the project and thinking
initiated by [Autonomic]. about doing some early-adopter testing.
To learn more, please see the [Getting Started guide].
[autonomic]: https://autonomic.zone/
[getting started guide]: getting-started/guide.md

5
docs/overview.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Technical overview
---
TODO.

5
docs/package.md Normal file
View File

@ -0,0 +1,5 @@
---
title: Package your first application
---
TODO.

View File

@ -6,14 +6,13 @@ site_url: https://cloud.autonomic.zone
theme: theme:
name: material name: material
features: features:
- navigation.tabs
- navigation.instant - navigation.instant
- toc.integrate - toc.integrate
palette: palette:
primary: light pink primary: light pink
accent: purple accent: purple
copyright: Copyleft © 2021 The Cooperative Cloud copyright: Copyleft 🄯 2021 The Cooperative Cloud
markdown_extensions: markdown_extensions:
- meta - meta
@ -31,6 +30,16 @@ markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg 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: plugins:
- search - search
- awesome-pages - awesome-pages