Skip to content

redbrick/docs-old

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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