From 74ad521fc9d74b8f493e6e990682668b57980cf7 Mon Sep 17 00:00:00 2001 From: paikwiki Date: Tue, 14 Mar 2023 13:01:40 +0900 Subject: [PATCH 1/3] Fix typo on packages.mdx I found a broken link. Because it omits protocol, page move to wrong page(https://strudel.tidalcycles.org/github.com/tidalcycles/strudel) I add protocol(https://) on that link. --- website/src/pages/technical-manual/packages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/technical-manual/packages.mdx b/website/src/pages/technical-manual/packages.mdx index 9efd351b..4ba3bd63 100644 --- a/website/src/pages/technical-manual/packages.mdx +++ b/website/src/pages/technical-manual/packages.mdx @@ -7,7 +7,7 @@ import { MiniRepl } from '../../docs/MiniRepl'; # Strudel Packages -The [strudel repo](github.com/tidalcycles/strudel) is organized as a monorepo, containing multiple npm packages. +The [strudel repo](https://github.com/tidalcycles/strudel) is organized as a monorepo, containing multiple npm packages. The purpose of the multiple packages is to - organize the codebase into more modular, encapsulated pieces From 360e9b5936774f3e4e9e14c5ea68d8f498b1a834 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 26 Jun 2023 22:41:47 +0200 Subject: [PATCH 2/3] dummy commit --- website/src/pages/technical-manual/packages.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/technical-manual/packages.mdx b/website/src/pages/technical-manual/packages.mdx index 4ba3bd63..543dee43 100644 --- a/website/src/pages/technical-manual/packages.mdx +++ b/website/src/pages/technical-manual/packages.mdx @@ -5,6 +5,7 @@ layout: ../../layouts/MainLayout.astro import { MiniRepl } from '../../docs/MiniRepl'; + # Strudel Packages The [strudel repo](https://github.com/tidalcycles/strudel) is organized as a monorepo, containing multiple npm packages. From b5160d38cb43cd4c0a72f7253398b9595250725f Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 26 Jun 2023 22:43:14 +0200 Subject: [PATCH 3/3] another dummy commit --- website/src/pages/technical-manual/packages.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/website/src/pages/technical-manual/packages.mdx b/website/src/pages/technical-manual/packages.mdx index 543dee43..4ba3bd63 100644 --- a/website/src/pages/technical-manual/packages.mdx +++ b/website/src/pages/technical-manual/packages.mdx @@ -5,7 +5,6 @@ layout: ../../layouts/MainLayout.astro import { MiniRepl } from '../../docs/MiniRepl'; - # Strudel Packages The [strudel repo](https://github.com/tidalcycles/strudel) is organized as a monorepo, containing multiple npm packages.