Contributing to the documentation
The source of the documentation website is in the docs/ folder of the main DCFootprint repository.
To contribute to the documentation you just need to:
- Install mdbook
- Fork the DCFootprint repository
- Clone it locally
- Move into the docs folder:
cd docs - Run the demo server locally to see the result of your changes:
mdbook serve - Open a browser to see your changers happening on http://localhost:3000
- Once your are satisfied with the new content, commit and push on your own fork version of the repository
- Open a merge-request on Gitlab