Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navikt/nada
NADA - Dokumentasjon
https://github.com/navikt/nada
dataprodukt katalog knada mkdocs
Last synced: about 1 month ago
JSON representation
NADA - Dokumentasjon
- Host: GitHub
- URL: https://github.com/navikt/nada
- Owner: navikt
- Created: 2019-06-05T08:04:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T14:46:17.000Z (about 1 month ago)
- Last Synced: 2024-12-19T15:44:46.703Z (about 1 month ago)
- Topics: dataprodukt, katalog, knada, mkdocs
- Language: HTML
- Homepage: https://docs.knada.io
- Size: 6.31 MB
- Stars: 8
- Watchers: 112
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NADA dokumentasjon
NADA sin dokumentasjon om [Datamarkedsplassen](https://data.ansatt.nav.no) og [KNADA](https://knorten.knada.io).
Tilgjengelig på [docs.knada.io](https://docs.knada.io).
## Development
This website is built using [MkDocs](https://www.mkdocs.org/).
### Install
```
$ poetry install
```
or
```
$ pip install mkdocs mkdocs-pymdownx-material-extras mkdocs-build-plantuml-plugin
```### Local Development
```
$ 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.
### Build
```
$ 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.
### Deployment
A push to `main` triggers a deployment workflow.