You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,7 @@
6
6
7
7
```bash
8
8
asdf install
9
-
yarn install
10
-
yarn dev
9
+
pnpm dev
11
10
```
12
11
13
12
Open [http://localhost:3000/docs](http://localhost:3000/docs).
@@ -55,7 +54,7 @@ pages
55
54
google.mdx # /docs/workspaces/sso/google
56
55
```
57
56
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.
59
58
60
59
## Custom components
61
60
@@ -65,7 +64,6 @@ Use (and create!) custom components in `components/`. You'll see a lot of refere
65
64
66
65
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.
67
66
68
-
69
67
## Adding new versions
70
68
71
69
Add a new version of docs by creating a new feature branch in the format of `docs-v{number}-pathing`.
0 commit comments