Rename platform to open source framework

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2024-02-28 11:10:57 +01:00
parent 75b7d4e49b
commit ad9314d3a7
15 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ prismTheme.plain.backgroundColor = '#232323';
/** @type {import('@docusaurus/types').Config} */
module.exports = {
title: 'Backstage Software Catalog and Developer Platform',
tagline: 'An open platform for building developer portals',
tagline: 'An open source framework for building developer portals',
url: 'https://backstage.io',
baseUrl: '/',
organizationName: 'Spotify',
+1 -1
View File
@@ -62,7 +62,7 @@ const Demos = () => {
{
title: 'Introduction to Backstage',
content:
'Backstage is an open source platform for building developer portals. Weve been using our homegrown version at Spotify for years — so its already packed with features. (We have over 120 internal plugins, built by 60 different teams.) In this live demo recording, Stefan Ålund, product manager for Backstage, tells the origin story of Backstage and gives you a tour of how we use it here at Spotify.',
'Backstage is an open source framework for building developer portals. Weve been using our homegrown version at Spotify for years — so its already packed with features. (We have over 120 internal plugins, built by 60 different teams.) In this live demo recording, Stefan Ålund, product manager for Backstage, tells the origin story of Backstage and gives you a tour of how we use it here at Spotify.',
actionItemLink: 'https://www.youtube.com/watch?v=1XtJ5FAOjPk',
media: {
type: 'video',
+1 -1
View File
@@ -74,7 +74,7 @@ const HomePage = () => {
>
<ContentBlock
className={homeStyles.openPlatformBanner}
title={<h1> An open platform for building developer portals</h1>}
title={<h1> An open source framework for building developer portals</h1>}
actionButtons={[
{
link: 'https://github.com/backstage/backstage#getting-started',