Skip to content

Commit

Permalink
Track widdershins version
Browse files Browse the repository at this point in the history
Add `package.json` to track and run `widdershins` (version guessed from
history, not using the latest).
Update dependabot config to also update the npm packages.
Update readme to match latest changes.
The `apis.md` was not yet regenerated, pending update of the
definition.

Signed-off-by: thc202 <thc202@gmail.com>
  • Loading branch information
thc202 committed Oct 6, 2023
1 parent ed093ca commit 094817c
Show file tree
Hide file tree
Showing 4 changed files with 1,544 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ node package is used to auto generate the markdown file.

```bash
# To install the widdershins package
npm i -g widdershins
npm install
# To generate the markdown file
widdershins --search false --language_tabs 'shell:Shell' 'java:Java' 'python:Python' --summary openapi.yaml source/includes/apis.md
npm run build
```
Loading

0 comments on commit 094817c

Please sign in to comment.