mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
ENH Add userform docs
This commit is contained in:
parent
db289a6df2
commit
5ec3c05851
@ -17,6 +17,15 @@ module.exports = [
|
||||
patterns: 'docs/en/!(userguide)/**'
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-source-git',
|
||||
options: {
|
||||
name: 'docs--5--optional_features/userforms',
|
||||
remote: 'https://github.com/silverstripe/silverstripe-userforms.git',
|
||||
branch: '6.2',
|
||||
patterns: 'docs/en/!(userguide)/**'
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-source-git',
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user