Merge pull request #23311 from backstage/philipph/platform-to-framework
Rename open platform to open source framework
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -62,7 +62,7 @@ const Demos = () => {
|
||||
{
|
||||
title: 'Introduction to Backstage',
|
||||
content:
|
||||
'Backstage is an open source platform for building developer portals. We’ve been using our homegrown version at Spotify for years — so it’s 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. We’ve been using our homegrown version at Spotify for years — so it’s 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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user