Skip to content

Commit 08e2539

Browse files
committed
Change mentions of introduction.mdx to index.mdx
1 parent 922620b commit 08e2539

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ pnpm add -g mint
107107

108108
After 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
---
114114
title: "Introduction"
115115
description: "This is the introduction to the documentation"
@@ -118,7 +118,7 @@ description: "This is the introduction to the documentation"
118118

119119
Update the `title` field to `"Hello World"`.
120120

121-
```mdx introduction.mdx {2}
121+
```mdx index.mdx {2}
122122
---
123123
title: "Hello World"
124124
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
174174

175175
In 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

179179
Then, in the editor, update the title field to "Hello World".
180180

0 commit comments

Comments
 (0)