ENH Add taxonomy docs (#298)

This commit is contained in:
Guy Sartorelli 2024-05-28 09:51:14 +12:00 committed by GitHub
parent 4ff78a9e72
commit f6c6f2ab5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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