From fde561baf817b05eba2c302308090278d078ef68 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Tue, 19 Nov 2019 14:16:21 +1300 Subject: [PATCH] Update SS3 docs to use 3.7 branch --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 932dbf6..10b6bf1 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -26,7 +26,7 @@ module.exports = { options: { name: `3`, remote: `https://github.com/silverstripe/silverstripe-framework.git`, - branch: `3`, + branch: `3.7`, patterns: `docs/en/**` } },