The Engelsystem Docs Page is generated using HUGO and uses the Hugo Learn Theme. For installation instructions see the Hugo install docs
Use git clone --recurse-submodules https://github.com/engelsystem/engelsystem-doc.git
to clone this repository with the theme submodule.
You can build and serve the docs locally using:
hugo serverhugogit submodule deinit -f .
git submodule update --initgit submodule update --init --recursive
git submodule foreach git pull origin main