From 8f97b76bf52da2c13371e7846927b724c8447721 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 7 Dec 2020 14:07:07 -0500 Subject: [PATCH 1/3] Comment out unused var --- microsite/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/siteConfig.js b/microsite/siteConfig.js index 517cac2496..e847c8c985 100644 --- a/microsite/siteConfig.js +++ b/microsite/siteConfig.js @@ -9,7 +9,7 @@ // site configuration options. // List of projects/orgs using your project for the users page. -const users = []; +//const users = []; const siteConfig = { title: 'Backstage', // Title for your website. From cddcd2852d73712a9980b2da6045dd0ac1c64b01 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 7 Dec 2020 14:07:33 -0500 Subject: [PATCH 2/3] Remove dupe which is overwritten --- microsite/siteConfig.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/microsite/siteConfig.js b/microsite/siteConfig.js index e847c8c985..9d8d4f83e3 100644 --- a/microsite/siteConfig.js +++ b/microsite/siteConfig.js @@ -72,11 +72,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`, From 9b3442f53626be7829f9ccfc8aa994eb4ce68275 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 8 Dec 2020 09:15:18 -0500 Subject: [PATCH 3/3] Fully remove sample users var --- microsite/siteConfig.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/microsite/siteConfig.js b/microsite/siteConfig.js index 9d8d4f83e3..4a49dcac25 100644 --- a/microsite/siteConfig.js +++ b/microsite/siteConfig.js @@ -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', // Title for your website. tagline: 'An open platform for building developer portals',