Skip to content

Commit

Permalink
Fix clean-api-docs not deleting sidebar.ts (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL01 committed Jun 14, 2024
1 parent add373b commit 1b8c879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-openapi-docs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ custom_edit_url: null
cwd: path.resolve(apiDir, "schemas"),
deep: 1,
});
const sidebarFile = await Globby(["sidebar.js"], {
const sidebarFile = await Globby(["sidebar.{js,ts}"], {
cwd: path.resolve(apiDir),
deep: 1,
});
Expand Down

0 comments on commit 1b8c879

Please sign in to comment.