2
0

📝 Add suggest edits button

This commit is contained in:
Baptiste Arnaud
2024-01-02 11:21:52 +01:00
parent 22506223a4
commit ed7f5c7328

View File

@ -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"
}