Skip to content

Commit

Permalink
fix: openapi markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 16, 2024
1 parent ac8f249 commit ba7c8e7
Show file tree
Hide file tree
Showing 2 changed files with 4,442 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ openapi:
openapi-markdown:
FROM node:20-alpine
RUN npm install -g widdershins
COPY (+openapi/openapi.yaml) .
COPY openapi/v2.yaml openapi.yaml
RUN widdershins openapi.yaml -o README.md --search false --language_tabs 'http:HTTP'
SAVE ARTIFACT README.md AS LOCAL docs/api/README.md

Expand Down
Loading

0 comments on commit ba7c8e7

Please sign in to comment.