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

4
website/docs/kg Normal file
View File

@@ -0,0 +1,4 @@
---
id: kg
hide_title: true
---

View File

@@ -12,7 +12,7 @@ module.exports = {
{
type: 'category',
label: 'Reference',
items: ['annotations', 'kgctl'],
items: ['annotations', 'kg', 'kgctl'],
},
//Features: ['mdx'],
],