You can find the online version of the Lesgo! documentation at https://reflex-media.github.io/lesgo-docs
This documentation is powered by MkDocs. For full documentation visit mkdocs.org.
To encourage active collaboration, we encourage and accept Pull Requests.
Refer to the official MkDocs for installation instructions.
$ pip install -r requirements.txt
Start mkdocs on your local machine with live reloading.
$ mkdocs serve
The local site will be available at http://127.0.0.1:8000.
Build the static html site, ready for deployment.
$ mkdocs build
The static files will be stored in the site/
directory.
This command will deploy the static site in site/
directory to GitHub Pages.
$ mike deploy 0.6.3 stable
or
$ mike deploy 0.7.0
This command will preview the currently updated site under gh-pages
branch
$ mike serve
├── docs # Markdown files
├── site # Static site
└── mkdocs.yml # MkDocs configurations