https://github.com/theduckcompany/documentation
The official documentation in english
https://github.com/theduckcompany/documentation
documentation duckcloud
Last synced: 5 months ago
JSON representation
The official documentation in english
- Host: GitHub
- URL: https://github.com/theduckcompany/documentation
- Owner: theduckcompany
- License: agpl-3.0
- Created: 2024-02-20T13:19:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T17:39:58.000Z (over 2 years ago)
- Last Synced: 2024-03-08T18:56:08.699Z (over 2 years ago)
- Topics: documentation, duckcloud
- Homepage: https://docs.duckcloud.fr
- Size: 419 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duckcloud: Official Documentation (English) #
[][docs]

These source files are written in [human-friendly Markdown](https://squidfunk.github.io/mkdocs-material/reference/). They are meant to be parsed with [MkDocs Material](https://squidfunk.github.io/mkdocs-material/) to generate the final HTML pages published at [docs.duckcloud.fr](https://docs.duckcloud.fr/).
Although arguably less convenient to work with than a Wiki, this enables us to easily merge pull requests and constantly improve our documentation in a transparent way.
Direct access to the source files in a revision control system is a big plus to ensure the quality of our documentation.
## Editing Content ##
At the top of each generated page is an *edit this page* link to the corresponding page on GitHub, where you can make changes (and submit pull requests with a few clicks) without needing to know Git or run anything on your system.
To make more extensive changes, fork this repository, modify the corresponding `.md` source files (or create new ones), commit the changes, push them back to your fork, and then submit a pull request to our `master` branch.
### Project Layout ###
```text
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
```
[docs]: https://docs.duckcloud.fr/