diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40a8b0ce90..5b8febd1d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ The current documentation is very limited. Help us make the `/docs` folder come ## Contribute to Storybook -We think the best way to ensure different plugins provide a consistent experience is through a solid set of reusable UI/UX components. Backstage uses [Storybook](http://storybook.backstage.io). +We think the best way to ensure different plugins provide a consistent experience is through a solid set of reusable UI/UX components. Backstage uses [Storybook](http://backstage.io/storybook). Either help us [create new components](https://github.com/spotify/backstage/labels/help%20wanted) or improve stories for the existing ones (look for files with `*.stories.tsx`). diff --git a/README.md b/README.md index 9fb3745368..9a1622cda7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ For more information go to [backstage.io](https://backstage.io) or join our [Dis We created Backstage about 4 years ago. While our internal version of Backstage has had the benefit of time to mature and evolve, the first iteration of our open source version is still nascent. We are envisioning three phases of the project and we have already begun work on various aspects of these phases: -- 🐣 **Phase 1:** Extensible frontend platform (Done ✅) - You will be able to easily create a single consistent UI layer for your internal infrastructure and tools. A set of reusable [UX patterns and components](http://storybook.backstage.io) help ensure a consistent experience between tools. +- 🐣 **Phase 1:** Extensible frontend platform (Done ✅) - You will be able to easily create a single consistent UI layer for your internal infrastructure and tools. A set of reusable [UX patterns and components](http://backstage.io/storybook) help ensure a consistent experience between tools. - 🐢 **Phase 2:** Service Catalog ([alpha released](https://backstage.io/blog/2020/06/22/backstage-service-catalog-alpha)) - With a single catalog, Backstage makes it easy for a team to manage ten services — and makes it possible for your company to manage thousands of them. Developers can get a uniform overview of all their software and related resources, regardless of how and where they are running, as well as an easy way to onboard and manage those resources. @@ -85,7 +85,7 @@ Take a look at the [Getting Started](docs/getting-started/index.md) guide to lea - [Service Catalog](docs/features/software-catalog/index.md) - [Architecture](docs/overview/architecture-terminology.md) ([Decisions](docs/architecture-decisions/index.md)) - [Designing for Backstage](docs/dls/design.md) -- [Storybook - UI components](http://storybook.backstage.io) +- [Storybook - UI components](http://backstage.io/storybook) ## Community diff --git a/docs/README.md b/docs/README.md index 37a02efba3..9bbc69ca6d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -74,7 +74,7 @@ better yet, a pull request. - [Glossary](auth/glossary.md) - Designing for Backstage - [Backstage Design Language System (DLS)](dls/design.md) - - [Storybook -- reusable UI components](http://storybook.backstage.io) + - [Storybook -- reusable UI components](http://backstage.io/storybook) - [Contributing to Storybook](dls/contributing-to-storybook.md) - [Figma resources](dls/figma.md) - API references diff --git a/docs/dls/contributing-to-storybook.md b/docs/dls/contributing-to-storybook.md index 5c18eb3652..f0c2201a98 100644 --- a/docs/dls/contributing-to-storybook.md +++ b/docs/dls/contributing-to-storybook.md @@ -4,7 +4,7 @@ title: Contributing to Storybook --- You find our storybook at -[http://storybook.backstage.io](http://storybook.backstage.io) +[http://backstage.io/storybook](http://backstage.io/storybook) ## Creating a new Story diff --git a/docs/dls/design.md b/docs/dls/design.md index 45b7b973ed..c8a94fad4d 100644 --- a/docs/dls/design.md +++ b/docs/dls/design.md @@ -111,7 +111,7 @@ picked up by our team as something to be added to our design system. ## ✏️ Resources -**[Storybook](http://storybook.backstage.io/)** - where you can view our +**[Storybook](http://backstage.io/storybook)** - where you can view our components. If you’d like to help build up our design system, you can also add components we’ve designed to the Storybook as well. diff --git a/docs/overview/roadmap.md b/docs/overview/roadmap.md index 125f8cce7b..6acea71509 100644 --- a/docs/overview/roadmap.md +++ b/docs/overview/roadmap.md @@ -11,7 +11,7 @@ project and we have already begun work on various aspects of these phases: - 🐣 **Phase 1:** Extensible frontend platform (Done ✅) - You will be able to easily create a single consistent UI layer for your internal infrastructure and tools. A set of reusable - [UX patterns and components](http://storybook.backstage.io) help ensure a + [UX patterns and components](http://backstage.io/storybook) help ensure a consistent experience between tools. - 🐢 **Phase 2:** Service Catalog diff --git a/mkdocs.yml b/mkdocs.yml index adfdf6ae0a..8c97a4f1fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -74,7 +74,7 @@ nav: - Glossary: 'auth/glossary.md' - Designing for Backstage: - Backstage Design Language System (DLS): 'dls/design.md' - - Storybook -- reusable UI components: 'http://storybook.backstage.io' + - Storybook -- reusable UI components: 'http://backstage.io/storybook' - Contributing to Storybook: 'dls/contributing-to-storybook.md' - Figma resources: 'dls/figma.md' - API references: diff --git a/packages/storybook/README.md b/packages/storybook/README.md index 66768c0fe5..38708afe4b 100644 --- a/packages/storybook/README.md +++ b/packages/storybook/README.md @@ -1,6 +1,6 @@ # storybook -This package provides a storybook build for Backstage. See [storybook.backstage.io](http://storybook.backstage.io) +This package provides a storybook build for Backstage. See [http://backstage.io/storybook](http://http://backstage.io/storybook) ## Why is this not part of `@backstage/core`?