website/docs: add developer docs for frontend-only

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-21 21:25:56 +02:00
parent f6026fdb13
commit 2bbad64dc3
4 changed files with 56 additions and 3 deletions

View File

@ -2,7 +2,15 @@ module.exports = {
docs: [
{
type: "doc",
id: "local-dev-environment",
id: "index",
},
{
type: "doc",
id: "full-dev-environment",
},
{
type: "doc",
id: "frontend-only-dev-environment",
},
{
type: "doc",