Skip to content

Commit d662a2a

Browse files
committed
Remove files
1 parent ef7a83f commit d662a2a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mintlify openapi-check <openapiFilenameOrUrl>
123123

124124
You 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

128128
You can rename files using the following command:
129129

quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

9595
Now 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

117117
To 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

132132
When 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

161161
In the web editor, you can navigate your documentation files in the sidebar. Let's update the introduction page.
162162

0 commit comments

Comments
 (0)