- docs
- Uses mkdocs and our material theme for docs. to run
mkdocs serve
- Uses mkdocs and our material theme for docs. to run
- core
- contains common code that does not require a grails app or plugin
- plugin
- the plugin code for grails
- examples
- contains project for functional testing
- has example and tutorial apps/plugins
see https://9ci.github.io/gorm-rest-api/
using our mkdocs theme to build the docs. make sure python and pip are installed and run pip install -r pip-requirements.txt
then you can run mkdocs serve
to view docs for dev.