apply suggestions from code review

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
Aramis
2024-02-10 11:11:51 -05:00
committed by aramissennyeydd
parent f6cabb7115
commit 21684fe210
18 changed files with 55 additions and 45 deletions
+3 -7
View File
@@ -138,7 +138,7 @@ module.exports = {
},
{
from: '/docs/getting-started/running-backstage-locally',
to: '/docs/getting-started/standalone-install',
to: '/docs/getting-started/',
},
{
from: '/docs/features/software-templates/testing-scaffolder-alpha',
@@ -154,15 +154,11 @@ module.exports = {
},
{
from: '/docs/getting-started/create-an-app',
to: '/docs/getting-started/standalone-install',
to: '/docs/getting-started/',
},
{
from: '/docs/getting-started/configuration',
to: '/docs/getting-started/standalone-install#next-steps',
},
{
from: '/docs/getting-started',
to: '/docs/getting-started/standalone-install'
to: '/docs/getting-started/#next-steps',
},
],
},
+17 -9
View File
@@ -40,10 +40,10 @@
"overview/logos"
],
"Getting Started": [
"getting-started/standalone-install",
"getting-started/index",
{
"type": "category",
"label": "Configuring Backstage (Admin)",
"label": "Configuring Backstage",
"items": [
"getting-started/config/database",
"getting-started/config/authentication",
@@ -52,14 +52,17 @@
"getting-started/homepage"
]
},
"getting-started/logging-in",
"getting-started/register-a-component",
"getting-started/create-a-component",
{
"type": "category",
"label": "Using Backstage",
"items": [
"getting-started/logging-in",
"getting-started/register-a-component",
"getting-started/create-a-component"
]
},
"getting-started/keeping-backstage-updated",
"getting-started/concepts",
"getting-started/contributors",
"getting-started/getting-involved",
"getting-started/project-structure"
"getting-started/concepts"
],
"Local Development": [
{
@@ -491,6 +494,11 @@
],
"FAQ": ["faq/index", "faq/product", "faq/technical"],
"Accessibility": ["accessibility/index"],
"Contribute": [
"contribute/index",
"contribute/getting-involved",
"contribute/project-structure"
],
"References": ["references/glossary"]
}
}