From 08e2539d8c08e198f84cac16c146293be24b5dba Mon Sep 17 00:00:00 2001 From: mycho2003 Date: Fri, 27 Jun 2025 10:39:46 -0700 Subject: [PATCH] Change mentions of introduction.mdx to index.mdx --- quickstart.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quickstart.mdx b/quickstart.mdx index d9e1e62a0..dea8714e5 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -107,9 +107,9 @@ pnpm add -g mint After you set up your environment, you can start editing your documentation files. For example, update the title of the introduction page: -Open your repository created during onboarding, find the `introduction.mdx` file, and find the top of the file: +Open your repository created during onboarding, find the `index.mdx` file, and find the top of the file: -```mdx introduction.mdx +```mdx index.mdx --- title: "Introduction" description: "This is the introduction to the documentation" @@ -118,7 +118,7 @@ description: "This is the introduction to the documentation" Update the `title` field to `"Hello World"`. -```mdx introduction.mdx {2} +```mdx index.mdx {2} --- title: "Hello World" 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 In the web editor, you can navigate through your documentation files in the sidebar. Let's update the introduction page: -Find and select `introduction.mdx` in the file explorer. +Find and select `index.mdx` in the file explorer. Then, in the editor, update the title field to "Hello World".