Add the kustomize.io docsy template

This commit is contained in:
David Jacob
2022-03-06 12:29:12 +01:00
parent f67dd5bbbd
commit 1fcd66258f
120 changed files with 14127 additions and 0 deletions

13
site/docker-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
version: "3.3"
services:
site:
image: kustomize/kustomize-website:alpha
build:
context: .
command: server
ports:
- "1313:1313"
volumes:
- .:/src