Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germainlefebvre4/cloudia-readthedocs
Documentation of the Cloudia project. Cloudia project at https://github.com/germainlefebvre4/cloudia-project
https://github.com/germainlefebvre4/cloudia-readthedocs
Last synced: 15 days ago
JSON representation
Documentation of the Cloudia project. Cloudia project at https://github.com/germainlefebvre4/cloudia-project
- Host: GitHub
- URL: https://github.com/germainlefebvre4/cloudia-readthedocs
- Owner: germainlefebvre4
- License: apache-2.0
- Created: 2023-12-21T08:19:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-21T21:48:47.000Z (7 months ago)
- Last Synced: 2024-10-10T20:51:59.375Z (about 1 month ago)
- Homepage: https://cloudia.readthedocs.io/
- Size: 4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/code_of_conduct.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudia - Documentation
This repository contains the documentation for the Cloudia project.
---
Project overview: [https://github.com/germainlefebvre4/cloudia-project](https://github.com/germainlefebvre4/cloudia-project)
Documentation: [https://cloudia.readthedocs.io/](https://cloudia.readthedocs.io/)
---
## Getting started
```bash
mkdocs serve
```## Serve the documentation locally
```bash
poetry install
poetry run mkdocs serve
```