Skip to content

Commit cdb2026

Browse files
authored
add httpbin.org spec to examples (#1117)
1 parent 784ce87 commit cdb2026

File tree

3 files changed

+1330
-0
lines changed

3 files changed

+1330
-0
lines changed

demo/docusaurus.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,14 @@ const config: Config = {
338338
},
339339
showSchemas: true,
340340
} satisfies OpenApiPlugin.Options,
341+
httpbin: {
342+
specPath: "examples/httpbin.yaml",
343+
outputDir: "docs/httpbin",
344+
sidebarOptions: {
345+
groupPathsBy: "tag",
346+
},
347+
showSchemas: true,
348+
} satisfies OpenApiPlugin.Options,
341349
tests: {
342350
specPath: "examples/tests",
343351
outputDir: "docs/tests",

0 commit comments

Comments
 (0)