Skip to content

Commit 1dbce67

Browse files
Update base toc for better navigation
1 parent dc93535 commit 1dbce67

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

articles/getting_to_know/toc.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
- name: Audio
77
href: whatis/WhatIs_Audio.md
88
- name: Content Pipeline
9+
href: whatis/content_pipeline/
910
- name: Graphics
11+
href: whatis/graphics/
1012
- name: The Game Loop
1113
href: whatis/WhatIs_TheGameLoop.md
1214
- name: Input
1315
href: whatis/WhatIs_Input.md
16+
- name: Vector / Matrix / Quaternions
17+
href: whatis/WhatIs_VectorMatrixQuat.md
1418
- name: MonoGame Class Library
1519
href: whatis/WhatIs_MonoGame_Class_Library.md
1620
- name: How To

articles/toc.yml

+32-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
- name: Introduction
2-
href: index.md
2+
href:
33
- name: Roadmap
44
href: roadmap.md
55
- name: What's New
66
href: whats_new.md
77
- name: Getting Started
88
items:
99
- name: Introduction
10-
href: getting_started/index.md
10+
href: getting_started/
1111
- name: Supported platforms
1212
href: getting_started/platforms.md
1313
- name: 1. Setting up your development environment
@@ -37,7 +37,7 @@
3737
- name: Tools
3838
items:
3939
- name: Introduction
40-
href: getting_started/tools/index.md
40+
href: getting_started/tools/
4141
- name: MGCB
4242
href: getting_started/tools/mgcb.md
4343
- name: MGCB Editor
@@ -60,6 +60,35 @@
6060
href: getting_started/content_pipeline/localization.md
6161
- name: Getting to know MonoGame
6262
href: getting_to_know/
63+
items:
64+
- name: What is
65+
href: getting_to_know/whatis/
66+
items:
67+
- name: Audio
68+
href: getting_to_know/whatis/WhatIs_Audio.md
69+
- name: Content Pipeline
70+
href: getting_to_know/whatis/content_pipeline/
71+
- name: Graphics
72+
href: getting_to_know/whatis/graphics/
73+
- name: Input
74+
href: getting_to_know/whatis/WhatIs_Input.md
75+
- name: The Game Loop
76+
href: getting_to_know/whatis/WhatIs_TheGameLoop.md
77+
- name: Vector / Matrix / Quaternions
78+
href: getting_to_know/whatis/WhatIs_VectorMatrixQuat.md
79+
- name: MonoGame Class Library
80+
href: getting_to_know/whatis/WhatIs_MonoGame_Class_Library.md
81+
- name: How to
82+
href: getting_to_know/howto/
83+
items:
84+
- name: Audio
85+
href: getting_to_know/howto/audio/
86+
- name: Content Pipeline
87+
href: getting_to_know/howto/content_pipeline/
88+
- name: Graphics
89+
href: getting_to_know/howto/graphics/
90+
- name: Input
91+
href: getting_to_know/howto/input/
6392
- name: Migration
6493
items:
6594
- name: Migrating from XNA

0 commit comments

Comments
 (0)