From 1496103b82d04aca451327c23130aeada752d37b Mon Sep 17 00:00:00 2001 From: HelenGreul <38757784+HelenGreul@users.noreply.github.com> Date: Mon, 7 Jun 2021 13:21:57 +0200 Subject: [PATCH 1/2] re-pointing live demo links to demo.backstage.io Signed-off-by: Helen Greul --- docs/overview/architecture-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index af46a8c830..cdde65ef12 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -43,13 +43,13 @@ this. The UI is a thin, client-side wrapper around a set of plugins. It provides some core UI components and libraries for shared activities such as config -management. [[live demo](https://backstage-demo.roadie.io/)] +management. [[live demo](https://demo.backstage.io/catalog)] ![UI with different components highlighted](../assets/architecture-overview/core-vs-plugin-components-highlighted.png) Each plugin typically makes itself available in the UI on a dedicated URL. For example, the Lighthouse plugin is registered with the UI on `/lighthouse`. -[[live demo](https://backstage-demo.roadie.io/lighthouse)] +[[learn more](https://backstage.io/blog/2020/04/06/lighthouse-plugin)] ![The lighthouse plugin UI](../assets/architecture-overview/lighthouse-plugin.png) @@ -116,7 +116,7 @@ Architecturally, plugins can take three forms: #### Standalone plugins Standalone plugins run entirely in the browser. -[The Tech Radar plugin](https://backstage-demo.roadie.io/tech-radar), for +[The Tech Radar plugin](https://demo.backstage.io/tech-radar), for example, simply renders hard-coded information. It doesn't make any API requests to other services. From d06e21290350e734f1576a3a7c4c6b807e9ae651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Mon, 7 Jun 2021 14:39:34 +0200 Subject: [PATCH 2/2] prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- docs/overview/architecture-overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/overview/architecture-overview.md b/docs/overview/architecture-overview.md index cdde65ef12..00d83b43ed 100644 --- a/docs/overview/architecture-overview.md +++ b/docs/overview/architecture-overview.md @@ -116,9 +116,9 @@ Architecturally, plugins can take three forms: #### Standalone plugins Standalone plugins run entirely in the browser. -[The Tech Radar plugin](https://demo.backstage.io/tech-radar), for -example, simply renders hard-coded information. It doesn't make any API requests -to other services. +[The Tech Radar plugin](https://demo.backstage.io/tech-radar), for example, +simply renders hard-coded information. It doesn't make any API requests to other +services. ![tech radar plugin ui](../assets/architecture-overview/tech-radar-plugin.png)