It can be accessed at https://aarhusai.github.io/documentation/.
All the technical documentation has is in english and the end-user documentation is in danish.
All contribution should be through pull requests and have to pass workflow actions and linting of the markdown files.
We use Github Pages to create a static site for our documentation.
Check the GitHub documentation on how to setup Jekyll locally
Then from the root folder run the command
bundle exec jekyll serveThis will build and serve the site locally.