From 475830f15cefec750209403d6adb3b1895addfdc Mon Sep 17 00:00:00 2001 From: topi314 <git@topi.wtf> Date: Sat, 20 Jul 2024 12:30:04 +0200 Subject: [PATCH] fix dead docs link and add dark reader meta tag --- docs/api/rest.md | 2 +- docs/overrides/main.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/rest.md b/docs/api/rest.md index 27daf6930..4f94fdd59 100644 --- a/docs/api/rest.md +++ b/docs/api/rest.md @@ -751,7 +751,7 @@ When `identifier` is used, Lavalink will try to resolve the identifier as a sing Response: -[Player](#Player) object +[Player](#player) object <details markdown="1"> <summary>Example Payload</summary> diff --git a/docs/overrides/main.html b/docs/overrides/main.html index af7d54ba8..ccacc1186 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -1,3 +1,7 @@ +{%- block extrahead -%} + <meta name="darkreader" content=""> +{%- endblock -%} + {% extends "base.html" %} {% block announce %}