docs: improved plugin documentation (#1686)
* added plugin documentation * replace incorrect plugin links * small fixes
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = {
|
||||
[
|
||||
"docusaurus-plugin-segment",
|
||||
{
|
||||
apiKey: process.env.SEGMENT_API_KEY
|
||||
apiKey: process.env.SEGMENT_API_KEY || "temp"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user