corda/docs/README.md

15 lines
569 B
Markdown
Raw Normal View History

# Corda Documentation Build
To run the Corda Documentation build run ``./gradlew makeDocs``
Note: In order to run the documentation build you will need Docker installed.
Windows users: If this task fails because Docker can't find make-docsite.sh, go to Settings > Shared Drives in the Docker system tray
agent, make sure the relevant drive is shared, and click 'Reset credentials'.
## rst style guide
It's probably worth reading [this](http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html)
to get your head around the rst syntax we're using.