update following sig meeting
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
@@ -405,6 +405,10 @@ const config: Config = {
|
||||
label: 'GitHub',
|
||||
to: 'https://github.com/backstage/',
|
||||
},
|
||||
{
|
||||
label: 'Assets',
|
||||
to: 'https://github.com/cncf/artwork/tree/main/projects/backstage'
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
+15
-16
@@ -4,9 +4,12 @@ module.exports = {
|
||||
docs: {
|
||||
Overview: [
|
||||
'overview/what-is-backstage',
|
||||
'overview/architecture-overview',
|
||||
'overview/background',
|
||||
'overview/vision',
|
||||
'overview/roadmap',
|
||||
'overview/threat-model',
|
||||
'overview/versioning-policy',
|
||||
],
|
||||
'Getting Started': [
|
||||
'getting-started/index',
|
||||
@@ -296,7 +299,6 @@ module.exports = {
|
||||
],
|
||||
Plugins: [
|
||||
'plugins/index',
|
||||
'overview/architecture-overview',
|
||||
'plugins/existing-plugins',
|
||||
'plugins/create-a-plugin',
|
||||
'plugins/plugin-development',
|
||||
@@ -490,27 +492,31 @@ module.exports = {
|
||||
{
|
||||
Techical: [
|
||||
'tutorials/quickstart-app-plugin',
|
||||
'tutorials/react-router-stable-migration',
|
||||
'tutorials/react18-migration',
|
||||
'tutorials/package-role-migration',
|
||||
'tutorials/migrating-away-from-core',
|
||||
'tutorials/configuring-plugin-databases',
|
||||
'tutorials/switching-sqlite-postgres',
|
||||
'tutorials/using-backstage-proxy-within-plugin',
|
||||
'tutorials/yarn-migration',
|
||||
'tutorials/migrate-to-mui5',
|
||||
'tutorials/auth-service-migration',
|
||||
'tutorials/enable-public-entry',
|
||||
'tutorials/setup-opentelemetry',
|
||||
'accessibility/index',
|
||||
],
|
||||
},
|
||||
{Migrations: [
|
||||
'tutorials/react-router-stable-migration',
|
||||
'tutorials/react18-migration',
|
||||
'tutorials/package-role-migration',
|
||||
'tutorials/migrating-away-from-core',
|
||||
'tutorials/yarn-migration',
|
||||
'tutorials/migrate-to-mui5',
|
||||
'tutorials/auth-service-migration',
|
||||
]}
|
||||
],
|
||||
FAQ: ['faq/index', 'faq/technical', 'faq/product'],
|
||||
FAQ: ['faq/index', 'faq/product','faq/technical'],
|
||||
Contribute: [
|
||||
'contribute/index',
|
||||
'contribute/getting-involved',
|
||||
'contribute/project-structure',
|
||||
],
|
||||
References: [
|
||||
{
|
||||
'Designing for Backstage': [
|
||||
'dls/design',
|
||||
@@ -519,8 +525,6 @@ module.exports = {
|
||||
'dls/figma',
|
||||
],
|
||||
},
|
||||
],
|
||||
References: [
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Architecture Decision Records (ADRs)',
|
||||
@@ -543,15 +547,10 @@ module.exports = {
|
||||
},
|
||||
'api/deprecations',
|
||||
'references/glossary',
|
||||
{
|
||||
Security: ['overview/threat-model'],
|
||||
},
|
||||
'api/utility-apis',
|
||||
'overview/versioning-policy',
|
||||
'reference/index',
|
||||
],
|
||||
},
|
||||
Assets: ['overview/logos'],
|
||||
releases: {
|
||||
'Release Notes': releases.map(release => `releases/${release}`),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user