From 9023ed1e7d0ecdb8973992c7b383a23598ac3a28 Mon Sep 17 00:00:00 2001 From: topi314 Date: Thu, 9 May 2024 10:34:08 +0200 Subject: [PATCH] fix some docs issues --- docs/api/rest.md | 2 +- docs/changelog/v4.md | 2 +- docs/mkdocs.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/rest.md b/docs/api/rest.md index 5810423c8..55be5f3ca 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -629,7 +629,7 @@ GET /v4/sessions/{sessionId}/players/{guildId} Response: -[Player](#Player) object +[Player](#player) object
Example Payload diff --git a/docs/changelog/v4.md b/docs/changelog/v4.md index 8f17b3035..715499a8a 100644 --- a/docs/changelog/v4.md +++ b/docs/changelog/v4.md @@ -91,7 +91,7 @@ !!! warning This is a beta release, and as such, may contain bugs. Please report any bugs you find to the [issue tracker](https://github.com/lavalink-devs/Lavalink/issues/new/choose). - For more info on the changes in this release, see [here](../api/index.md#v370---v400) + For more info on the changes in this release, see [here](./index.md#significant-changes) If you have any question regarding the changes in this release, please ask in the [support server]({{ discord_help }}) or [GitHub discussions](https://github.com/lavalink-devs/Lavalink/discussions/categories/q-a) Contributors: diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 15d9dadd4..5af084901 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -111,8 +111,8 @@ markdown_extensions: - pymdownx.tabbed: alternate_style: true - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.snippets: check_paths: true base_path: ../