Skip to content
/ doc Public
forked from nais/doc

nais developer documentation

Notifications You must be signed in to change notification settings

steffeli/doc

This branch is 1869 commits behind nais/doc:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4c4fed7 · Jul 1, 2021
Nov 24, 2020
Dec 15, 2020
Jul 1, 2021
Nov 19, 2020
Nov 18, 2020
Nov 18, 2020
Nov 18, 2020
Nov 19, 2020
Jan 27, 2021
Nov 19, 2020
Jun 30, 2021
Dec 15, 2020
Nov 16, 2020

Repository files navigation

Welcome to the NAIS documentation repo!

This repository is used to build a mkdocs site hosted on https://doc.nais.io!

All documentation content resides inside the docs folder, with the general structure of the website defined in mkdocs.yml's nav-yaml key.

Local preview-environment set-up

*NB: Due to limitations in the built-in mkdocs serve's hot-reload feature, the described set-up relies on dodgy Docker networking.

Requirements

  • docker
  • docker-compose

How to set-up local preview environment

docker-compose up --detach --build && open localhost:8080

GCP set-up

First, ensure you're logged into GCP

gcloud auth login --update-adc

Then, run terraform

cd terraform/
&& terraform init -backend-config="bucket=terraform-prod-235011" \
&& terraform apply

Et voilá! Presto!

About

nais developer documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 53.2%
  • HTML 39.9%
  • Dockerfile 6.9%