This repo builds a technical documentation site aimed at reducing cost/effort to run a security focused Internal Developer Platform with a small team.
The devcontainer is a basic Debian image and the site is built with Zola. Quickstart below.
# Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo >> ~/.bashrc
echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# Install zola
brew install zola
# Serve site
zola serve
# Build site
zola build