website: separate development docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
12
website/sidebarsDev.js
Normal file
12
website/sidebarsDev.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
docs: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "local-dev-environment",
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "api",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user