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:
Alex McLean 2024-12-29 12:16:08 +00:00 committed by GitHub
parent 9bf0f624f5
commit 1e3bbc57cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 3 deletions

View file

@ -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}>