Merge pull request #23311 from backstage/philipph/platform-to-framework

Rename open platform to open source framework
This commit is contained in:
Philipp Hugenroth
2024-03-07 09:22:35 +01:00
committed by GitHub
15 changed files with 20 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',
+3 -1
View File
@@ -74,7 +74,9 @@ 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',