Skip to content

Commit

Permalink
MNT Update the branches docs are pulled from for CMS 5.3 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Sep 9, 2024
1 parent cef939d commit 777fa33
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sources-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = [
options: {
name: 'docs--5',
remote: 'https://github.com/silverstripe/developer-docs.git',
branch: '5.2',
branch: '5.3',
patterns: 'en/**'
}
},
Expand All @@ -88,7 +88,7 @@ module.exports = [
options: {
name: 'docs--5--optional_features/linkfield',
remote: 'https://github.com/silverstripe/silverstripe-linkfield.git',
branch: '4.0',
branch: '4.1',
patterns: 'docs/en/!(userguide)/**'
}
},
Expand All @@ -97,7 +97,7 @@ module.exports = [
options: {
name: 'docs--5--optional_features/userforms',
remote: 'https://github.com/silverstripe/silverstripe-userforms.git',
branch: '6.2',
branch: '6.3',
patterns: 'docs/en/!(userguide)/**'
}
},
Expand All @@ -106,7 +106,7 @@ module.exports = [
options: {
name: 'docs--5--optional_features/elemental',
remote: 'https://github.com/silverstripe/silverstripe-elemental.git',
branch: '5.2',
branch: '5.3',
patterns: 'docs/en/!(userguide)/**'
}
},
Expand All @@ -115,7 +115,7 @@ module.exports = [
options: {
name: 'docs--5--optional_features/mfa',
remote: 'https://github.com/silverstripe/silverstripe-mfa.git',
branch: '5.2',
branch: '5.3',
patterns: 'docs/en/!(userguide)/**'
}
},
Expand All @@ -133,7 +133,7 @@ module.exports = [
options: {
name: 'docs--5--optional_features/mfa/authenticators/webauthn-authenticator',
remote: 'https://github.com/silverstripe/silverstripe-webauthn-authenticator.git',
branch: '5.2',
branch: '5.3',
patterns: 'docs/en/!(userguide)/**'
}
},
Expand Down

0 comments on commit 777fa33

Please sign in to comment.