Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 566 Bytes

File metadata and controls

33 lines (20 loc) · 566 Bytes

Slicer documentation

README for docs site maintenance

This file is only for working on the documentation site.

Development setup

Install documentation dependencies:

pip install -r requirements.txt

Run the docs site locally:

mkdocs serve

Or run in Docker:

docker run --rm -it -p 8000:8000 -v `pwd`:/docs squidfunk/mkdocs-material:latest

Docs are available at http://127.0.0.1:8000.

Contributing

See the contribution guide.

All commits must be signed-off with git commit --sign-off.