Skip to content

butlerx/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs Documentation Status CircleCI

Documentation for Redbrick

Migrated from dokuwiki to readthedocs

Setup

Run pip install --user mkdocs then clone the repo locally to make changes

Testing locally

When you do a change make sure it works by building it locally. Run mkdocs serve to start a local server.

Deployment

Docs are auto deployed to https://readthedocs.io on commit to the latest branch.

Docker

When testing locally just run

docker run -it --rm --name docs -p 8000:8000 -v "$PWD":/usr/src/app redbrick/docs

To build the docs just run

docker run -it --rm --name docs -v "$PWD":/usr/src/app redbrick/docs mkdocs

About

redbrick docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published