Welcome to the official documentation for Redborder. Site is deployed at https://docs.redborder.com.
This documentation site uses MkDocs along with Material for MkDocs theme.
Install python dependencies using pip:
pip3 install -r requirements.txt
Run site locally at http://localhost:8000:
mkdocs serve
To run the site on a different port, such as 8080:
mkdocs serve --dev-addr=127.0.0.1:8080
Build site for production:
mkdocs build
Get into build_pdf directory and folow the README steps.
MIT license.