-
Notifications
You must be signed in to change notification settings - Fork 61
Tech Home
Spuds edited this page Jan 26, 2023
·
7 revisions
HOME > DEVELOPER DOCUMENTATION
Here on the wiki, we document areas of the code which are useful to keep at hand and parse quickly. Below you will find various functions and variables documented.
For the actual code documentation, please check our Code Documentation. These are automatically generated from the comment blocks in the code with ApiGen. If you find mistakes or have improvements, please make a PR.
- About $user_info variable
- About the createList() function.
- About Template Layers.
- About is_activated values.
Architecture
- Architecture
- [Coding Standards](Coding Standards)
- [Database Layer](Database layer)
- MVC
- Release
Functions and Variables
- About $user_info variable
- About the createList() function.
- About [Template Layers](Template layers).
- About [is_activated](is activated) values.
Customization
- [Create a theme](Make a new theme)
- [Create an Addon](Create an Addon)
GitHub