Add session-manager

This commit is contained in:
Andre Kiste 2021-06-10 14:54:00 +12:00 committed by GitHub
parent b18754670b
commit af0bb2e698
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -401,4 +401,18 @@ module.exports = [
}
},
},
/******* session-manager ********/
// v4
{
resolve: `gatsby-source-git`,
options: {
name: `user--4--optional_features/managing_devices`,
remote: `https://github.com/silverstripe/silverstripe-session-manager`,
branch: `master`,
patterns: `docs/en/userguide/**`
}
},
];