Topic Backlog for the https://isaqb.org® CPSA® Expert Level
This is copyrighted work.
The project uses Git Modules. So, don’t forget to clone the repository with the option --recursive.
If you forgot the option --recursive, you can load the Git Modules with this command
$ git submodule update --init
Prerequisite: You need a Java Runtime(tm) installed.
You build the output documents with gradle:
$ ./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
:
task buildDocs {
group 'Documentation'
description 'Grouping task for generating all languages in several formats'
dependsOn "renderDE", "renderEN"
}
In the task "renderDE", certain attributes (aka variables) are defined that configure the corresponding output.
This repository is currently maintained by the Examination Level Working Group It was forked from https://github.com/isaqb-org/topic-backlog-expert-level.