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"
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
+14
-2
@@ -203,8 +203,20 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "guides/plugins",
|
||||
type: "category",
|
||||
label: "Plugins",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/plugins/overview",
|
||||
label: "Overview"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "advanced/backend/plugins/create",
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
|
||||
Reference in New Issue
Block a user