Create index.md

This commit is contained in:
Jakob K
2021-04-23 19:05:14 +00:00
parent a0a3d567d9
commit ef580bb5ba

9
guide/docs/index.md Normal file
View File

@@ -0,0 +1,9 @@
# KSpigot
KSpigot extends Spigot (and all of its forks) with additional functionality. This reaches from small extension functions, to features making use of Kotlin's language and finally to bigger APIs (e.g. the GUI API).
KSpigot is [at home on GitHub](https://github.com/bluefireoly/KSpigot). Feel free to contribute to the project.
## Setup
In order to get started, follow the [setup guide](setup/gradle.md).