mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 17:05:50 +02:00
Add session-manager
This commit is contained in:
parent
b18754670b
commit
af0bb2e698
@ -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/**`
|
||||
}
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user