Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 969 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 969 Bytes

Docs

Documentation Status Build and Validate

Documentation for Redbrick

Available at docs.redbrick.dcu.ie and at the readthedocs.

Docs are automatically deployed on commit to master to readthedocs

The docs are built using mkdocs.

Testing locally

When you make a change make sure it works by building it locally.

Run:

make build

This will test the docs build and if there are any dead links in them

To lint the Markdown locally, use this command (downloads very fast):

make lint

To bring up a local server with a copy of the docs just run

make serve