Skip to content

Commit f0ba534

Browse files
committed
more docs
1 parent f87b06c commit f0ba534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<script id="65" type="text/markdown">
4949
Specifically, we're releasing two things:
5050

51-
1. **Observable Notebook Kit** - An open file format for notebooks, and accompanying tooling for generating static sites
52-
2. **Observable Desktop** - A macOS desktop application for editing notebooks as local files, and with a radical new approach to AI
51+
1. [**Observable Notebook Kit**](./kit) - An open file format for notebooks, and accompanying tooling for generating static sites
52+
2. [**Observable Desktop**](./desktop) - A macOS desktop application for editing notebooks as local files, and with a radical new approach to AI
5353
</script>
5454
<script id="67" type="text/markdown">
5555
This is a technology preview, meaning our work isn't done, but we would like you to try it out and give us your feedback. We're taking a local-first approach: our plan is to bring these new notebooks, editor, and AI to the web in the near future, providing seamless collaboration and sharing through the Observable platform.

docs/system-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
x ** y
4242
</script>
4343
<script id="50" type="text/markdown">
44-
Top-level variables defined in JavaScript cells, such as `x` and `y` above, can be referenced in other cells. For Markdown, HTML, and other non-JavaScript cells, use dollar-curly expressions `$\{…}` to interpolate dynamic values.
44+
Top-level variables defined in JavaScript cells, such as `x` and `y` above, can be referenced in other cells. For Markdown, HTML, and other non-JavaScript cells, use dollar-curly expressions <code>$\{}</code> to interpolate dynamic values.
4545
</script>
4646
<script id="51" type="text/markdown" pinned="">
4747
The value of ${tex`${x}^${y} = ${(x ** y).toLocaleString().replace(/,/g, "\\,")}`}.

0 commit comments

Comments
 (0)