From a4774a5e3f073479ad34afda81595caa871be0da Mon Sep 17 00:00:00 2001 From: Jakob K <52456572+bluefireoly@users.noreply.github.com> Date: Wed, 28 Apr 2021 17:27:12 +0200 Subject: [PATCH] Update index.md --- guide/docs/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/guide/docs/index.md b/guide/docs/index.md index c09ef3ff..337d8b9d 100644 --- a/guide/docs/index.md +++ b/guide/docs/index.md @@ -1,9 +1,15 @@ # 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 extends Spigot (and all of its forks) with additional functionality. This reaches from small extension functions, to features making use of Kotlin's language features 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). + +## Contribute to this documentation + +Contributions to the documentation are welcome, as it is written by the community itself. + +Create a fork of KSpigot and add new markdown files to `guide/docs/`, commit and push the changes and then create a pull request to the main project.