iSAQB Advanced Level curriculum for FLEX: Flexible Architectures
Status
This is copyrighted work.
Content
This repository contains the iSAQB Advanced Level curriculum for FLEX - Flexible Architectures in AsciiDoc.
How to Contribute or Participate
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
How to Build the Curriculum
-
Clone or download - but include the submodule:
Via SSH: git clone git@github.com: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.
-