doc
doc copied to clipboard
nais developer documentation
Welcome to the NAIS documentation
See the NAIS handbook for a more detailed explanation of the documentation structure and how to contribute.
Local development
1. Install Poetry
asdf plugin add poetry
asdf install poetry latest
2. Install dependencies
make install
3. Serve the documentation locally
make local
3a. Serve a tenant-specific version of the documentation
TENANT=nav make local