added integration

This commit is contained in:
Shahed Nasser
2022-06-16 15:55:50 +03:00
parent 50412fb52d
commit 8a3e4ba355
3 changed files with 40 additions and 0 deletions
+6
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: {