File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ pnpm add -g mint
107
107
108
108
After you set up your environment, you can start editing your documentation files. For example, update the title of the introduction page:
109
109
110
- Open your repository created during onboarding, find the ` introduction .mdx` file, and find the top of the file:
110
+ Open your repository created during onboarding, find the ` index .mdx` file, and find the top of the file:
111
111
112
- ``` mdx introduction .mdx
112
+ ``` mdx index .mdx
113
113
---
114
114
title: "Introduction"
115
115
description: "This is the introduction to the documentation"
@@ -118,7 +118,7 @@ description: "This is the introduction to the documentation"
118
118
119
119
Update the ` title ` field to ` "Hello World" ` .
120
120
121
- ``` mdx introduction .mdx {2}
121
+ ``` mdx index .mdx {2}
122
122
---
123
123
title: "Hello World"
124
124
description: "This is the introduction to the documentation"
@@ -174,7 +174,7 @@ The web editor workflow provides a what-you-see-is-what-you-get (WYSIWYG) interf
174
174
175
175
In the web editor, you can navigate through your documentation files in the sidebar. Let's update the introduction page:
176
176
177
- Find and select ` introduction .mdx` in the file explorer.
177
+ Find and select ` index .mdx` in the file explorer.
178
178
179
179
Then, in the editor, update the title field to "Hello World".
180
180
You can’t perform that action at this time.
0 commit comments