This repo contains the source for the Altinn 3 documentation.
There are two ways to edit and test your changes to the docs:
See CONTRIBUTING for even more details.
- Install the required software (Git, Hugo and Visual Studio Code)
- Clone the repo
git clone https://github.com/altinn/altinn-studio-docs
- Navigate to repo folder and run Hugo
hugo server --navigateToChanged
PS: If you want to test search locally, generate index with npx -y pagefind --site "public"
4. The documentation can now be opened in browser at http://localhost:1313/
5. Edit and save files to get the site refreshed in your browser, so you can test your changes
6. When happy, push your changes