Merge pull request #31108 from backstage/docs-theming

Improving theming documentation
This commit is contained in:
Patrik Oldsberg
2025-10-07 20:57:55 +02:00
committed by GitHub
16 changed files with 889 additions and 622 deletions
+10 -1
View File
@@ -37,7 +37,6 @@ export default {
'getting-started/config/database',
'getting-started/config/authentication',
'getting-started/configure-app-with-plugins',
'getting-started/app-custom-theme',
'getting-started/homepage',
],
},
@@ -560,6 +559,16 @@ export default {
'tooling/package-metadata',
],
},
{
type: 'category',
label: 'User Interface',
items: [
'conf/user-interface/index',
'conf/user-interface/logo',
'conf/user-interface/icons',
'conf/user-interface/sidebar',
],
},
],
Tutorials: [
{ 'Non-technical': ['overview/adopting'] },