From 6fbb9e8274dc92643347e64ee5fb1eee5fe24b64 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 28 Mar 2024 11:17:14 -0400 Subject: [PATCH] Add link for rendering notebooks docs on website (#2191) --- website/docs/Contribute.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/Contribute.md b/website/docs/Contribute.md index a6fc5b68039b..c25d50b11cba 100644 --- a/website/docs/Contribute.md +++ b/website/docs/Contribute.md @@ -208,6 +208,11 @@ Then you can see the coverage report by `coverage report -m` or `coverage html`. ### Documentation + +#### How to get a notebook rendered on the website + +See [here](https://github.com/microsoft/autogen/blob/main/notebook/contributing.md#how-to-get-a-notebook-displayed-on-the-website) for instructions on how to get a notebook in the `notebook` directory rendered on the website. + #### Build documentation locally 1\. To build and test documentation locally, first install [Node.js](https://nodejs.org/en/download/). For example, ```bash