mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
cd321c9da2
Add `@InitiatedBy` to the java docs on the responder flow, this is already shown in the kotlin version. Add a note on overriding responders, instructing developers to still include the `@InitiatedBy` annotation on the new responder even though the configuration setup can make developers think that defining the override will guarantee the initiator and responder will join up correctly. |
||
---|---|---|
.. | ||
docs_builder | ||
ext | ||
source | ||
.gitattributes | ||
.gitignore | ||
build.gradle | ||
index.html | ||
install-docsite-requirements.sh | ||
make-docsite.sh | ||
Makefile | ||
packages.md | ||
README.md | ||
requirements.txt |
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'.