Skip to content

Commit

Permalink
get rid of old pages, add some links to whats next
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Jan 3, 2024
1 parent 8a386d8 commit 3be1ca2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 169 deletions.
5 changes: 5 additions & 0 deletions cpp/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: C++ Tutorials
order: 999
---

# C++ Tutorials

This is a collection of tutorials for C++, ranging from basic language features to compiler-specific UB. This is intended as **supplemental** material for GD modders who are new to modding and C++ - **it should not be regarded as a full tutorial**. To learn C++, you should seek more information from sites such as [W3Schools](https://www.w3schools.com/cpp/default.asp) and [learncpp](https://www.learncpp.com/).
25 changes: 0 additions & 25 deletions geode/cli-to-path.md

This file was deleted.

3 changes: 2 additions & 1 deletion geode/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Geode
title: Geode?
order: 99
---

These pages are a collection of information about the Geode framework itself.
2 changes: 1 addition & 1 deletion getting-started-new/create-mod.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 3. Creating a new mod
title: 3. Creating and building a new mod
order: 5
---

Expand Down
2 changes: 1 addition & 1 deletion getting-started-new/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Getting Started (new)
title: Getting Started
order: 1
---
20 changes: 19 additions & 1 deletion getting-started-new/what-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,22 @@ order: 7

idk! Its difficult to guide you on what to do next, as you can do pretty much anything :-)

TODO: add link to other pages
## Geode Features

Modding in Geode is for the most part the same as traditional modding, however there are a few things where it differs. Here are a list of Geode-specific concepts you might like to familiarize yourself with:

* [Hooking with `$modify`](/tutorials/modify.md) and [adding fields](/tutorials/fields.md)
* [Using sprites and other resources](/mods/resources.md)
* [Settings](/mods/settings.md) and [saving data](/mods/savedata.md)
* [String IDs](/tutorials/nodetree.md) and [Layouts](/tutorials/layouts.md)
* [Events](/tutorials/events.md)
* [Using dependencies](/mods/dependencies.md)
* [Publishing mods](/mods/publishing.md)

See also [our tutorial](/tutorials/migrating.md) for porting traditional mods to Geode.

The [Tutorials](/tutorials) category in general is a great source for information about working with Geode mods.

## Working with cocos

If you haven't written GD mods before, see [the Handbook](/handbook/chap0.md) for a tutorial
56 changes: 0 additions & 56 deletions getting-started.md

This file was deleted.

84 changes: 0 additions & 84 deletions installation.md

This file was deleted.

0 comments on commit 3be1ca2

Please sign in to comment.