Skip to content

Commit

Permalink
chore: fix links & names
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret committed Jan 22, 2024
1 parent 6541441 commit 5ac445e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 21 deletions.
3 changes: 2 additions & 1 deletion docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/discord/discord4j.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- prettier-ignore -->
=== "Maven"
Expand Down
2 changes: 1 addition & 1 deletion docs/discord/jda5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- prettier-ignore -->
=== "Maven"
Expand Down
2 changes: 1 addition & 1 deletion docs/discord/kord.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!-- prettier-ignore -->
=== "Maven"
Expand Down
20 changes: 10 additions & 10 deletions docs/minecraft/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<div class="grid cards" markdown>

- [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

</div>
14 changes: 7 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5ac445e

Please sign in to comment.