Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.04 KB

onCourseDocs

Documentation for all parts of the onCourse student management system

This is the source code for the documentation which can be found here:

Building the docs

The documenation is built using gradle, so all you need to have installed on your machine is Java 11 or higher. Then run:

./gradlew asciidoctor

You can also build individual documentation projects with something like

./gradlew design:asciidoctor

Editing

We recommend Intellij with the Asciidoc plugin installed to work on this documentation.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Proprietary parts

The DSL documentation also has a dependency on some swagger API files which are not available under an open source license yet. We are working on making that available.