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
- Host: GitHub
- URL: https://github.com/nais/doc
- Owner: nais
- License: mit
- Created: 2017-09-07T16:37:15.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T10:40:52.000Z (over 2 years ago)
- Last Synced: 2023-12-19T11:30:52.083Z (over 2 years ago)
- Topics: documentation, nais
- Language: HCL
- Homepage: https://doc.nais.io
- Size: 14.7 MB
- Stars: 45
- Watchers: 56
- Forks: 51
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Security: docs/security/README.md
- Support: docs/support.md
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
```