Skip to content

Commit

Permalink
Update docs readme to remove playwright reference (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing authored and beniaminmunteanu committed Dec 4, 2023
1 parent f8f2c57 commit 24bcf06
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ This website is built with [Starlight](https://starlight.astro.build/), a docume
$ pnpm i
```

- In order to support Mermaid syntax in markdown, we are relying on the [rehype-mermaid](https://github.com/remcohaszing/rehype-mermaid) plugin. This plugin has an unfortunate dependency on [Playwright](https://playwright.dev/).

```sh
$ pnpm dlx playwright install chromium
```

- Run the dev server from the /packages/documentation folder:

```sh
Expand Down

0 comments on commit 24bcf06

Please sign in to comment.