From f49927b7fed9dad2fcc6b770eef8bb7a6c7f5324 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Fri, 8 Nov 2019 16:05:29 +1300 Subject: [PATCH] Remove 3 docs temporarily --- gatsby-config.js | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 8ca8eac..9575593 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -2,11 +2,7 @@ module.exports = { siteMetadata: { title: `SilverStripe Documentation`, description: `Developer documentation for the SilverStripe CMS and framework.`, - author: `The Silverstripe Community`, - stableVersions: [ - '3.x', - '4.x', - ] + author: `The Silverstripe Community` }, plugins: [ `gatsby-plugin-react-helmet`, @@ -27,15 +23,15 @@ module.exports = { patterns: `docs/en/**` } }, - { - resolve: `gatsby-source-git`, - options: { - name: `3`, - remote: `https://github.com/unclecheese/silverstripe-framework.git`, - branch: `3`, - patterns: `docs/en/**` - } - }, + // { + // resolve: `gatsby-source-git`, + // options: { + // name: `3`, + // remote: `https://github.com/unclecheese/silverstripe-framework.git`, + // branch: `3`, + // patterns: `docs/en/**` + // } + // }, { resolve: 'gatsby-transformer-remark', options: {