docs: new structure for backend system docs

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 15:49:06 +01:00
parent 9d1950d4a4
commit e4f3c15dbe
14 changed files with 526 additions and 1 deletions
+39 -1
View File
@@ -362,6 +362,44 @@
"architecture-decisions/adrs-adr012",
"architecture-decisions/adrs-adr013"
],
"FAQ": ["FAQ"]
"FAQ": ["FAQ"],
"Experimental Backend System": [
"backend-system/index",
{
"type": "subcategory",
"label": "Architecture",
"ids": [
"backend-system/architecture/index",
"backend-system/architecture/services",
"backend-system/architecture/plugins",
"backend-system/architecture/extension-points",
"backend-system/architecture/modules"
]
},
{
"type": "subcategory",
"label": "Building Backends",
"ids": [
"backend-system/building-backends/index",
"backend-system/building-backends/migrating"
]
},
{
"type": "subcategory",
"label": "Building Plugins & Modules",
"ids": [
"backend-system/building-plugins-and-modules/index",
"backend-system/building-plugins-and-modules/testing",
"backend-system/building-plugins-and-modules/migrating"
]
},
{
"type": "subcategory",
"label": "Core Services",
"ids": [
"backend-system/core-services/index"
]
}
]
}
}