Skip to content

Commit 0af7e5c

Browse files
committed
Restructure documentation tree.
1 parent 270b6a5 commit 0af7e5c

8 files changed

Lines changed: 14 additions & 13 deletions

File tree

pages/Nexus.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
See below for a number of available guides to using the API.
2+
3+
\note
4+
All guides hosted here are in the C++ programming language.
5+
6+
\subpage addon_quickstart "Addon Quickstart"
7+
\subpage bindings "Addon Quickstart"
8+
\subpage keybinds "Keybinding Tutorial"
9+
\subpage events "Event Handling Tutorial"
10+
\subpage shared_resources "Resource Sharing Tutorial"

pages/guides/Guides.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

pages/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
\mainpage
2-
This site serves as documentation for the Raidcore Nexus addon API.
2+
This site serves as documentation for Raidcore projects.
33

44
\attention
55
These docs are currently WIP, if information is missing from them, please be patient while we write.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\page addon-quickstart Addon Quickstart
1+
\page addon_quickstart Addon Quickstart
22
This is a complete guide on how to get started with the AddonHost and implement your own addon. It is build-system agnostic and avoids compiler-specific extensions where possible.
33

44
\note
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\page Events Event Handling Tutorial
1+
\page events Event Handling Tutorial
22

33
Nexus implements an event system, allowing you to subscribe to both Nexus's internal events, as well as user-defined events from both your own addon and other loaded addons.
44

File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\page resource-sharing Shared Resources Tutorial
1+
\page shared_resources Shared Resources Tutorial
22
\warning
33
This page is currently incomplete, further updates will come at a later date.
44

0 commit comments

Comments
 (0)