iSAQB Advanced Level Curriculum API – Application Programming Interfaces
This is copyrighted work.
This repository contains the source code of the iSAQB Advanced Level curriculum API in AsciiDoc.
+
Via SSH:
git clone git@github.com:isaqb-org/curriculum-api.git --recursive
Via HTTPS:
git clone https://github.com/isaqb-org/curriculum-api.git --recursive
Prerequisite: You need a Java Runtime(tm) installed.
You build the output documents with gradle: ./gradle-tools/gradlew buildDocs
That will produce both pdf and html output in German (DE) and English (EN), unless you modify the configuration.
In case you want to change that, adjust the following part of build.gradle
:
languages = ["DE", "EN"]
This repository is currently maintained by the curator group of the module API. It was forked from https://github.com/isaqb-org/advanced-template, so the contributors of that project basically contributed to this one, too.