diff --git a/.drone.yml b/.drone.yml index 6ac4654..0c01801 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: - apt-get -y install texlive-lang-german - pip install -r requirements.txt - make latexpdf + - make html --- kind: pipeline diff --git a/source/conf.py b/source/conf.py index b8be63b..a85aab9 100644 --- a/source/conf.py +++ b/source/conf.py @@ -22,7 +22,7 @@ copyright = '2022, ' author = 'Software Ingenieur Begerad (SIB)' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.1.1' # -- General configuration --------------------------------------------------- diff --git a/source/manual/architecture.md b/source/manual/architecture.md index 7b9dd34..3339872 100644 --- a/source/manual/architecture.md +++ b/source/manual/architecture.md @@ -2,10 +2,14 @@ //TODO tbc +## Systemumgebung + +//TODO tbc + ## Systemkontext //TODO tbc -## Systemumgebung +## Systembeschreibung -//TODO tbc +//TODO tbc \ No newline at end of file