An open API service indexing awesome lists of open source software.

https://github.com/nais/doc

nais developer documentation
https://github.com/nais/doc

documentation nais

Last synced: about 1 year ago
JSON representation

nais developer documentation

Awesome Lists containing this project

README

          

# Welcome to the Nais documentation

See the [Nais handbook](https://handbook.nais.io/technical/write-the-doc/) for a more detailed explanation of the documentation structure and how to contribute.

## Local development

## 1. Install Poetry

```bash
asdf plugin add poetry
asdf install poetry latest
```

## 2. Install dependencies

```bash
make install
```
## 3. Serve the documentation locally

```bash
make local
```

## 3a. Serve a tenant-specific version of the documentation

```bash
TENANT=nav make local
```