File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ mintlify openapi-check <openapiFilenameOrUrl>
123123
124124You can pass in a filename (e.g. ` ./openapi.yaml ` ) or a URL (e.g. ` https://petstore3.swagger.io/api/v3/openapi.json ` ).
125125
126- ### Rename Files
126+ ### Renaming Files
127127
128128You can rename files using the following command:
129129
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Click `Install GitHub App`. Select the repositories you want to connect.
9090 Remember to update the GitHub App permissions if you move the documentation to a different repository.
9191</Info >
9292
93- ### Edit the documentation
93+ ### Edit the Documentation
9494
9595Now that your environment is set up, you can start editing your documentation files. As an example, let's update the title of the introduction page:
9696
@@ -112,7 +112,7 @@ description: "This is the introduction to the documentation"
112112-- -
113113```
114114
115- ### Preview the changes
115+ ### Preview the Changes
116116
117117To preview the changes locally, run the following command.
118118
@@ -127,7 +127,7 @@ Your preview will be available at `localhost:3000`.
127127 <img src = " /images/quickstart/mintlify-dev-dark.png" alt = " Mintlify Dev" className = " hidden dark:block" />
128128</Frame >
129129
130- ### Push the changes
130+ ### Push the Changes
131131
132132When you're ready to publish your changes, simply push the changes to your repository.
133133
@@ -156,7 +156,7 @@ Log in to your Mintlify Dashboard and select your project. Navigate to `Editor`
156156 <img alt = " Web Editor" src = " /images/quickstart/web-editor-dark.png" className = " hidden dark:block" />
157157</Frame >
158158
159- ### Edit the documentation
159+ ### Edit the Documentation
160160
161161In the web editor, you can navigate your documentation files in the sidebar. Let's update the introduction page.
162162
You can’t perform that action at this time.
0 commit comments