The Altinn docs site is generated from markdown using the Hugo static site generator. We use YAML as front matter.
- Install Git and clone the docs repository to a local folder:
git clone https://github.com/altinn/docs
- Install Visual Studio Code for editing markdown
- Install Hugo for your operating system
- Open the docs repo-folder in visual studio code (or another editor)
- Run
hugo server --navigateToChanged
open your browser at http://localhost:1313/docs/ - Edit and save a file in the
content
-folder to get a new local build of the site refreshed in your browser.
Whenever changes are pushed to the docs-repository, an automatic deploy is updating https://altinn.github.io/docs/
If you don't have write access to the docs-repo, you need to create a fork and submit a pull request.