-
Notifications
You must be signed in to change notification settings - Fork 2
Home
flywire edited this page Jan 26, 2022
·
4 revisions
Welcome to the lo-p wiki!
- Install python: https://www.python.org/downloads/
- Install Material for MkDocs: https://squidfunk.github.io/mkdocs-material/getting-started/
- Create repository in a folder:
git clone https://github.com/flywire/lo-p.git
- Start the mkdocs server from the directory containing the
mkdocs.yml
file:mkdocs serve
- Point your browser to localhost:8000
https://github.com/flywire/lo-p/releases
Publishing site with MkDocs
Deploy project documentation manually, you just invoke
the following command from the directory containing the mkdocs.yml
file:
mkdocs gh-deploy --force