docs.coopcloud.tech/README.md

22 lines
694 B
Markdown
Raw Normal View History

2024-02-03 15:00:40 +00:00
# docs.coopcloud.tech :open_book:
2020-10-23 13:18:08 +00:00
2021-08-16 23:26:18 +00:00
[![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/docs.coopcloud.tech/status.svg)](https://build.coopcloud.tech/coop-cloud/docs.coopcloud.tech)
2020-10-23 13:19:37 +00:00
2024-02-03 15:00:40 +00:00
View: [docs.coopcloud.tech](https://docs.coopcloud.tech)
2022-01-21 09:44:58 +00:00
2024-02-03 15:00:40 +00:00
## Developing / Hacking
Co-op Cloud's docs are created with the [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) framework.
To install dependencies and serve local build of site, simply run:
2022-01-21 09:44:58 +00:00
```
make
```
2022-01-21 09:57:18 +00:00
2024-02-03 15:00:40 +00:00
Useful docs for theming and content reference:
- [Changing the colors](https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/)
- [Reference](https://squidfunk.github.io/mkdocs-material/reference/)