Skip to content

redBorder/redborder-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Official redBorder documentation repository.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published