Skip to content

Commit 0020545

Browse files
authored
Edit links
1 parent 44f572f commit 0020545

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ supercharge your documentation with Mintlify.
2323
### 1. Deploying Your Docs Repository
2424

2525
Mintlify docs are rendered from MDX files and configurations defined in our
26-
[starter kit](https://github.com/mintlify/starter). We use Github to
26+
[starter kit](https://git.new/docs). We use Github to
2727
integrate your docs with your code, and make source control effortless.
2828

2929
<AccordionGroup>
@@ -32,7 +32,7 @@ integrate your docs with your code, and make source control effortless.
3232
If you've created a docs repo in our onboarding, this step is complete. You can find your docs repository on your Mintlify [dashboard](https://dashboard.mintlify.com).
3333

3434
To create your docs repo without logging into Github, follow these instructions:
35-
1. Clone our [starter template](https://github.com/mintlify/starter) into a new public repo. You can make the repo private later.
35+
1. Clone our [starter template](https://git.new/docs) into a new public repo. You can make the repo private later.
3636
2. [Get in touch](mailto:[email protected]) with our team to deploy your repo.
3737

3838
![Starter Template](https://mintlify.s3-us-west-1.amazonaws.com/mintlify/images/starter-template.png)

settings/global.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,20 +353,20 @@ An object to configure the footer with socials and links.
353353
Example:
354354
```json
355355
"footer": {
356-
"socials": { "x": "https://x.com/mintlify", "website": "https://mintlify.com" },
356+
"socials": { "x": "https://x.com/mintlify", "linkedin": "https://linkedin.com/company/mintlify" },
357357
"links": [
358358
{
359359
"title": "Column 1",
360360
"links": [
361-
{ "label": "Column 1 Link 1", "url": "https://mintlify.com" },
362-
{ "label": "Column 1 Link 2", "url": "https://mintlify.com" }
361+
{ "label": "Column 1 Link 1", "url": "https://mintlify.com/customers" },
362+
{ "label": "Column 1 Link 2", "url": "https://mintlify.com/love" }
363363
]
364364
},
365365
{
366366
"title": "Column 2",
367367
"links": [
368-
{ "label": "Column 2 Link 1", "url": "https://mintlify.com" },
369-
{ "label": "Column 2 Link 2", "url": "https://mintlify.com" }
368+
{ "label": "Column 2 Link 1", "url": "https://mintlify.com/community" },
369+
{ "label": "Column 2 Link 2", "url": "https://mintlify.com/careers" }
370370
]
371371
}
372372
]

0 commit comments

Comments
 (0)