This is copyrighted work.
This repository contains the iSAQB Advanced Level curriculum for FLEX - Flexible Architectures in AsciiDoc.
Create an issue, a merge- or pull-request.
An update of the FLEX curriculum is due! You can contribute suggestions for addition or removal by creating an issue
-
Clone or download - but include the submodule:
Via SSH: git clone [email protected]:isaqb-org/curriculum-flex.git --recursive Via HTTPS: git clone https://github.com/isaqb-org/curriculum-flex.git --recursive
-
You can build this repository with gradle via
./gradlew buildDocs
. -
Look into the file
build.gradle
to see what attributes you may configure. Watch for:-
the
language
attribute, eitherDE
(German) orEN
(English); -
the output formats called
backends
(pdf and/or html5); -
the document version.
-