Skip to content

Commit da76de4

Browse files
authored
rename and add orders
1 parent 3be1ca2 commit da76de4

File tree

15 files changed

+19
-10
lines changed

15 files changed

+19
-10
lines changed

cpp/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: C++ Tutorials
32
order: 999
43
---
54

getting-started-new/index.md

-4
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

getting-started/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Getting Started
3+
order: 1
4+
---
5+
6+
# Getting Started
7+
8+
Please read through this chapter in order, starting in [Prerequisites](/getting-started/prerequisites.md).
File renamed without changes.
File renamed without changes.
File renamed without changes.

handbook/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
order: 4
3+
---
4+
15
# Handbook
26

37
This handbook is a tutorial on how to mod GD, starting from the very basics and covering everything from hooking to reverse engineering. It has been written for newcomers with the expectation of now previous game modding experience, however C++ and general programming experience are assumed.

index.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ Alternatively, if you hate joining Discord servers to work with a framework, you
2020

2121
## Getting Started
2222

23-
See [Installation](/installation) for instructions on how to install the Geode SDK on your computer.
24-
25-
See [Creating a new mod](/geode/creating) for instructions on how to make your first mod.
26-
27-
See [Building](/source/building) for instructions on how to build Geode itself from scratch on your computer.
23+
See [Getting Started](/getting-started) for a step by step tutorial on getting started with Geode SDK.
2824

2925
See [Handbook](/handbook/chap0) for a beginner-friendly tutorial series on using Geode and GD Modding in general (WIP!!).
3026

mods/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
description: A collection of tutorials for working with Geode mods
3+
order: 3
34
---
45

56
# Mods

source/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Source
3+
order: 5
34
---
45

56
These pages contain info about the Geode codebase itself.

tutorials/index.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
order: 2
3+
---
4+
15
# Modding Tutorials
26

37
These are a collection of **tutorials** and **information** for using making Geometry Dash mods using the Geode framework. These are focused on general modding tips & Geode-specific features.

0 commit comments

Comments
 (0)