diff --git a/.changeset/fix-sidebar-settings-nav.md b/.changeset/fix-sidebar-settings-nav.md new file mode 100644 index 0000000000..ee8223e5f4 --- /dev/null +++ b/.changeset/fix-sidebar-settings-nav.md @@ -0,0 +1,5 @@ +--- +'@backstage/create-app': patch +--- + +Various fixes for the `create-app` template: reorganizing sidebar items, removing redundant config and code, and adding a documentation example. diff --git a/.patches/pr-33451.txt b/.patches/pr-33451.txt new file mode 100644 index 0000000000..c713be256a --- /dev/null +++ b/.patches/pr-33451.txt @@ -0,0 +1 @@ +Various fixes and improvements for the `@backstage/create-app` template.