ENH Add Linkfield user docs (#287)

This commit is contained in:
Sabina Talipova 2024-02-23 10:43:29 +13:00 committed by GitHub
parent 13dcc5d442
commit 1891451681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module.exports = [
name: 'docs--5--optional_features/linkfield',
remote: 'https://github.com/silverstripe/silverstripe-linkfield.git',
branch: '4.0',
patterns: 'docs/en/**'
patterns: 'docs/en/!(userguide)/**'
}
},
{

View File

@ -9,6 +9,15 @@ module.exports = [
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`,
options: {