Read the content of this git from the book view
The content of this repository is written with markdown files, packaged with MkDocs and can be built into a book-readable format by MkDocs build processes.
- Install MkDocs locally following the official documentation instructions.
- Install Material plugin for mkdocs:
pip install mkdocs-material
git clone https://github.com/jbcodeforce/aenology.git
(or your forked repository if you plan to edit)cd aenology
mkdocs serve
- Go to
http://127.0.0.1:8000/
in your browser.
In some cases you might not want to alter your Python setup and rather go with a docker image instead. This requires docker is running locally on your computer though.
- docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
- Go to http://127.0.0.1:8000/ in your browser.
- Ensure that all your local changes to the
main
branch have been committed and pushed to the remote repository.git push origin main
- Run
mkdocs gh-deploy --remote-branch main
from the root directory.
- [12/2023] Started this project
- Lead developer Jerome Boyer