Skip to content

Commit

Permalink
馃摑 Fix openapi document filepaths (#1241)
Browse files Browse the repository at this point in the history
馃憢 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)
  • Loading branch information
rpmccarter committed Feb 13, 2024
1 parent 4f924db commit 63dc2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63dc2e0

Please sign in to comment.