From ea2f2228c58c75290b41f5d648d378abb6f93245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Sun, 21 Jan 2024 22:05:20 +0100 Subject: [PATCH] feat: prettier index pages --- docs/discord/index.md | 31 +++++++++++++++++++------------ docs/kotlin/index.md | 6 +++++- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/docs/discord/index.md b/docs/discord/index.md index ea78c89..f8fe877 100644 --- a/docs/discord/index.md +++ b/docs/discord/index.md @@ -1,17 +1,24 @@ # cloud-discord -The [cloud-discord](https://github.com/incendo/cloud-discord) repository houses several different modules: +## Modules -- [cloud-discord-common](https://github.com/Incendo/cloud-discord/tree/master/cloud-discord-common): - Common utilities for the Discord implementations - Notably, the module contains tooling for integrating with slash commands. -- [cloud-jda](./jda.md): Integration for JDA4. No slash command support. -- [cloud-jda5](./jda5.md): Integration for JDA5 slash commands. -- [cloud-kord](./kord.md): Integration for Kord slash commands. -- [cloud-javacord](./javacord.md): Integration for Javacord. +
-Example modules: +- [Discord4J](discord4j.md) +- [Kord](kord.md) +- [JDA5](jda5.md) +- [JDA (Legacy)](jda.md) +- [Javacord (Legacy)](javacord.md) +- [:material-github: Source Code](https://github.com/incendo/cloud-discord) -- [example-discord4j](https://github.com/Incendo/cloud-discord/tree/master/examples/example-discord4j): Example bot using Discord4J. -- [example-jda5](https://github.com/Incendo/cloud-discord/tree/master/examples/example-jda5): Example bot using JDA5. -- [example-kord](https://github.com/Incendo/cloud-discord/tree/master/examples/example-kord): Example bot using Kord. +
+ +### Example modules + +
+ +- [Discord4J Examples](https://github.com/Incendo/cloud-discord/tree/master/examples/example-discord4j) +- [JDA5 Examples](https://github.com/Incendo/cloud-discord/tree/master/examples/example-jda5) +- [Kord Examples](https://github.com/Incendo/cloud-discord/tree/master/examples/example-kord) + +
diff --git a/docs/kotlin/index.md b/docs/kotlin/index.md index 6d82929..31b9b9d 100644 --- a/docs/kotlin/index.md +++ b/docs/kotlin/index.md @@ -1,7 +1,11 @@ # cloud-kotlin -Cloud has three different modules for Kotlin: +## Modules + +
- [cloud-kotlin-coroutines-annotations](./annotations.md) - [cloud-kotlin-coroutines](./coroutines.md) - [cloud-kotlin-extensions](./extensions.md) + +