📝 Fix openapi document filepaths (#1241)
👋 Hi! Engineer from mintlify here This updates the `openapi` field in `mint.json` to point to the correct files in the repo. This bug seems to have been introduced [during the migration](https://github.com/baptisteArno/typebot.io/pull/1115/files#diff-f9f0cfdf7078569b552a4f90df1b3d7982ef914aebf74ea7d291604e91fdc1a3)
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
"$schema": "https://mintlify.com/schema.json",
|
||||
"name": "Typebot Docs",
|
||||
"openapi": [
|
||||
"/openapi-reference/builder.json",
|
||||
"/openapi-reference/viewer.json"
|
||||
"/openapi/builder.json",
|
||||
"/openapi/viewer.json"
|
||||
],
|
||||
"feedback": {
|
||||
"suggestEdit": true
|
||||
|
Reference in New Issue
Block a user