From 2bc55b2f79db827f6d81221db04fbb9ef2bc6a59 Mon Sep 17 00:00:00 2001 From: Victor Dibia Date: Wed, 31 Jan 2024 14:11:47 -0800 Subject: [PATCH] =?UTF-8?q?update=20readme=20to=20add=20note=20on=20requir?= =?UTF-8?q?ed=20Quarto=20Version.=20Update=20readme=20t=E2=80=A6=20(#1493)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update readme to add note on required Quarto Version. Update readme to mention docusaurus 3.0 support * Update website/README.md Co-authored-by: Eric Zhu --------- Co-authored-by: Eric Zhu --- website/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index cc52f4480..6aa24b7fd 100644 --- a/website/README.md +++ b/website/README.md @@ -1,6 +1,6 @@ # Website -This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. +This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator. ## Prerequisites @@ -25,6 +25,8 @@ yarn install Install it [here](https://quarto.org/docs/get-started/). +> Note: Support for Docusaurus 3.0 in Quarto is from version `1.4`. Ensure that your `quarto` version is `1.4` or higher. + ## Local Development Navigate to the `website` folder and run: