Writing DocumentationΒΆ
Create a
.rstfile under<root>/docs/<subdirectory>Add the content following ReStructuredText format
Make sure the new file can be accessed from the index by adding any links if needed
Generate the documents to preview by running
./gradlew siteThe previews will be generated under
<root>/build/docsMake any changes if needed, once satisfied create a PR and merge to master after approval