Add migration guide for new popover handling
[GitHub/WoltLab/woltlab.github.io.git] / index.md
1 ---
2 title: WoltLab Suite 5.3 Documentation
3 sidebar: sidebar
4 permalink: index.html
5 toc: false
6 ---
7
8 ## Introduction
9
10 This documentation explains the basic API functionality and the creation of own packages. It is expected that you are somewhat experienced with [PHP](https://en.wikipedia.org/wiki/PHP), [Object-oriented programming](https://en.wikipedia.org/wiki/Object-oriented_programming) and [MySQL](https://en.wikipedia.org/wiki/MySQL).
11
12 Head over to the [quick start tutorial][getting-started_quick-start] to learn more.
13
14 ## About WoltLab Suite 5.3
15
16 The [WoltLab Suite Core](https://github.com/WoltLab/WCF) as well as most of the other packages are available on [github.com/WoltLab/](https://github.com/WoltLab) and are licensed under the terms of the [GNU Lesser General Public License 2.1](https://github.com/WoltLab/WCF/blob/master/LICENSE).
17
18 You can edit this documentation by visiting the edit link on each page, it is also available on [GitHub](https://github.com/WoltLab/woltlab.github.io).
19
20 {% include links.html %}