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.txtStart mkdocs on your local machine with live reloading.
$ mkdocs serveThe local site will be available at http://127.0.0.1:8000.
Build the static html site, ready for deployment.
$ mkdocs buildThe 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 stableor
$ mike deploy 0.7.0This command will preview the currently updated site under gh-pages branch
$ mike serve├── docs # Markdown files
├── site # Static site
└── mkdocs.yml # MkDocs configurations