website: separate development docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-18 17:25:03 +02:00
parent 8628595590
commit 84ce2c1df2
5 changed files with 45 additions and 11 deletions

12
website/sidebarsDev.js Normal file
View File

@ -0,0 +1,12 @@
module.exports = {
docs: [
{
type: "doc",
id: "local-dev-environment",
},
{
type: "doc",
id: "api",
},
],
};