Skip to content

Commit

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

tidy:
Expand Down
Loading

0 comments on commit bec7c80

Please sign in to comment.