Skip to content

Commit

Permalink
docs: add documentation for assert API (#4242) (#5124)
Browse files Browse the repository at this point in the history
Co-authored-by: 김상두 <puki4416@gmail.com>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
  • Loading branch information
3 people committed Feb 20, 2024
1 parent b48586b commit 28f22b9
Show file tree
Hide file tree
Showing 2 changed files with 1,964 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ export default withPwa(defineConfig({
text: 'ExpectTypeOf',
link: '/api/expect-typeof',
},
{
text: 'Assert',
link: '/api/assert',
},
{
text: 'AssertType',
link: '/api/assert-type',
Expand Down

0 comments on commit 28f22b9

Please sign in to comment.