ksch-workflows / architecture

Documentation of the software architecture of the KSCH Workflows system
https://ksch-workflows.github.io/architecture
0 stars 0 forks source link

Architecture Documentation

This repository contains the architecture documentation for the K.S.C.H. Workflows project, based on the arc42 template.

Development

Pre-commit hook

.git/hooks/pre-commit:

#!/bin/bash

/path/to/architecture/dev/render.sh
git add docs/

Post-commit hook

.git/hooks/post-commit:

#!/bin/bash

git push

References

License

KSCH Workflows architecture documentation by KS-Plus e.V. is licensed under CC BY 4.0