ramrock93 / doc

nais developer documentation

Home Page:https://doc.nais.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://doc.nais.io


Languages

Language:HCL 53.2%Language:HTML 39.9%Language:Dockerfile 6.9%