From 48e13083b16125e8cede1308c9c4e4dc0ec6fe55 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 5 May 2021 20:00:08 +0300 Subject: [PATCH] docs: Change "Discuss on Spectrum" link to go to Spectrum root (#507) This adjusts the sidebar link to "Discuss on Spectrum" in the Rover docs. We'll be adjusting our discussions platform and moving away from Spectrum in the coming weeks, so this is a short-term adjustment to adjust a broken link. That's because, by default, our Gatsby theme configuration defaults to the repository name, but we never created a Spectrum "rover" channel. This commit changes the link to go to the root of the Spectrum repo, with the intention of this link being wholesale replaced in the coming weeks. --- docs/gatsby-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index 8770bcf67..a4e9574d7 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -11,6 +11,7 @@ module.exports = { subtitle: 'Rover CLI (Preview)', description: 'A guide to using Rover', githubRepo: 'apollographql/rover', + spectrumPath: '/', sidebarCategories: { null: [ 'index',