Skip to content

Commit 6eb9754

Browse files
committed
Merge branch 'master' of github.com:rescript-lang/rescript-lang.org into vlk-v12-react-router
2 parents 3f0abb5 + 9615441 commit 6eb9754

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+3022
-1482
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
data/api/**/*.json

data/packages_url_resources.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

data/resources.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
2+
{
3+
"title": "YouTube Videos by @nojaf",
4+
"description": "Talks, tutorials, and deep dives into the ReScript programming language — covering syntax, tooling, and real‑world use cases.",
5+
"image": "https://img.youtube.com/vi/xGN3d6hPSC0/maxresdefault.jpg",
6+
"url": "https://www.youtube.com/playlist?list=PLvw_J2kfZCX0u_27-uIoalSPR6TOMPmuD"
7+
},
28
{
39
"title": "JavaScript schema library from the Future 🧬",
410
"description": "ReScript Schema - The fastest parser in the entire JavaScript ecosystem with a focus on small bundle...",

data/sidebar_manual_v1100.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"Advanced Features": [
3939
"extensible-variant",
4040
"scoped-polymorphic-types",
41-
"module-functions"
41+
"module-functions",
42+
"generalized-algebraic-data-types"
4243
],
4344
"JavaScript Interop": [
4445
"interop-cheatsheet",

data/sidebar_manual_v1200.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,10 @@
5858
"build-performance",
5959
"warning-numbers"
6060
],
61-
"Advanced Features": ["extensible-variant", "scoped-polymorphic-types"]
61+
"Advanced Features": [
62+
"extensible-variant",
63+
"scoped-polymorphic-types",
64+
"module-functions",
65+
"generalized-algebraic-data-types"
66+
]
6267
}

0 commit comments

Comments
 (0)