Skip to content

Commit 71c2897

Browse files
committed
refactor: switch to React Router
1 parent 9615441 commit 71c2897

File tree

823 files changed

+16458
-142296
lines changed

Some content is hidden

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

823 files changed

+16458
-142296
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_LATEST="v11.0.0"
2-
VERSION_NEXT="v12.0.0"
1+
VITE_VERSION_LATEST="v11.0.0"
2+
VITE_VERSION_NEXT="v12.0.0"

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,10 @@ pages/docs/**/**/llms.mdx
3636

3737
public/playground-bundles/
3838
public/_redirects
39+
40+
41+
dist
42+
build
43+
.react-router
44+
45+
app/**/*.mjs

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ In case you are a blog author, please refer to our [guide on writing blog posts]
153153
In case your company is a user of ReScript and wants to be displayed on our front page ("Trusted by our users" section), do the following:
154154

155155
- Get your logo as a black / white `.svg` version and use `#979AAD` as a fill color (check out the existing logos on our front page).
156-
- Put your logo into the [`public/static/lp`](./public/static/lp) folder; the file should be named after your company.
156+
- Put your logo into the [`app/public/lp`](./app/public/lp) folder; the file should be named after your company.
157157
- Open [src/common/OurUsers.res](./src/common/OurUsers.res) and add your info
158158
- Commit, push, and open a PR.
159159

_blogposts/2020-08-28-new-rescript-logo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: made_by_betty
33
date: "2020-08-27"
44
title: "A New Logo for ReScript"
5-
articleImg: /static/blog/rescript-launch/ReScript-3.jpg
5+
articleImg: /blog/rescript-launch/ReScript-3.jpg
66
description: |
77
Today, our resident designer Bettina is unveiling to us the fresh new ReScript branding we've been long waiting for. We hope you're as excited about the result as us!
88
---

_blogposts/2020-11-26-editor-support-release-1-0.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: rescript-team
33
date: "2020-11-26"
4-
previewImg: /static/blog/editor_support_preview.jpg
5-
articleImg: /static/blog/editor_support_article.jpg
4+
previewImg: /blog/editor_support_preview.jpg
5+
articleImg: /blog/editor_support_article.jpg
66
badge: release
77
title: "Editor Plugin for VSCode and Vim Officially Released!"
88
description: |

_blogposts/2021-02-09-release-9-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: hongbo
33
date: "2021-02-09"
4-
previewImg: /static/blog/compiler_release_9_0.jpg
4+
previewImg: /blog/compiler_release_9_0.jpg
55
title: ReScript 9.0
66
badge: release
77
description: |

_blogposts/2021-03-03-rescript-association-rebranding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-association
33
date: "2021-03-03"
4-
previewImg: /static/blog/rescript_assoc_rename_preview.jpg
4+
previewImg: /blog/rescript_assoc_rename_preview.jpg
55
title: The ReScript Association
66
description: |
77
After the rebranding of ReScript, its Reason Association has now followed through to become the ReScript Association.

_blogposts/2021-05-07-release-9-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-team
33
date: "2021-05-07"
4-
previewImg: /static/blog/compiler_release_9_1.jpg
4+
previewImg: /blog/compiler_release_9_1.jpg
55
title: ReScript 9.1
66
badge: release
77
description: |

_blogposts/2021-06-25-roadmap-2021-and-new-landing-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The detailed roadmap with all our planned changes (and definition of our release
4343
After several iterations, we are happy to announce our new [landing page](/).
4444

4545
<Image
46-
src="/static/img/landing_page_figma.png"
46+
src="/img/landing_page_figma.png"
4747
withShadow={true}
4848
caption="Figma design draft for the new landing page"
4949
/>

_blogposts/2024-01-11-release-11-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: rescript-team
33
date: "2024-01-11"
4-
previewImg: /static/blog/compiler_release_11_0.jpg
4+
previewImg: /blog/compiler_release_11_0.jpg
55
title: ReScript 11.0
66
badge: release
77
description: |

0 commit comments

Comments
 (0)