From 9b3442f53626be7829f9ccfc8aa994eb4ce68275 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 8 Dec 2020 09:15:18 -0500 Subject: [PATCH] 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',