From ef580bb5ba22f22e1f9f1889d208336d12671501 Mon Sep 17 00:00:00 2001 From: Jakob K Date: Fri, 23 Apr 2021 19:05:14 +0000 Subject: [PATCH] Create index.md --- guide/docs/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 guide/docs/index.md diff --git a/guide/docs/index.md b/guide/docs/index.md new file mode 100644 index 00000000..c09ef3ff --- /dev/null +++ b/guide/docs/index.md @@ -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).