You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
knowledgebase | 1 day ago | |
.gitignore | 2 years ago | |
.gitlab-ci.yml | 1 week ago | |
Dockerfile | 5 months ago | |
LICENSE | 2 years ago | |
README.md | 8 months ago | |
cloudron_api_swagger.yaml | 3 months ago | |
logo.png | 2 years ago | |
logo.svg | 2 years ago | |
update.sh | 2 weeks ago |
README.md
This repository holds the Cloudron documentation, knowledge base and rest api docs
Live docs site: https://docs.cloudron.io
Prerequisites
- mkdocs
- mkdocs-material
- mkdocs-redirects
- redoc-cli
Just run ./update.sh it will install the dependencies
Preview
cd knowledgebase
mkdocs serve
Build
mkdocs Build
API Docs
redoc-cli serve cloudron_api_swagger.yaml --disableGoogleFont=true --watch