diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c67eae825..99f03e3fa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,18 @@ If you encounter issues while upgrading to a newer version, don't hesitate to re > Collect changes for the next release below +### @backstage/create-app + +- Many plugins have been added to the catalog and will for now be required to be added to separate apps as well. This will be solved as [#1536](https://github.com/spotify/backstage/issues/1536) gets sorted out, but for now you may need to install some plugins just to get pages to work. + +### @backstage/catalog-backend + +- Added the possibility to add static locations via `app-config.yaml`. This changed the signature of `new LocationReaders(logger)` inside `packages/backend/src/plugins/catalog.ts` to `new LocationReaders({config, logger})`. [#1890](https://github.com/spotify/backstage/pull/1890) + +### @backstage/theme + +- Changed the type signature of the palette, removing `sidebar: string` and adding `navigation: { background: string; indicator: string}`. [#1880](https://github.com/spotify/backstage/pull/1880) + ## v0.1.1-alpha.18 ### @backstage/catalog-backend diff --git a/docs/overview/what-is-backstage.md b/docs/overview/what-is-backstage.md index 99337106bc..163b6c219b 100644 --- a/docs/overview/what-is-backstage.md +++ b/docs/overview/what-is-backstage.md @@ -15,15 +15,15 @@ to create a streamlined development environment from end to end. Out of the box, Backstage includes: -- [Backstage Service Catalog](/docs/features/software-catalog/index.md) for +- [Backstage Service Catalog](../features/software-catalog/index.md) for managing all your software (microservices, libraries, data pipelines, websites, ML models, etc.) -- [Backstage Software Templates](/docs/features/software-templates/index.md) for +- [Backstage Software Templates](../features/software-templates/index.md) for quickly spinning up new projects and standardizing your tooling with your organization’s best practices -- [Backstage TechDocs](/docs/features/techdocs) for making it easy to create, - maintain, find, and use technical documentation, using a "docs like code" - approach +- [Backstage TechDocs](../features/techdocs/README.md) for making it easy to + create, maintain, find, and use technical documentation, using a "docs like + code" approach - Plus, a growing ecosystem of [open source plugins](https://github.com/spotify/backstage/tree/master/plugins) that further expand Backstage’s customizability and functionality diff --git a/microsite/i18n/en.json b/microsite/i18n/en.json index 8e333aab8a..af891426db 100644 --- a/microsite/i18n/en.json +++ b/microsite/i18n/en.json @@ -102,8 +102,8 @@ "features/software-catalog/software-catalog-overview": { "title": "Backstage Service Catalog (alpha)" }, - "features/software-catalog/populating-catalog": { - "title": "Populating the catalog" + "features/software-catalog/installation": { + "title": "features/software-catalog/installation" }, "features/software-catalog/system-model": { "title": "System Model" @@ -126,6 +126,9 @@ "features/software-templates/software-templates-index": { "title": "Software Templates" }, + "features/software-templates/installation": { + "title": "features/software-templates/installation" + }, "features/techdocs/concepts": { "title": "Concepts" },