Skip to content

Commit

Permalink
📝 Add suggest edits button
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Jan 2, 2024
1 parent 2250622 commit ed7f5c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"/openapi-reference/builder.json",
"/openapi-reference/viewer.json"
],
"feedback": {
"suggestEdit": true
},
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
Expand Down Expand Up @@ -40,6 +43,10 @@
"name": "Self-Hosting",
"url": "self-hosting"
},
{
"name": "Contribute",
"url": "contribute"
},
{
"name": "API Reference",
"url": "api-reference"
Expand Down Expand Up @@ -220,6 +227,10 @@
"group": "Get started",
"pages": ["api-reference/authentication", "api-reference/how-to"]
},
{
"group": "Get started",
"pages": ["contributing/overview"]
},
{
"group": "Chat",
"pages": [
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit ed7f5c7

Please sign in to comment.