mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
8ffc3eeb5b
* Docs/userguide switching * Initial commit of userdocs merge * Remove service worker, fix rendering * Remove limited sources * UX improvements per Paul design * Tweak version select for FF * Fix mobile view * Final tweaks to UI * Tweaks to search bar, clean up conflicts * Fix icons * Hide search if no API key
20 lines
523 B
JavaScript
20 lines
523 B
JavaScript
module.exports = [
|
|
{
|
|
resolve: `gatsby-source-git`,
|
|
options: {
|
|
name: `docs--4`,
|
|
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
|
|
branch: `4`,
|
|
patterns: `docs/en/**`
|
|
}
|
|
},
|
|
{
|
|
resolve: `gatsby-source-git`,
|
|
options: {
|
|
name: `docs--3`,
|
|
remote: `https://github.com/silverstripe/silverstripe-framework.git`,
|
|
branch: `3.7`,
|
|
patterns: `docs/en/**`
|
|
}
|
|
},
|
|
]; |