From fd680fb8af6e31fbd124c8bdca7038cb0b7b1e03 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Wed, 7 Feb 2024 22:15:42 -0500 Subject: [PATCH] Add quarto install to Contribute.md (#1585) * Update Contribute.md * Update Contribute.md --------- Co-authored-by: Victor Dibia --- website/docs/Contribute.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/Contribute.md b/website/docs/Contribute.md index 9557eda1b..398584e1b 100644 --- a/website/docs/Contribute.md +++ b/website/docs/Contribute.md @@ -208,6 +208,10 @@ To build and test documentation locally, install [Node.js](https://nodejs.org/en nvm install --lts ``` +Also, install [quarto](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. + Then: ```console