mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Remove forum fork
See https://github.com/silverstripe/doc.silverstripe.org/issues/223
This commit is contained in:
parent
87cbb04d9b
commit
9d1188033a
@ -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 = [
|
||||
}
|
||||
},
|
||||
|
||||
];
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user