This project contains the content for the Thales Group organization documentation (github pages).
It relies on https://www.mkdocs.org/ and consists of several markdown files that will be hosted on https://thalesgroup.github.io/
main
branch (default) is used to update the content through the different markdown files composing the documentationgh-pages
branch is used for output content, result of the mkdocs build
- Clone the repository and checkout the
main
branch - Install mkdocs : https://www.mkdocs.org/#installation
- Install the material theme:
pip install mkdocs-material
- If needed, update
mkdocs.yml
descriptor file - Add/update markdown files in the docs/ directory
- Test the documentation by launching
mkdocs serve
from the root directory - Open a web browser at http://localhost:8000
- Browse and test the documentation structure, navigation and content
- Commit your local modifications and open a pull request against the
main
branch