Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 810 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 810 Bytes

Redborder Documentation

Welcome to the official documentation for Redborder. Site is deployed at https://docs.redborder.com.

Installation

This documentation site uses MkDocs along with Material for MkDocs theme.

Install python dependencies using pip:

pip3 install -r requirements.txt

Running local site

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

Building Books

Get into build_pdf directory and folow the README steps.

License

MIT license.