Remove forum fork

See https://github.com/silverstripe/doc.silverstripe.org/issues/223
This commit is contained in:
Aaron Carlino 2020-02-13 11:22:53 +13:00 committed by GitHub
parent 87cbb04d9b
commit 9d1188033a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -88,7 +88,7 @@ module.exports = [
}
},
/******* [FORK] forum ********/
/******* forum ********/
// v3
{
@ -96,9 +96,8 @@ module.exports = [
resolve: `gatsby-source-git`,
options: {
name: `user--3--optional_features/forums`,
remote: `https://github.com/unclecheese/silverstripe-forum`,
//branch: `0.8`,
branch: `pulls/0.8/new-docs`,
remote: `https://github.com/silverstripe-archive/silverstripe-forum`,
branch: `0.8`,
patterns: `docs/en/userguide/**`
}
},
@ -413,4 +412,4 @@ module.exports = [
}
},
];
];