Merge branch 'main' into multichannel_audio

This commit is contained in:
Felix Roos 2023-11-25 16:19:44 +01:00
commit 7c3dbac083
18 changed files with 319 additions and 123 deletions

View file

@ -37,6 +37,11 @@ export function Reference() {
{visibleFunctions.map((entry, i) => (
<section key={i}>
<h3 id={`doc-${i}`}>{entry.name}</h3>
{!!entry.synonyms_text && (
<p>
Synonyms: <code>{entry.synonyms_text}</code>
</p>
)}
{/* <small>{entry.meta.filename}</small> */}
<p dangerouslySetInnerHTML={{ __html: entry.description }}></p>
<ul>