From d4c6feb67b6acb26b1e41d46c935fc78f5d6d51b Mon Sep 17 00:00:00 2001 From: Jeff Feng <46946747+fengypants@users.noreply.github.com> Date: Wed, 23 Dec 2020 13:50:57 -0500 Subject: [PATCH 1/4] Update microsite's demos page to link to demo site Updating the intro paragraph on backstage.io/demos to include a link to demo.backstage.io. --- microsite/pages/en/demos.js | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/microsite/pages/en/demos.js b/microsite/pages/en/demos.js index 63c15ab698..bcc8520965 100644 --- a/microsite/pages/en/demos.js +++ b/microsite/pages/en/demos.js @@ -17,22 +17,21 @@ const Background = props => { - See us in action. + See us in action - To illustrate the potential of Backstage, we’re showing you{' '} - - how we use it here at Spotify + To explore the UI and basic features of Backstage firsthand, go to: {' '} + + demo.backstage.io - . The videos below feature the custom plugins and templates that - we built for our internal version of Backstage. You can use - Backstage to build the developer portal you want — integrating the - tools that you use in your own infrastructure ecosystem. (Or get - started by building an open source plugin for Backstage that - everyone can use, like our{' '} - - Lighthouse Plugin + . + + + Watch the videos below to get an introduction to Backstage and + to see how we use different plugins to customize {' '} + + our internal version of Backstage at Spotify - .) + . From 2f2bc1b3f8e5162abc0e7aa23f025b047003d147 Mon Sep 17 00:00:00 2001 From: Jeff Feng <46946747+fengypants@users.noreply.github.com> Date: Wed, 23 Dec 2020 13:59:29 -0500 Subject: [PATCH 2/4] Update demos.js --- microsite/pages/en/demos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/pages/en/demos.js b/microsite/pages/en/demos.js index bcc8520965..d29ab0ccf5 100644 --- a/microsite/pages/en/demos.js +++ b/microsite/pages/en/demos.js @@ -28,7 +28,7 @@ const Background = props => { Watch the videos below to get an introduction to Backstage and to see how we use different plugins to customize {' '} - + our internal version of Backstage at Spotify . From 660f646d118b7a0bdd70633e195c887e742fd31a Mon Sep 17 00:00:00 2001 From: Jeff Feng <46946747+fengypants@users.noreply.github.com> Date: Wed, 23 Dec 2020 14:15:52 -0500 Subject: [PATCH 3/4] Update demo.js (fixing blog URL) --- microsite/pages/en/demos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/pages/en/demos.js b/microsite/pages/en/demos.js index d29ab0ccf5..9e53c39afa 100644 --- a/microsite/pages/en/demos.js +++ b/microsite/pages/en/demos.js @@ -28,7 +28,7 @@ const Background = props => { Watch the videos below to get an introduction to Backstage and to see how we use different plugins to customize {' '} - + our internal version of Backstage at Spotify . From db1fafb32156548805fc7e5c58be9a43b740d30f Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Wed, 23 Dec 2020 21:40:40 +0100 Subject: [PATCH 4/4] microsite: run prettier on demo page --- microsite/pages/en/demos.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/microsite/pages/en/demos.js b/microsite/pages/en/demos.js index 9e53c39afa..c26fc9a8e8 100644 --- a/microsite/pages/en/demos.js +++ b/microsite/pages/en/demos.js @@ -19,17 +19,14 @@ const Background = props => { See us in action - To explore the UI and basic features of Backstage firsthand, go to: {' '} - - demo.backstage.io - - . + To explore the UI and basic features of Backstage firsthand, go + to: demo.backstage.io. - Watch the videos below to get an introduction to Backstage and - to see how we use different plugins to customize {' '} + Watch the videos below to get an introduction to Backstage and to + see how we use different plugins to customize{' '} - our internal version of Backstage at Spotify + our internal version of Backstage at Spotify .