docs: restructure local-dev and rename to tooling

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-05-17 11:28:17 +02:00
parent e6fb2dc950
commit a1ae9cc72c
20 changed files with 66 additions and 53 deletions
+19 -13
View File
@@ -69,19 +69,6 @@
"getting-started/keeping-backstage-updated",
"getting-started/concepts"
],
"Local Development": [
{
"type": "category",
"label": "CLI",
"items": [
"local-dev/cli-overview",
"local-dev/cli-build-system",
"local-dev/cli-commands"
]
},
"local-dev/linking-local-packages",
"local-dev/debugging"
],
"Core Features": [
{
"type": "category",
@@ -358,6 +345,25 @@
]
}
],
"Tooling": [
{
"type": "category",
"label": "Backstage CLI",
"items": [
"tooling/cli/overview",
"tooling/cli/build-system",
"tooling/cli/commands"
]
},
{
"type": "category",
"label": "Local Development",
"items": [
"tooling/local-dev/linking-local-packages",
"tooling/local-dev/debugging"
]
}
],
"Deployment": [
"deployment/index",
"deployment/scaling",