Skip to content

Commit a0419bc

Browse files
add: update C++ API Reference with correct module link and add new Modules documentation
1 parent 0915577 commit a0419bc

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

docs/engine/cpp-api-reference/cpp-api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Graphical Playground API Reference.
1515
Welcome to the Graphical Playground C++ API Reference! This is a reference manual for the Graphical Playground Source code.
1616

1717
Graphical Playground's systems and features are packaged in two ways:
18-
- [Modules](../programming-with-cpp/gp-architecture/gp-engine-modules.md): The basic building block of Graphical Playground's software and architecture.
18+
- [Modules](../programming-with-cpp/engine-architecture/modules.md): The basic building block of Graphical Playground's software and architecture.
1919
- [Plugins](): Collections of modules and assets that you can enable or disable within the Editor on a per-project basis.
2020

2121
Explore all of Graphical Playground's modules, plugins, and their members here, organized hierarchically. You can use the search bar to find a known term, such as a class or function name.

docs/engine/programming-with-cpp/gp-architecture/_category_.json renamed to docs/engine/programming-with-cpp/engine-architecture/_category_.json

File renamed without changes.

docs/engine/programming-with-cpp/gp-architecture/modules.md renamed to docs/engine/programming-with-cpp/engine-architecture/modules.md

File renamed without changes.

0 commit comments

Comments
 (0)