Remove 3 docs temporarily

This commit is contained in:
Aaron Carlino 2019-11-08 16:05:29 +13:00
parent 62ab81f850
commit f49927b7fe
1 changed files with 10 additions and 14 deletions

View File

@ -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: {