Skip to content

Commit bd2cee8

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 080ed5f commit bd2cee8

File tree

2 files changed

+27
-49
lines changed

2 files changed

+27
-49
lines changed

README.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
Click on `Use this template` to copy the Mintlify starter kit. The starter kit contains examples including
44

5-
- Guide pages
6-
- Navigation
7-
- Customizations
8-
- API Reference pages
9-
- Use of popular components
5+
* Guide pages
6+
7+
* Navigation
8+
9+
* Customizations
10+
11+
* API Reference pages
12+
13+
* Use of popular components
1014

1115
### Development
1216

@@ -24,9 +28,10 @@ mintlify dev
2428

2529
### Publishing Changes
2630

27-
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
31+
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
2832

2933
#### Troubleshooting
3034

31-
- Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
32-
- Page loads as a 404 - Make sure you are running in a folder with `mint.json`
35+
* Mintlify dev isn't running - Run `mintlify install` it'll re-install dependencies.
36+
37+
* Page loads as a 404 - Make sure you are running in a folder with `mint.json`

introduction.mdx

+14-41
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,9 @@ title: Introduction
33
description: "Welcome to the home of your new documentation"
44
---
55

6-
<img
7-
className="block dark:hidden"
8-
src="/images/hero-light.svg"
9-
alt="Hero Light"
10-
/>
11-
<img
12-
className="hidden dark:block"
13-
src="/images/hero-dark.svg"
14-
alt="Hero Dark"
15-
/>
6+
<img alt="Hero Light" classname="block dark:hidden" src="/images/hero-light.svg" />
7+
8+
Test<img alt="Hero Dark" classname="hidden dark:block" src="/images/hero-dark.svg" />
169

1710
![TNF](https://tcc.sorrycc.com/p/776c2e49-fec4-4db7-b9c4-2274c31b25e6.png)
1811

@@ -21,18 +14,11 @@ description: "Welcome to the home of your new documentation"
2114
The first step to world-class documentation is setting up your editing environments.
2215

2316
<CardGroup cols={2}>
24-
<Card
25-
title="Edit Your Docs"
26-
icon="pen-to-square"
27-
href="https://mintlify.com/docs/quickstart"
28-
>
17+
<Card title="Edit Your Docs" icon="pen-to-square" href="https://mintlify.com/docs/quickstart">
2918
Get your docs set up locally for easy development
3019
</Card>
31-
<Card
32-
title="Preview Changes"
33-
icon="image"
34-
href="https://mintlify.com/docs/development"
35-
>
20+
21+
<Card title="Preview Changes" icon="image" href="https://mintlify.com/docs/development">
3622
Preview your changes before you push to make sure they're perfect
3723
</Card>
3824
</CardGroup>
@@ -42,32 +28,19 @@ The first step to world-class documentation is setting up your editing environme
4228
Update your docs to your brand and add valuable content for the best user conversion.
4329

4430
<CardGroup cols={2}>
45-
<Card
46-
title="Customize Style"
47-
icon="palette"
48-
href="https://mintlify.com/docs/settings/global"
49-
>
31+
<Card title="Customize Style" icon="palette" href="https://mintlify.com/docs/settings/global">
5032
Customize your docs to your company's colors and brands
5133
</Card>
52-
<Card
53-
title="Reference APIs"
54-
icon="code"
55-
href="https://mintlify.com/docs/api-playground/openapi"
56-
>
34+
35+
<Card title="Reference APIs" icon="code" href="https://mintlify.com/docs/api-playground/openapi">
5736
Automatically generate endpoints from an OpenAPI spec
5837
</Card>
59-
<Card
60-
title="Add Components"
61-
icon="screwdriver-wrench"
62-
href="https://mintlify.com/docs/content/components/accordions"
63-
>
38+
39+
<Card title="Add Components" icon="screwdriver-wrench" href="https://mintlify.com/docs/content/components/accordions">
6440
Build interactive features and designs to guide your users
6541
</Card>
66-
<Card
67-
title="Get Inspiration"
68-
icon="stars"
69-
href="https://mintlify.com/customers"
70-
>
42+
43+
<Card title="Get Inspiration" icon="stars" href="https://mintlify.com/customers">
7144
Check out our showcase of our favorite documentation
7245
</Card>
73-
</CardGroup>
46+
</CardGroup>

0 commit comments

Comments
 (0)