mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
ENH Add Linkfield user docs (#287)
This commit is contained in:
parent
13dcc5d442
commit
1891451681
@ -14,7 +14,7 @@ module.exports = [
|
|||||||
name: 'docs--5--optional_features/linkfield',
|
name: 'docs--5--optional_features/linkfield',
|
||||||
remote: 'https://github.com/silverstripe/silverstripe-linkfield.git',
|
remote: 'https://github.com/silverstripe/silverstripe-linkfield.git',
|
||||||
branch: '4.0',
|
branch: '4.0',
|
||||||
patterns: 'docs/en/**'
|
patterns: 'docs/en/!(userguide)/**'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -9,6 +9,15 @@ module.exports = [
|
|||||||
patterns: `docs/en/**`
|
patterns: `docs/en/**`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
resolve: `gatsby-source-git`,
|
||||||
|
options: {
|
||||||
|
name: `user--5--optional_features/linkfield`,
|
||||||
|
remote: `https://github.com/silverstripe/silverstripe-linkfield`,
|
||||||
|
branch: `4`,
|
||||||
|
patterns: `docs/en/userguide/**`,
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
resolve: `gatsby-source-git`,
|
resolve: `gatsby-source-git`,
|
||||||
options: {
|
options: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user