Skip to content

Commit

Permalink
Add link for rendering notebooks docs on website (#2191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 28, 2024
1 parent 21a7eb3 commit 6fbb9e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/docs/Contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fbb9e8

Please sign in to comment.