mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Remove 3 docs temporarily
This commit is contained in:
parent
62ab81f850
commit
f49927b7fe
@ -2,11 +2,7 @@ module.exports = {
|
|||||||
siteMetadata: {
|
siteMetadata: {
|
||||||
title: `SilverStripe Documentation`,
|
title: `SilverStripe Documentation`,
|
||||||
description: `Developer documentation for the SilverStripe CMS and framework.`,
|
description: `Developer documentation for the SilverStripe CMS and framework.`,
|
||||||
author: `The Silverstripe Community`,
|
author: `The Silverstripe Community`
|
||||||
stableVersions: [
|
|
||||||
'3.x',
|
|
||||||
'4.x',
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
`gatsby-plugin-react-helmet`,
|
`gatsby-plugin-react-helmet`,
|
||||||
@ -27,15 +23,15 @@ module.exports = {
|
|||||||
patterns: `docs/en/**`
|
patterns: `docs/en/**`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
resolve: `gatsby-source-git`,
|
// resolve: `gatsby-source-git`,
|
||||||
options: {
|
// options: {
|
||||||
name: `3`,
|
// name: `3`,
|
||||||
remote: `https://github.com/unclecheese/silverstripe-framework.git`,
|
// remote: `https://github.com/unclecheese/silverstripe-framework.git`,
|
||||||
branch: `3`,
|
// branch: `3`,
|
||||||
patterns: `docs/en/**`
|
// patterns: `docs/en/**`
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
resolve: 'gatsby-transformer-remark',
|
resolve: 'gatsby-transformer-remark',
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user