-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
86 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: "Brand Assets" | ||
description: "ReScript Logo" | ||
canonical: "/community/brand" | ||
--- | ||
|
||
# Brand Assets | ||
|
||
## Logo | ||
|
||
<img className="h-24 w-24 mt-10" src="/static/brand/rescript-brandmark.svg" /> | ||
|
||
<div className="mt-4"> | ||
|
||
[svg](/static/brand/rescript-brandmark.svg) | [png](/static/brand/rescript-brandmark.png) | ||
|
||
</div> | ||
|
||
## Brandmark | ||
|
||
<img className="h-24 mt-10" src="/static/brand/rescript-logo.svg" /> | ||
<div className="p-4"> | ||
</div> | ||
|
||
<div className="bg-gray-90 p-4"> | ||
<img className="h-24" src="/static/brand/rescript-logo-white.svg" /> | ||
</div> | ||
|
||
<div className="mt-4"> | ||
|
||
[white.svg](/static/brand/rescript-logo-white.svg) | [white.png](/static/brand/rescript-logo-white.png) | [red.svg](/static/brand/rescript-logo.svg) | [red.png](/static/brand/rescript-logo.png) | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"overview", | ||
"roadmap", | ||
"code-of-conduct", | ||
"translations" | ||
"translations", | ||
"brand" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Configuration Schema" | ||
metaTitle: "Build System Configuration Schema" | ||
description: "Schema exploration widget for the ReScript configuration file" | ||
canonical: "/docs/manual/latest/build-configuration-schema" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Warning Numbers" | ||
description: "Available compiler warning numbers in ReScript" | ||
canonical: "/docs/manual/latest/warning-numbers" | ||
--- | ||
|
||
# Warning Numbers | ||
|
||
You can configure which warnings the ReScript compiler generates | ||
[in the build configuration](/docs/manual/latest/build-configuration#warnings) or | ||
using the [`@warning()`](/syntax-lookup#expression-warning-decorator) or the [`@@warning()`](/syntax-lookup#module-warning-decorator) decorator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Configuration Schema" | ||
metaTitle: "Build System Configuration Schema" | ||
description: "Schema exploration widget for the ReScript configuration file" | ||
canonical: "/docs/manual/latest/build-configuration-schema" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters