diff --git a/docs/config.md b/docs/config.md index 6e6b2e872..fa4d8624b 100644 --- a/docs/config.md +++ b/docs/config.md @@ -208,7 +208,7 @@ toc: false ## search -If true, enable [search](./search) on the project; defaults to false. The **search** option may also be specified as an object with an **index** method , in which case additional results can be added to the search index. Each result is specified as: +If true, enable [search](./search) on the project; defaults to false. The **search** option may also be specified as an object with an **index** method , in which case additional results can be added to the search index. Each result is specified as: ```ts run=false interface SearchResult { diff --git a/docs/getting-started.md b/docs/getting-started.md index db831530b..f1a145c22 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -160,7 +160,7 @@ Or with Yarn: You should see something like this: -
Observable Framework v1.8.0 +Observable Framework v1.9.0 ↳ http://127.0.0.1:3000/diff --git a/docs/jsx.md b/docs/jsx.md index df61f4814..32c64b37e 100644 --- a/docs/jsx.md +++ b/docs/jsx.md @@ -1,4 +1,4 @@ -# JSX +# JSX [React](https://react.dev/) is a popular and powerful library for building interactive interfaces. React is typically written in [JSX](https://react.dev/learn/writing-markup-with-jsx), an extension of JavaScript that allows HTML-like markup. To use JSX and React, declare a JSX fenced code block (```jsx
). For example, to define a `Greeting` component that accepts a `subject` prop: diff --git a/package.json b/package.json index da900fea1..855d921fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@observablehq/framework", "license": "ISC", - "version": "1.8.0", + "version": "1.9.0", "type": "module", "publishConfig": { "access": "public"