Skip to content

Commit 4bb574a

Browse files
Some edits
1 parent b26d822 commit 4bb574a

File tree

4 files changed

+31
-8
lines changed

4 files changed

+31
-8
lines changed

docs/.vitepress/config.ts

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,37 @@ export default defineConfig({
66
title: 'Atlas Development',
77
description: 'Development team for Minecraft mods.',
88
base: `/Atlas-Docs/`,
9+
lastUpdated: true,
910

1011
themeConfig: {
12+
logo: `/logo.png`,
1113
nav: [
1214
{
1315
text: 'Mods',
1416
items: [
15-
{ text: 'Defaulted', link: '/defaulted' }
17+
{ text: 'Defaulted', link: '/defaulted' },
18+
{ text: 'Atlas Core', link: '/core' }
1619
]
1720
}
1821
],
1922

20-
sidebar: [
21-
{
22-
items: [
23-
{ text: 'Defaulted Usage', link: '/defaulted' }
24-
]
25-
}
26-
]
23+
sidebar: {
24+
'/defaulted/': [
25+
{
26+
text: "Defaulted",
27+
items: [
28+
{ text: 'Usage', link: '/defaulted' }
29+
]
30+
}
31+
],
32+
'/core/': [
33+
{
34+
text: "Atlas Core",
35+
items: [
36+
{ text: 'Introduction', link: '/core' }
37+
]
38+
}
39+
]
40+
}
2741
}
2842
});

docs/core.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Atlas Core
3+
---
4+
5+
# Introduction to Atlas Core
6+
... Currently nothing to see here, work in progress.

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ hero:
99
- theme: brand
1010
text: Defaulted
1111
link: /defaulted
12+
- theme: brand
13+
text: Atlas Core
14+
link: /core
1215
---

docs/public/logo.png

69.7 KB
Loading

0 commit comments

Comments
 (0)