Skip to content

Commit a39d058

Browse files
committed
updating blog pages
1 parent 4d28ff6 commit a39d058

30 files changed

+137
-115
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ 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
---
99

10-
import Image from "src/components/Image";
11-
1210
## Why the Rebranding?
1311

1412
ReScript is the evolution and fusion of Reason and BuckleScript. As we're a design-minded community, we'd like to convey this new identity not only through new technical changes as we've done so far, but also through a proper, more professionally crafted logo, color scheme and font. At the same time, we'd like to do so while recalling our roots.

_blogposts/2020-11-17-editor-support-custom-operators-and-more.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ description: |
88
Update on what we're doing around the end of 2020 and early next year.
99
---
1010

11-
import Video from "src/components/Video";
12-
1311
## Upcoming Improvements
1412

1513
As we're approaching the end of 2020, we'd like to inform our community of our remaining tasks for the year and early next year.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ description: |
77
Announcing our roadmap for 2021 / 2022, release cycle plans and new landing page.
88
---
99

10-
import Image from "src/components/Image.mjs";
11-
1210
## Team Update
1311

1412
It has almost been a year since we originally [launched our new ReScript brand](/blog/bucklescript-is-rebranding), and we think it has been a pretty successful journey so far:

_blogposts/archive/2018-11-19-bucklescript-roadmap-q3-4-2018.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ style: as an JS dictionary for both global modules and local modules.
6363
BuckleScript is focused on making better use of JS ecosystem and provide
6464
values to ship JS code in production (produced by BuckleScript).
6565

66-
<!-- There are still bunch of things to address, most importantly -->
66+
{/* There are still bunch of things to address, most importantly */}
6767

6868
#### Making Bucklescript toolchain more lightweight
6969

_blogposts/archive/2019-05-21-ffi-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ setDate(date, 3);
191191
var d = getDate(date);
192192
```
193193

194-
<!-- , and provide various methods over such abstract data type. -->
194+
{/* , and provide various methods over such abstract data type. */}

_blogposts/archive/2020-02-07-union-types-in-bucklescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module A_b_c: {
7777
};
7878
```
7979

80-
<!-- Union types are useful for modeling situations when values can overlap in the types they can take on. -->
80+
{/* Union types are useful for modeling situations when values can overlap in the types they can take on. */}
8181

8282
What happens when we need to know specifically whether we have a value of type `a`? This is a case by case issue; it depends on whether there are some intersections in the runtime encoding of `a`, `b` or `c`. For some primitive types, it is easy enough to use `Js.typeof` to tell the difference between, e.g, `number` and `string`.
8383

_blogposts/archive/2020-02-20-loading-stdlib-in-memory.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: |
1010

1111
## Loading stdlib from memory
1212

13-
<!-- Do you mean "external files" instead of "external file system"? In Linux world, a file system is means something like EXT4 or btrfs -->
13+
// {/* Do you mean "external files" instead of "external file system"? In Linux world, a file system is means something like EXT4 or btrfs */}
1414

1515
In the next release, we are going to load stdlib from memory instead of from
1616
external files, which will make the BuckleScript toolchain more accessible and
@@ -61,7 +61,7 @@ file system.
6161

6262
## What are the benefits?
6363

64-
<!-- In the phrase "we can make it installable", what does "it" refer to? -->
64+
{/* In the phrase "we can make it installable", what does "it" refer to? */}
6565

6666
### More accessiblity.
6767

@@ -71,7 +71,7 @@ subtle interaction with [yarn
7171
reinstall](https://github.com/BuckleScript/bucklescript/issues/2799) is also
7272
solved once and for all.
7373

74-
<!-- instead of "between compiler and stdlib version schemes", perhaps say "for aligning compiler and stdlib version schemes" -->
74+
{/* instead of "between compiler and stdlib version schemes", perhaps say "for aligning compiler and stdlib version schemes" */}
7575

7676
### Easy separation between compiler and JS artifacts
7777

@@ -89,9 +89,9 @@ now!
8989
Depending on your network speed, the installation is reduced from 15
9090
seconds to 3 seconds. Reinstallation is almost a no-op now.
9191

92-
<!-- TODO: collect data points later -->
92+
{/* TODO: collect data points later */}
9393

94-
<!-- I'm not sure what you mean by "compiling a single file to a string" -->
94+
{/* I'm not sure what you mean by "compiling a single file to a string" */}
9595

9696
### JS playground is easier to build
9797

_blogposts/archive/2020-05-06-state-of-reasonml-org-2020-q2-pt1.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: |
99
to expect in the future. The first part is an introduction to our project.
1010
---
1111

12-
import Image from "src/components/Image";
13-
1412
## Hello World!
1513

1614
We are happy to finally show off our brand new blog system for `reasonml.org`. It unifies all the previous articles from the different Reason, BuckleScript, and ReasonReact websites and also acts as a communication channel for community and documentation updates as well.

_blogposts/archive/2020-05-12-state-of-reasonml-org-2020-q2-pt3.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ description: |
88
talk about upcoming tools and features.
99
---
1010

11-
import Image from "src/components/Image";
12-
1311
## Future Tools for the Community
1412

1513
In [part 2](/blog/state-of-reasonml-org-2020-q2-pt2) of this blog series, we talked about the automation process for quality assurance within the documentation platform itself, and how we want to improve the collaboration process for our contributors.

_blogposts/archive/2020-05-15-state-of-reasonml-org-2020-q2-pt4.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ description: |
88
This is the final part of the series about our vision of a more accessible Reason platform.
99
---
1010

11-
import Image from "src/components/Image";
12-
1311
## It's all Opinions
1412

1513
This is the final part of our "State of reasonml.org Q1-2020" series. In [part 3](/blog/state-of-reasonml-org-2020-q2-pt3), we gave our readers some insights on advanced features we've been working on for `reasonml.org` and showed how our tools might help the community to build better documentation experiences themselves.

0 commit comments

Comments
 (0)