From 0974540e5ff2753ede86d9ddd94949304395afa1 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Tue, 10 Jan 2023 00:21:54 +0100 Subject: [PATCH 01/23] fix: typo --- website/src/pages/learn/factories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/learn/factories.mdx b/website/src/pages/learn/factories.mdx index d98629d2..b6101594 100644 --- a/website/src/pages/learn/factories.mdx +++ b/website/src/pages/learn/factories.mdx @@ -17,7 +17,7 @@ These are the equivalents used by the Mini Notation: | `cat(x, y)` | `""` | | `seq(x, y)` | `"x y"` | | `stack(x, y)` | `"x,y"` | -| `timeCat([3,x],[2,y])` | `"x@2 y@2"` | +| `timeCat([3,x],[2,y])` | `"x@3 y@2"` | | `polymeter([a, b, c], [x, y])` | `"{a b c, x y}"` | | `polymeterSteps(2, x, y, z)` | `"{x y z}%2"` | | `silence` | `"~"` | From a120a9895bae1a8758885ef0fcb12047973127f8 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 11 Jan 2023 22:48:33 +0100 Subject: [PATCH 02/23] fix: right sidebar width --- website/src/components/RightSidebar/RightSidebar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/RightSidebar/RightSidebar.astro b/website/src/components/RightSidebar/RightSidebar.astro index be0df4c6..c110d9d8 100644 --- a/website/src/components/RightSidebar/RightSidebar.astro +++ b/website/src/components/RightSidebar/RightSidebar.astro @@ -12,7 +12,7 @@ const { headings, githubEditUrl } = Astro.props as Props; const currentPage = Astro.url.pathname; --- -