From e9b8a69ea8131268e72e88d72343e8b862d1335a Mon Sep 17 00:00:00 2001 From: brynwhyman Date: Wed, 18 Aug 2021 17:29:55 +1200 Subject: [PATCH] FIX v3 docs should track `3` branch Previously tracking the 3.7 branch - not showing the most up to date documentation --- sources-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources-docs.js b/sources-docs.js index 80e0004..13cdaa1 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -13,7 +13,7 @@ module.exports = [ options: { name: `docs--3`, remote: `https://github.com/silverstripe/silverstripe-framework.git`, - branch: `3.7`, + branch: `3`, patterns: `docs/en/**` } },