website/docs: add more blueprint docs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-08-19 12:01:01 +01:00
parent 810c04bacf
commit 070714abe4
6 changed files with 102 additions and 25 deletions

View File

@ -11,7 +11,12 @@ module.exports = {
type: "doc",
id: "blueprints/index",
},
items: ["blueprints/v1/structure", "blueprints/v1/tags"],
items: [
"blueprints/export",
"blueprints/v1/structure",
"blueprints/v1/tags",
"blueprints/v1/example",
],
},
{
type: "category",
@ -28,7 +33,7 @@ module.exports = {
},
{
type: "category",
label: "Setup",
label: "Development",
items: [
"setup/full-dev-environment",
"setup/frontend-only-dev-environment",