diff --git a/docs/core/index.md b/docs/core/index.md index cb4a834..d622eab 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -723,7 +723,8 @@ There are three types of query results: You may query for results by using `HelpHandler.query(HelpQuery)`. The help handler does not display any information, this is instead done by a `HelpRenderer`. `cloud-core` does not contain any implementations of the help renderer as this is highly platform-specific, -but `cloud-minecraft-extras` contains an opinionated implementation of the help system for Minecraft. +but [cloud-minecraft-extras](../minecraft/minecraft-extras.md#minecraft-help) +contains an opinionated implementation of the help system for Minecraft. You can find examples on GitHub for either [Builders](https://github.com/Incendo/cloud-minecraft/blob/master/examples/example-bukkit/src/main/java/cloud/commandframework/examples/bukkit/builder/feature/HelpExample.java) or diff --git a/docs/discord/discord4j.md b/docs/discord/discord4j.md index 12dc1e7..86b5039 100644 --- a/docs/discord/discord4j.md +++ b/docs/discord/discord4j.md @@ -6,7 +6,7 @@ An example bot using cloud-discord4j can be found [here](https://github.com/Ince ## Installation -Cloud Annotations is available through [Maven Central](https://search.maven.org/search?q=cloud.commandframework). +Cloud for Discord4J is available through [Maven Central](https://search.maven.org/search?q=org.incendo). === "Maven" diff --git a/docs/discord/jda5.md b/docs/discord/jda5.md index e87fa0e..279422b 100644 --- a/docs/discord/jda5.md +++ b/docs/discord/jda5.md @@ -6,7 +6,7 @@ An example bot using cloud-jda5 can be found [here](https://github.com/Incendo/c ## Installation -Cloud Annotations is available through [Maven Central](https://search.maven.org/search?q=cloud.commandframework). +Cloud for JDA5 is available through [Maven Central](https://search.maven.org/search?q=org.incendo). === "Maven" diff --git a/docs/discord/kord.md b/docs/discord/kord.md index 1065f46..3e0a71f 100644 --- a/docs/discord/kord.md +++ b/docs/discord/kord.md @@ -6,7 +6,7 @@ An example bot using cloud-kord can be found [here](https://github.com/Incendo/c ## Installation -Cloud Annotations is available through [Maven Central](https://search.maven.org/search?q=cloud.commandframework). +Cloud for Kord is available through [Maven Central](https://search.maven.org/search?q=org.incendo). === "Maven" diff --git a/docs/minecraft/index.md b/docs/minecraft/index.md index 77c38c7..6c6f88e 100644 --- a/docs/minecraft/index.md +++ b/docs/minecraft/index.md @@ -4,15 +4,15 @@
-- [Brigadier](./brigadier.md) -- [Minecraft Extras](./minecraft-extras.md) -- [Bukkit](./bukkit.md) -- [Paper](./paper.md) -- [Velocity](./velocity.md) -- [BungeeCord](./bungee.md) -- [NeoForge](./neoforge.md) -- [Fabric](./fabric.md) -- [Sponge](./sponge.md) -- [Cloudburst](./cloudburst.md) +- [Brigadier](./brigadier.md): Brigadier integration +- [Minecraft Extras](./minecraft-extras.md): Optional additions +- [Bukkit](./bukkit.md): Basic Bukkit integration +- [Paper](./paper.md): Paper/Spigot integration +- [Velocity](./velocity.md): Velocity integration +- [BungeeCord](./bungee.md): BungeeCord integration +- [NeoForge](./neoforge.md): NeoForge integration +- [Fabric](./fabric.md): Fabric integration +- [Sponge](./sponge.md): Sponge integration +- [Cloudburst](./cloudburst.md): CloudBurst integration
diff --git a/mkdocs.yml b/mkdocs.yml index b12e109..ad4f17f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,7 @@ nav: - Cloud: - Cloud: index.md - "Cloud v2": cloud-v2.md - - "Cloud v1 docs": https://github.com/Incendo/cloud/tree/1.9.0-dev/docs + - "Cloud v1 docs ⮺": https://github.com/Incendo/cloud/tree/1.9.0-dev/docs - cloud-core: - cloud-core: core/index.md - cloud-annotations: @@ -21,8 +21,8 @@ nav: - cloud-discord: - cloud-discord: discord/index.md - cloud-discord4j: discord/discord4j.md - - cloud-javacord: discord/javacord.md - - cloud-jda: discord/jda.md + - "cloud-javacord ⮺": https://github.com/Incendo/cloud-discord/tree/master/cloud-javacord + - "cloud-jda ⮺": https://github.com/Incendo/cloud-discord/tree/master/cloud-jda - cloud-jda5: discord/jda5.md - cloud-kord: discord/kord.md - cloud-minecraft: @@ -38,11 +38,11 @@ nav: - cloud-fabric: minecraft/fabric.md - cloud-neoforge: minecraft/neoforge.md - cloud-spring: - - cloud-spring: https://github.com/incendo/cloud-spring + - "cloud-spring ⮺": https://github.com/incendo/cloud-spring - cloud-processors: - - confirmation: https://github.com/Incendo/cloud-processors/tree/master/cloud-processors-confirmation - - cooldown: https://github.com/Incendo/cloud-processors/tree/master/cloud-processors-cooldown - - requirements: https://github.com/Incendo/cloud-processors/tree/master/cloud-processors-requirements + - "confirmation ⮺": https://github.com/Incendo/cloud-processors/tree/master/cloud-processors-confirmation + - "cooldown ⮺": https://github.com/Incendo/cloud-processors/tree/master/cloud-processors-cooldown + - "requirements ⮺": https://github.com/Incendo/cloud-processors/tree/master/cloud-processors-requirements - Other: - cloud-irc: other/irc.md theme: