mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Merge pull request #232 from silverstripe/add-session-manager
Add session-manager
This commit is contained in:
commit
32a39a8321
@ -401,4 +401,16 @@ 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/**`
|
||||||
|
}
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user