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
107107
108108After you set up your environment, you can start editing your documentation files. For example, update the title of the introduction page:
109109
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:
111111
112- ``` mdx introduction .mdx
112+ ``` mdx index .mdx
113113---
114114title: "Introduction"
115115description: "This is the introduction to the documentation"
@@ -118,7 +118,7 @@ description: "This is the introduction to the documentation"
118118
119119Update the ` title ` field to ` "Hello World" ` .
120120
121- ``` mdx introduction .mdx {2}
121+ ``` mdx index .mdx {2}
122122---
123123title: "Hello World"
124124description: "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
174174
175175In the web editor, you can navigate through your documentation files in the sidebar. Let's update the introduction page:
176176
177- Find and select ` introduction .mdx` in the file explorer.
177+ Find and select ` index .mdx` in the file explorer.
178178
179179Then, in the editor, update the title field to "Hello World".
180180
You can’t perform that action at this time.
0 commit comments