📝 Add suggest edits button
This commit is contained in:
@ -5,6 +5,9 @@
|
|||||||
"/openapi-reference/builder.json",
|
"/openapi-reference/builder.json",
|
||||||
"/openapi-reference/viewer.json"
|
"/openapi-reference/viewer.json"
|
||||||
],
|
],
|
||||||
|
"feedback": {
|
||||||
|
"suggestEdit": true
|
||||||
|
},
|
||||||
"logo": {
|
"logo": {
|
||||||
"dark": "/logo/dark.svg",
|
"dark": "/logo/dark.svg",
|
||||||
"light": "/logo/light.svg"
|
"light": "/logo/light.svg"
|
||||||
@ -40,6 +43,10 @@
|
|||||||
"name": "Self-Hosting",
|
"name": "Self-Hosting",
|
||||||
"url": "self-hosting"
|
"url": "self-hosting"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Contribute",
|
||||||
|
"url": "contribute"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "API Reference",
|
"name": "API Reference",
|
||||||
"url": "api-reference"
|
"url": "api-reference"
|
||||||
@ -220,6 +227,10 @@
|
|||||||
"group": "Get started",
|
"group": "Get started",
|
||||||
"pages": ["api-reference/authentication", "api-reference/how-to"]
|
"pages": ["api-reference/authentication", "api-reference/how-to"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"group": "Get started",
|
||||||
|
"pages": ["contributing/overview"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"group": "Chat",
|
"group": "Chat",
|
||||||
"pages": [
|
"pages": [
|
||||||
@ -273,6 +284,8 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"footerSocials": {
|
"footerSocials": {
|
||||||
|
"website": "https://typebot.io",
|
||||||
|
"discord": "https://typebot.io/discord",
|
||||||
"twitter": "https://twitter.com/Typebot_io",
|
"twitter": "https://twitter.com/Typebot_io",
|
||||||
"github": "https://github.com/baptisteArno/typebot.io"
|
"github": "https://github.com/baptisteArno/typebot.io"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user