Skip to content

Commit 14052cd

Browse files
committed
Updating README
1 parent f19214a commit 14052cd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs-v2/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
```bash
88
asdf install
9-
yarn install
10-
yarn dev
9+
pnpm dev
1110
```
1211

1312
Open [http://localhost:3000/docs](http://localhost:3000/docs).
@@ -55,7 +54,7 @@ pages
5554
google.mdx # /docs/workspaces/sso/google
5655
```
5756

58-
The `_meta.json` files in each directory defines a mapping between the labels in the sidebar and the files in that directory. If you want to add an item to the sidebar, you'll probably want to edit the `_meta.json` file. [See the Nextra docs](https://nextra.site/docs/docs-theme/page-configuration) for more info.
57+
The `_meta.tsx` files in each directory defines a mapping between the labels in the sidebar and the files in that directory. If you want to add an item to the sidebar, you'll probably want to edit the `_meta.tsx` file. [See the Nextra docs](https://nextra.site/docs/docs-theme/page-configuration) for more info.
5958

6059
## Custom components
6160

@@ -65,7 +64,6 @@ Use (and create!) custom components in `components/`. You'll see a lot of refere
6564

6665
If you need to add any custom redirects, e.g. when you move pages to a different directory, add then to the `vercel.json` file in this directory.
6766

68-
6967
## Adding new versions
7068

7169
Add a new version of docs by creating a new feature branch in the format of `docs-v{number}-pathing`.

0 commit comments

Comments
 (0)