Skip to content

Commit

Permalink
Fix some build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jul 2, 2024
1 parent 3753650 commit 71545df
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Welcome to the PlayCanvas API Reference! This documentation provides detailed in

This documentation is organized into modules that correspond to different PlayCanvas products. Each section contains detailed descriptions of classes, methods, and their respective usage.

| Module | Description |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| [Engine](./modules/Engine.html) | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
| [Editor](./modules/Editor.html) | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
| [PCUI](./modules/PCUI.html) | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
| [PCUIGraph](./modules/PCUIGraph.html) | A PCUI extension providing a component for managing node-based graphs. |
| [Observer](./modules/Observer.html) | An implementation of the [observer pattern](https://en.wikipedia.org/wiki/Observer_pattern), essential for event handling and data binding in complex applications. |
| Module | Description |
| -------------- | ---------------------------------------------------------------------------------------------------------------------- |
| [Engine][1] | The core engine API that powers PlayCanvas applications, providing support for graphics, physics, and more. |
| [Editor][2] | The API for automating and enhancing the functionality of the PlayCanvas Editor. |
| [PCUI][3] | A web front-end framework specifically tailored for creating UIs in browser-based tools. |
| [PCUIGraph][4] | A PCUI extension providing a component for managing node-based graphs. |
| [Observer][5] | An implementation of the [observer pattern][6], essential for event handling and data binding in complex applications. |

### 🚀 Getting Started

Expand All @@ -30,3 +30,10 @@ This project is licensed under the [MIT License](https://opensource.org/licenses
---

Thank you for choosing PlayCanvas! We're excited to see what you build. ❤️

[1]: https://api.playcanvas.com/modules/Engine.html
[2]: https://api.playcanvas.com/modules/Editor.html
[3]: https://api.playcanvas.com/modules/PCUI.html
[4]: https://api.playcanvas.com/modules/PCUIGraph.html
[5]: https://api.playcanvas.com/modules/Observer.html
[6]: https://en.wikipedia.org/wiki/Observer_pattern

0 comments on commit 71545df

Please sign in to comment.