added integration

This commit is contained in:
Shahed Nasser
2022-05-06 15:45:05 +03:00
parent 50412fb52d
commit 8a3e4ba355
3 changed files with 40 additions and 0 deletions

View File

@@ -23,6 +23,12 @@ module.exports = {
systemvars: true, // Set to true if you would rather load all system variables as well (useful for CI purposes)
},
],
[
"docusaurus-plugin-segment",
{
apiKey: process.env.SEGMENT_API_KEY
}
]
],
themeConfig: {
colorMode: {