Skip to content

Commit 475830f

Browse files
committed
fix dead docs link and add dark reader meta tag
1 parent 93102f8 commit 475830f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/api/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ When `identifier` is used, Lavalink will try to resolve the identifier as a sing
751751

752752
Response:
753753

754-
[Player](#Player) object
754+
[Player](#player) object
755755

756756
<details markdown="1">
757757
<summary>Example Payload</summary>

docs/overrides/main.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
{%- block extrahead -%}
2+
<meta name="darkreader" content="">
3+
{%- endblock -%}
4+
15
{% extends "base.html" %}
26

37
{% block announce %}

0 commit comments

Comments
 (0)