Documentation for all/each, and bugfix for each (#1233)
* bugfix for each(), and documentation for each() and all() * had to hide each/all examples from tests
This commit is contained in:
parent
9bf0f624f5
commit
1e3bbc57cc
2 changed files with 27 additions and 3 deletions
|
|
@ -58,8 +58,8 @@ export function Reference() {
|
|||
<div className="prose dark:prose-invert min-w-full px-1 ">
|
||||
<h2>API Reference</h2>
|
||||
<p>
|
||||
This is the long list functions you can use! Remember that you don't need to remember all of those and that
|
||||
you can already make music with a small set of functions!
|
||||
This is the long list of functions you can use. Remember that you don't need to remember all of those and
|
||||
that you can already make music with a small set of functions!
|
||||
</p>
|
||||
{visibleFunctions.map((entry, i) => (
|
||||
<section key={i}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue