Skip to content

Commit 5557695

Browse files
authored
Merge pull request #623 from janhq/docs/openai-api
docs: add OpenAI swagger file #623
2 parents cbd8d58 + 661af23 commit 5557695

File tree

4 files changed

+9502
-77
lines changed

4 files changed

+9502
-77
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ const config = {
103103
{
104104
specs: [
105105
{
106-
spec: "openapi/OpenAPISpec.json", // can be local file, url, or parsed json object
107-
route: "/api/",
106+
spec: "openapi/OpenAIAPI.yaml", // can be local file, url, or parsed json object
107+
route: "/api-reference", // path where to render docs
108108
},
109109
],
110110
theme: {

0 commit comments

Comments
 (0)