From d6a241b4681ac2906617d7726401c10caf57498b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Fri, 1 Sep 2023 10:40:32 +1200 Subject: [PATCH] MNT Get docs from the 5.1 branch (#270) --- sources-docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources-docs.js b/sources-docs.js index fc31c1a..8a9fc68 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -4,7 +4,7 @@ module.exports = [ options: { name: 'docs--5', remote: 'https://github.com/silverstripe/developer-docs.git', - branch: '5.0', + branch: '5.1', patterns: 'en/**' } },