From 0dcc0e511e8770e6cbdea34b5324cbc34dd19924 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Tue, 9 Apr 2024 10:11:24 +1200 Subject: [PATCH] ENH Add elemental docs --- sources-docs.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sources-docs.js b/sources-docs.js index 4901f90..eedf443 100644 --- a/sources-docs.js +++ b/sources-docs.js @@ -23,6 +23,14 @@ module.exports = [ name: 'docs--5--optional_features/userforms', remote: 'https://github.com/silverstripe/silverstripe-userforms.git', branch: '6.2', + } + }, + { + resolve: 'gatsby-source-git', + options: { + name: 'docs--5--optional_features/elemental', + remote: 'https://github.com/silverstripe/silverstripe-elemental.git', + branch: '5.2', patterns: 'docs/en/!(userguide)/**' } },