Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 3acde43

Browse files
gatsbybotpieh
andcommitted
sync with monorepo gatsbyjs/gatsby@dc56563 - docs(writing-documentation-with-docz): Update guide to fix dependencies (#20400)
* Add required packages * Update to @latest * Update docs/tutorial/writing-documentation-with-docz.md Co-Authored-By: Michal Piechowiak <[email protected]> Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 625ecfd commit 3acde43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/writing-documentation-with-docz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ To set up Docz you need to install the Docz Gatsby theme and add some custom con
2424
cd my-gatsby-site-with-docz
2525
```
2626

27-
And install the `gatsby-theme-docz` package:
27+
And install required packages:
2828

2929
```shell
30-
npm install --save gatsby-theme-docz@next
30+
npm install --save gatsby-theme-docz
3131
```
3232

3333
Add `gatsby-theme-docz` under `plugins` in `gatsby-config.js`:

0 commit comments

Comments
 (0)