2019-02-14 14:57:34 +00:00
|
|
|
# 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'.
|
2019-03-13 16:23:31 +00:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
|