Skip to content

Commit 414b797

Browse files
committed
Update pages
1 parent eba2ab4 commit 414b797

File tree

9 files changed

+15
-18
lines changed

9 files changed

+15
-18
lines changed

api-reference/introduction.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Introduction
3+
icon: "book-open"
34
---
45

56
## Trigger Updates

changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Export all of your documentation, a subdirectory, or a singe page as a PDF.
146146
</Frame>
147147
We've revamped our web editor so that you can now update docs with a fully WYSIWYG experience, while syncing with markdown.
148148

149-
Check out our [docs on getting started with Web Editor](/web-editor).
149+
Check out our [docs on getting started with Web Editor](/editor).
150150

151151
## /llms.txt support
152152

docs.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@
2323
"pages": [
2424
"index",
2525
"quickstart",
26-
{
27-
"group": "Editing",
28-
"icon": "pencil-ruler",
29-
"pages": [
30-
"development",
31-
"web-editor"
32-
]
33-
},
26+
"installation",
27+
"editor",
3428
"settings/global",
3529
{
3630
"group": "Navigation",
@@ -227,7 +221,7 @@
227221
]
228222
},
229223
{
230-
"group": "Chat API",
224+
"group": "Chat",
231225
"pages": [
232226
"api-reference/chat/create-topic",
233227
"api-reference/chat/generate-message"

web-editor.mdx renamed to editor.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Web Editor'
33
description: 'Edit your docs directly from the dashboard with live previews.'
4+
icon: 'mouse-pointer-2'
45
---
56

67
Web Editor is the preferred way to edit docs directly without having to open your IDE or run `mintlify dev`.

index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ export const HeroCard = ({ filename, title, description, href }) => {
3636

3737
<div className="px-6 lg:px-0 mt-12 lg:mt-24 grid sm:grid-cols-2 gap-x-6 gap-y-4">
3838
<HeroCard filename="rocket" title="Quickstart" description="Deploy your first docs site in minutes with our step-by-step guide" href="/quickstart" />
39-
<HeroCard filename="cli" title="CLI installation" description="Install the CLI to preview and develop your docs locally" href="/development" />
40-
<HeroCard filename="editor" title="Web editor" description="Make quick updates and manage content with our browser-based editor" href="/web-editor" />
39+
<HeroCard filename="cli" title="Installation" description="Install the CLI to preview and develop your docs locally" href="/installation" />
40+
<HeroCard filename="editor" title="Web Editor" description="Make quick updates and manage content with our browser-based editor" href="/editor" />
4141
<HeroCard filename="components" title="Components" description="Build rich, interactive documentation with our ready-to-use components" href="/content/components" />
4242
</div>
4343
</div>

development.mdx renamed to installation.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: "Local Development"
3-
description: "Preview changes locally to update your docs"
2+
title: "Installation"
3+
description: "Install the CLI to preview and develop your docs locally"
4+
icon: "terminal"
45
---
56

67
<Info>

navigation/pages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Groups allow you to group your pages. Groups can also be nested within each othe
3737
{
3838
"group": "Editing",
3939
"icon": "pen-paintbrush",
40-
"pages": ["development", "web-editor"]
40+
"pages": ["installation", "editor"]
4141
}
4242
]
4343
},

quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ your docs.
5757
3. Use your favorite IDE to open the repository.
5858
4. Install our Mintlify CLI to preview changes with `npm i -g mintlify`.
5959

60-
Learn more about this in our [local development guide](/development).
60+
Learn more about this in our [local development guide](/installation).
6161
</Accordion>
6262
<Accordion title="Editing with the web editor">
63-
Learn more about how to use the web editor on our [guide](/web-editor).
63+
Learn more about how to use the web editor on our [guide](/editor).
6464
</Accordion>
6565
<Accordion title="Customizing to your brand">
6666
Easily customize colors, logos and buttons among other configurations in our `docs.json` file. Start with these basic configurations:

settings/navigation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Groups allow you to group your pages. Groups can also be nested within each othe
4141
{
4242
"group": "Editing",
4343
"icon": "pen-paintbrush",
44-
"pages": ["development", "web-editor"]
44+
"pages": ["installation", "editor"]
4545
}
4646
]
4747
},

0 commit comments

Comments
 (0)