NADA sin dokumentasjon om Datamarkedsplassen og KNADA.
Tilgjengelig på docs.knada.io.
This website is built using MkDocs.
$ poetry install
or
$ pip install mkdocs mkdocs-pymdownx-material-extras mkdocs-build-plantuml-plugin
$ poetry run mkdocs serve
$ mkdocs serve
This command starts a local development server on localhost:8000. Most changes are reflected live without having to restart the server.
$ poetry run mkdocs build
or
$ mkdocs build
This command generates static content into the site
directory and can be served using any static contents hosting service.
A push to main
triggers a deployment workflow.