Skip to content

Commit 101395a

Browse files
committed
Misc SkiesGUIs docs changes
1 parent 92c5101 commit 101395a

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

astro.config.mjs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
{
1919
label: 'SkiesGUIs',
2020
link: '/skiesguis/getting_started/introduction',
21-
icon: 'open-book',
21+
icon: 'laptop',
2222
items: [
2323
{
2424
label: "Getting Started",
@@ -31,7 +31,12 @@ export default defineConfig({
3131
'skiesguis/getting_started/faqs'
3232
]
3333
},
34-
"skiesguis/main_config",
34+
{
35+
label: "Main Config",
36+
items: [
37+
"skiesguis/config/main_config",
38+
]
39+
},
3540
{
3641
label: "GUIs",
3742
items: [

src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
2121
## Available Mods
2222

2323
<CardGrid stagger>
24-
<Card title="SkiesGUIs" icon="pencil">
24+
<Card title="SkiesGUIs" icon="laptop">
2525
Server-sided custom GUIs for Fabric servers
2626

2727
💾 Available for free on <a href="https://modrinth.com/project/skiesguis/" target="_blank" rel="noopener noreferrer">Modrinth</a>.<br />
File renamed without changes.
File renamed without changes.

src/content/docs/skiesguis/getting_started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The mod supports a variety of features, including:
4343

4444
### Configuration
4545
#### Base Config
46-
1. [Main Configuration](/skiesguis/main_config/)
46+
1. [Main Configuration](/skiesguis/config/main_config/)
4747
<br>Guide to configure the main `config.json` file for SkiesGUIs. These features apply globally to the mod.
4848

4949
#### GUI Configuration

0 commit comments

Comments
 (0)