All checks were successful
continuous-integration/drone/push Build is passing
22 lines
690 B
Markdown
22 lines
690 B
Markdown
# docs.coopcloud.tech :open_book:
|
|
|
|
[](https://build.coopcloud.tech/toolshed/docs.coopcloud.tech)
|
|
|
|
View: [docs.coopcloud.tech](https://docs.coopcloud.tech)
|
|
|
|
|
|
## 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:
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
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/)
|