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:
5
website/docs/building_kilo
Normal file
5
website/docs/building_kilo
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: building_kilo
|
||||
title: Building Kilo
|
||||
hide_title: true
|
||||
---
|
5
website/docs/building_website
Normal file
5
website/docs/building_website
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
id: building_website
|
||||
title: Building the Website
|
||||
hide_title: true
|
||||
---
|
@@ -14,6 +14,11 @@ module.exports = {
|
||||
label: 'Reference',
|
||||
items: ['annotations', 'kg', 'kgctl', 'api'],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Contributing',
|
||||
items: ['building_kilo', 'building_website'],
|
||||
},
|
||||
//Features: ['mdx'],
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user