CC-Tools-Doc How to contribute with this repository Create new pages as markdown files inside the docs folder Update the mkdocs.yml file with the new pages added on the repository Add all images used by the documentation on the docs/img folder Run the documentation locally Install mkdocs (requires python3 and pip installed on your system) pip install mkdocs Serve the mkdocs server and access it via localhost:8000 on your browser mkdocs serve Build the documentation files to the site folder mkdocs build