Skip to content

Commit d40a8ad

Browse files
authored
Clarify playground executes in browser (#38)
1 parent fb5d828 commit d40a8ad

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

about.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ This website was originally developed and designed by Luca Casonato.
1414
Many thanks to Tim Chevalier for his work on a large part of the documentation
1515
content.
1616

17+
The MessageFormat logo was designed by Luca Casonato.
18+
19+
## Playground
20+
1721
The playground and interactive code blocks format messages using the JavaScript
1822
implementation of MessageFormat 2, maintained by Eemeli Aro. Highlighting and
1923
other language features are powered by the
2024
[MessageFormat 2 Language Server](https://github.com/lucacasonato/mf2-tools),
2125
maintained by Luca Casonato and Nicolò Ribaudo.
2226

23-
24-
The MessageFormat logo was designed by Luca Casonato.
27+
All validation and formatting of messages happens in your browser using the JS
28+
implementation and the language server (via WASM). No data is sent to any
29+
server.

playground.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,15 @@ export default function IndexPage({ comp }: any) {
188188
quick start guide
189189
</a>.
190190
</p>
191+
<p class="text-black">
192+
The playground{" "}
193+
<a
194+
href="/about/#playground"
195+
class="text-blue-700 underline"
196+
>
197+
validates and formats messages in your browser
198+
</a>. The message or data you enter is not sent to any server. .
199+
</p>
191200
</div>
192201
<div class="px-2 space-y-2">
193202
<h2 class="text-xl font-bold font-serif pb-1 text-black">

0 commit comments

Comments
 (0)