Skip to content

Commit dc5c638

Browse files
committed
sh
1 parent 05aa66a commit dc5c638

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@
171171

172172
When you want to share your notebooks as a static site, install the open-source Notebook Kit:
173173

174-
```
174+
```sh
175175
npm install @observablehq/notebook-kit
176176
```
177177
</script>
178178
<script id="77" type="text/markdown">
179179
Then run the `notebooks build` command:
180180

181-
```
181+
```sh
182182
notebooks build
183183
```
184184
</script>
@@ -193,7 +193,7 @@
193193

194194
The `build` command is implemented on top of [Vite](https://vite.dev), making it incredibly fast. If you prefer to author notebooks in a text editor rather than using Observable Desktop, you can use Vite's preview server for a live preview as you edit.
195195

196-
```
196+
```sh
197197
notebooks preview
198198
```
199199

0 commit comments

Comments
 (0)