Merge branch 'master' into orkohunter/techdocs-publish-to-cloud-storage

This commit is contained in:
Himanshu Mishra
2020-12-09 20:17:06 +01:00
committed by GitHub
145 changed files with 3540 additions and 1115 deletions
@@ -1,6 +1,6 @@
---
title: Announcing Backstage
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: http://twitter.com/stalund
authorImageURL: https://pbs.twimg.com/profile_images/121166861/6919c047c0d0edaace78c3009b28e917-user-full-200-130.generated_400x400.jpg
---
@@ -1,6 +1,6 @@
---
title: What the heck is Backstage anyway?
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: http://twitter.com/stalund
authorImageURL: https://pbs.twimg.com/profile_images/121166861/6919c047c0d0edaace78c3009b28e917-user-full-200-130.generated_400x400.jpg
---
@@ -1,6 +1,6 @@
---
title: Introducing Lighthouse for Backstage
author: Paul Marbach
author: Paul Marbach, Spotify
authorURL: http://twitter.com/fastfrwrd
authorImageURL: https://pbs.twimg.com/profile_images/1224058798958088192/JPxS8uzR_400x400.jpg
---
@@ -1,6 +1,6 @@
---
title: How to quickly set up Backstage
author: Marcus Eide
author: Marcus Eide, Spotify
authorURL: https://github.com/marcuseide
authorImageURL: https://secure.gravatar.com/avatar/20223f1e03673c7c1e6282fbebaf6942
---
@@ -1,6 +1,6 @@
---
title: Introducing Tech Radar for Backstage
author: Bilawal Hameed
author: Bilawal Hameed, Spotify
authorURL: http://twitter.com/bilawalhameed
authorImageURL: https://avatars0.githubusercontent.com/bih
---
@@ -1,6 +1,6 @@
---
title: Weaveworks COVID-19 app uses Backstage UI
author: Jeff Feng
author: Jeff Feng, Spotify
authorURL: https://github.com/fengypants
authorImageURL: https://avatars2.githubusercontent.com/u/46946747
---
@@ -1,6 +1,6 @@
---
title: Starting Phase 2: The Service Catalog
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: http://twitter.com/stalund
authorImageURL: https://pbs.twimg.com/profile_images/121166861/6919c047c0d0edaace78c3009b28e917-user-full-200-130.generated_400x400.jpg
---
@@ -1,6 +1,6 @@
---
title: Backstage Service Catalog released in alpha
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: http://twitter.com/stalund
image: https://backstage.io/blog/assets/6/header.png
---
@@ -1,6 +1,6 @@
---
title: How to enable authentication in Backstage using Passport
author: Lee Mills
author: Lee Mills, Spotify
authorURL: https://github.com/leemills83
authorImageURL: https://avatars1.githubusercontent.com/u/1236238?s=460&v=4
---
@@ -1,6 +1,6 @@
---
title: Announcing Backstage Software Templates
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: https://twitter.com/stalund
---
@@ -1,6 +1,6 @@
---
title: Announcing TechDocs: Spotifys docs-like-code plugin for Backstage
author: Gary Niemen
author: Gary Niemen, Spotify
authorURL: https://github.com/garyniemen
---
@@ -1,6 +1,6 @@
---
title: Backstage has been accepted into the CNCF Sandbox
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: https://twitter.com/stalund
---
@@ -1,6 +1,6 @@
---
title: How to design for Backstage (even if youre not a designer)
author: Kat Zhou
author: Kat Zhou, Spotify
authorURL: http://twitter.com/katherinemzhou
---
@@ -1,6 +1,6 @@
---
title: The Plugin Marketplace is open
author: Stefan Ålund
author: Stefan Ålund, Spotify
authorURL: https://twitter.com/stalund
---
@@ -1,6 +1,6 @@
---
title: New Cost Insights plugin: The engineers solution to taming cloud costs
author: Janisa Anandamohan
author: Janisa Anandamohan, Spotify
authorURL: https://twitter.com/janisa_a
---
-8
View File
@@ -8,9 +8,6 @@
// See https://docusaurus.io/docs/site-config for all the possible
// site configuration options.
// List of projects/orgs using your project for the users page.
const users = [];
const siteConfig = {
title: 'Backstage Service Catalog and Developer Platform', // Title for your website.
tagline: 'An open platform for building developer portals',
@@ -72,11 +69,6 @@ const siteConfig = {
navGroupSubcategoryTitleColor: '#9e9e9e',
},
/* Colors for syntax highlighting */
highlight: {
theme: 'dark',
},
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds.
copyright: `Copyright © ${new Date().getFullYear()} Backstage Project Authors. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: https://www.linuxfoundation.org/trademark-usage`,