File tree Expand file tree Collapse file tree 4 files changed +31
-8
lines changed
Expand file tree Collapse file tree 4 files changed +31
-8
lines changed Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff line change 1+ ---
2+ name : Atlas Core
3+ ---
4+
5+ # Introduction to Atlas Core
6+ ... Currently nothing to see here, work in progress.
Original file line number Diff line number Diff line change 99 - theme : brand
1010 text : Defaulted
1111 link : /defaulted
12+ - theme : brand
13+ text : Atlas Core
14+ link : /core
1215---
You can’t perform that action at this time.
0 commit comments