Skip to content

Commit f9062ec

Browse files
committed
Add Chapter IV to TOC
1 parent 1755a3a commit f9062ec

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

_data/toc.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,33 @@
113113
"slug": "/multiple-conditions/"
114114
}
115115
]
116+
},
117+
{
118+
"name": "Chapter IV: Printing Texts",
119+
"pages": [
120+
{
121+
"name": "Types of Messages",
122+
"slug": "/types-of-messages"
123+
124+
},
125+
{
126+
"name": "Using GXT",
127+
"slug": "/using-gxt"
128+
},
129+
{
130+
"name": "Custom Text",
131+
"slug": "/custom-text"
132+
133+
},
134+
{
135+
"name": "Drawing Text On Screen",
136+
"slug": "/drawing-text-on-screen"
137+
},
138+
{
139+
"name": "Formatting Strings",
140+
"slug": "/formatting-strings"
141+
}
142+
]
116143
}
117144
]
118145
}

_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<a href="https://sannybuilder.com/discord" target="_blank">Discord</a>
5151
</li>
5252
<li>
53-
<a href="https://github.com/sannybuilder" target="_blank">GitHub</a>
53+
<a href="https://github.com/sannybuilder/tutorial" target="_blank">GitHub</a>
5454
</li>
5555
<li>
5656
<a href="https://patreon.com/seemann" target="_blank">Patreon</a>

0 commit comments

Comments
 (0)