Merge pull request #1189 from kdiab/main

remove redundant example for cat, update snapshot
This commit is contained in:
Felix Roos 2024-09-27 00:17:00 +02:00 committed by GitHub
commit ad080d02b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 70 additions and 95 deletions

View file

@ -25,26 +25,14 @@ These are the equivalents used by the Mini Notation:
<JsDoc client:idle name="cat" h={0} />
You can also use cat as a chained function like this:
<JsDoc client:idle name="Pattern.cat" h={0} hideDescription />
## seq
<JsDoc client:idle name="seq" h={0} />
Or as a chained function:
<JsDoc client:idle name="Pattern.seq" h={0} hideDescription />
## stack
<JsDoc client:idle name="stack" h={0} />
As a chained function:
<JsDoc client:idle name="Pattern.stack" h={0} hideDescription />
## s_cat
<JsDoc client:idle name="s_cat" h={0} />