Skip to content

Commit

Permalink
fix(core): fixed rapi-docs for large openapi files (#880)
Browse files Browse the repository at this point in the history
* fix(core): fixed rapi-docs for large openapi files

* Create hip-peas-design.md

* fix(core): fixed rapi-docs for large openapi files
  • Loading branch information
boyney123 authored Oct 17, 2024
1 parent c5ed4cb commit b1912da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/hip-peas-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/core": patch
---

fix(core): fixed rapi-docs for large openapi files
1 change: 0 additions & 1 deletion src/pages/docs/[type]/[id]/[version]/spec/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const fileExists = fs.existsSync(pathOnDisk);
allow-authentication="true"
allow-try="true"
default-schema-tab="schema"
show-curl-before-try="true"
use-path-in-nav-bar="true"
show-method-in-nav-bar="as-colored-block"
theme="light"
Expand Down

0 comments on commit b1912da

Please sign in to comment.