docs/building.md: add docs for building Kilo and the website (#177)

* docs/building.md: add docs for building Kilo and the website

Signed-off-by: leonnicolas <leonloechner@gmx.de>

Update docs/building_kilo.md

Co-authored-by: Lucas Servén Marín <lserven@gmail.com>

* Apply suggestions from code review

Co-authored-by: Lucas Servén Marín <lserven@gmail.com>

Co-authored-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
leonnicolas
2021-05-28 13:01:17 +02:00
committed by GitHub
parent a8f4143f53
commit e272d725a5
5 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
id: building_kilo
title: Building Kilo
hide_title: true
---

View File

@@ -0,0 +1,5 @@
---
id: building_website
title: Building the Website
hide_title: true
---

View File

@@ -14,6 +14,11 @@ module.exports = {
label: 'Reference',
items: ['annotations', 'kg', 'kgctl', 'api'],
},
{
type: 'category',
label: 'Contributing',
items: ['building_kilo', 'building_website'],
},
//Features: ['mdx'],
],
};