Checkout documentation (https://evertec.github.io/checkout-docs/)
- Install the latest version of Material for MkDocs with
pip
:pip install mkdocs-material
- Download code from
master
branch. - Using the Terminal
cd
to the directory where themkdocs.yml
is located. - Start the MkDocs built-in dev-server:
mkdocs serve
- In a browser access http://127.0.0.1:8000 to preview the changes in realtime when modifying the other files.
- Using the Terminal
cd
to the directory where themkdocs.yml
is located. - Execute the command
mkdocs gh-deploy
.- This command will generate the html files of the website and commit them to the
gh-pages
branch. - Make sure you commit the changes of the MD files to the
master
branch.
- This command will generate the html files of the website and commit them to the
For more information about MkDocs visit the following links:
- MkDocs: https://www.mkdocs.org/
- Material for MkDocs: https://squidfunk.github.io/mkdocs-material/
- MkDocs Material Components - Cheat Sheet: https://yakworks.github.io/mkdocs-material-components/cheat-sheet/