Skip to content

Commit a296985

Browse files
committed
No longer using mkdocs
1 parent ae677b3 commit a296985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/docs/docs/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Code is automatically prettified upon commit using precommit hooks, assuming you
3333

3434
## Documentation
3535

36-
We use [mkdocs](https://www.mkdocs.org/) to build our documentation. To run documentation locally, run:
36+
We use [Docusaurus](https://docusaurus.io/) to build our documentation. To run documentation locally, run:
3737

3838
```bash
39-
pip install -r requirements.docs.txt
40-
mkdocs serve
39+
cd packages/docs
40+
npm start
4141
```
4242

43-
Documentation will be served on [localhost:8000](http://localhost:8000).
43+
Documentation will be served on [localhost:3000](http://localhost:3000).
4444

4545
## Tests
4646

0 commit comments

Comments
 (0)