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
cd C:/repos git clone https://github.com/altinn/altinn-studio-docs - Navigate to folder and run Hugo
cd altinn-studio-docs hugo server --navigateToChanged - The documentation can now be opened in browser at http://localhost:1313/
- Edit and save files to get the site refreshed in your browser, so you can test your changes
- When happy, push your changes