Add link for rendering notebooks docs on website (#2191)

This commit is contained in:
Jack Gerrits 2024-03-28 11:17:14 -04:00 committed by GitHub
parent 21a7eb3115
commit 6fbb9e8274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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