docs,website: add doc for kg

This commit adds a doc for `kg`, the Kilo agent that runs on every node
in the mesh. This includes: the doc itself, files needed for the
website, and tooling to generate the document using `embedmd`.

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2020-09-23 10:54:19 +02:00
parent 5e970d8b42
commit 0cc1a2ff8c
6 changed files with 71 additions and 1 deletions

View File

@@ -17,6 +17,7 @@
package main
import (
_ "github.com/campoy/embedmd"
_ "golang.org/x/lint/golint"
_ "k8s.io/code-generator/cmd/client-gen"
_ "k8s.io/code-generator/cmd/deepcopy-gen"