Skip to content

Commit

Permalink
Merge pull request #38 from pactumjs/fix/missing-wait-docs
Browse files Browse the repository at this point in the history
Fix missing wait docs in API section
  • Loading branch information
leelaprasadv authored Sep 6, 2023
2 parents 49fafab + 8714ab9 commit f80912e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ const api_sidebar = [
{ text: 'save', link: '/api/requests/save', },
{ text: 'records', link: '/api/requests/records', },
{ text: 'toss', link: '/api/requests/toss', },
{ text: 'wait', link: '/api/requests/wait', },
{ text: 'use', link: '/api/requests/use', },
{ text: 'name', link: '/api/requests/name', },
{ text: 'flow', link: '/api/requests/flow', },
Expand Down

0 comments on commit f80912e

Please sign in to comment.