Skip to content

Commit

Permalink
fix some docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed May 9, 2024
1 parent a96d69f commit 9023ed1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/api/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ GET /v4/sessions/{sessionId}/players/{guildId}

Response:

[Player](#Player) object
[Player](#player) object

<details markdown="1">
<summary>Example Payload</summary>
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ../
Expand Down

0 comments on commit 9023ed1

Please sign in to comment.