Skip to content

Commit 532c53c

Browse files
committed
Minor content adjustments
1 parent c9c5a5e commit 532c53c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

src/content/docs/index.mdx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
---
2-
title: Welcome to Starlight
3-
description: Get started building your docs site with Starlight.
2+
title: 'Help & Troubleshooting'
3+
description: A landing page for the help articles and troubleshooting guides.
44
template: splash
55
hero:
6-
tagline: Congrats on setting up a new Starlight project!
6+
tagline: Here you can find articles that can help and guide you into troubleshooting your issue with Multi Theft Auto and supported products.
77
# image:
88
# file: ../../assets/houston.webp
99
actions:
1010
- text: Example Guide
1111
link: guides/example/
1212
icon: right-arrow
13-
- text: Read the Starlight docs
14-
link: https://starlight.astro.build
15-
icon: external
16-
variant: minimal
1713
---
1814

1915
import { Card, CardGrid } from '@astrojs/starlight/components';
2016

21-
## Next steps
17+
## Recommendations
2218

23-
<CardGrid stagger>
19+
<CardGrid>
2420
<Card title="Update content" icon="pencil">
2521
Edit `src/content/docs/index.mdx` to see this page change.
2622
</Card>

src/content/docs/sa/trouble/serial-validation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tableOfContents: false
77
import { Steps } from '@astrojs/starlight/components';
88
import InlineIcon from '@src/components/InlineIcon.astro';
99

10-
MTA was unable to validate your serial.
10+
MTA was unable to validate your serial. Follow the steps for your operating system below.
1111

1212
### <InlineIcon name="seti:windows" /> Microsoft Windows
1313
<Steps>

0 commit comments

Comments
 (0)