You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 days ago | |
---|---|---|
knowledgebase | 4 days ago | |
.gitignore | 3 years ago | |
.gitlab-ci.yml | 6 days ago | |
Dockerfile | 2 months ago | |
LICENSE | 3 years ago | |
README.md | 5 months ago | |
cloudron_api_swagger.yaml | 4 weeks ago | |
logo.png | 3 years ago | |
logo.svg | 3 years ago | |
update.sh | 6 days 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
npx @redocly/cli preview-docs cloudron_api_swagger.yaml