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