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