From 394701269175a7c807e93430ee9c0b8ddb4bcd85 Mon Sep 17 00:00:00 2001 From: ilja Date: Mon, 29 May 2023 08:35:27 +0200 Subject: [PATCH] Fix warnings There were two warnings, these are now fixed. I moved the fonts folder into the css folder. Antother option was to change the relative path, but it seems that after changing it in the css file, the path got changed back when rebuilding the site. Maybe it needs to be changed somewhere else, idk, this worked. --- docs/docs/configuration/storing_remote_media.md | 2 +- docs/docs/{ => css}/fonts/Tiresias_Infofont.ttf | Bin docs/docs/{ => css}/fonts/Tiresias_PCfont.ttf | Bin 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/docs/{ => css}/fonts/Tiresias_Infofont.ttf (100%) rename docs/docs/{ => css}/fonts/Tiresias_PCfont.ttf (100%) diff --git a/docs/docs/configuration/storing_remote_media.md b/docs/docs/configuration/storing_remote_media.md index deb1651b8..a0f099a87 100644 --- a/docs/docs/configuration/storing_remote_media.md +++ b/docs/docs/configuration/storing_remote_media.md @@ -6,7 +6,7 @@ as soon as the post is received by your instance. ## Nginx -The following are excerpts from the [suggested nginx config](../../../installation/nginx/akkoma.nginx) that demonstrates the necessary config for the media proxy to work. +The following are excerpts from the [suggested nginx config](https://akkoma.dev/AkkomaGang/akkoma/src/branch/develop/installation/nginx/akkoma.nginx) that demonstrates the necessary config for the media proxy to work. A `proxy_cache_path` must be defined, for example: diff --git a/docs/docs/fonts/Tiresias_Infofont.ttf b/docs/docs/css/fonts/Tiresias_Infofont.ttf similarity index 100% rename from docs/docs/fonts/Tiresias_Infofont.ttf rename to docs/docs/css/fonts/Tiresias_Infofont.ttf diff --git a/docs/docs/fonts/Tiresias_PCfont.ttf b/docs/docs/css/fonts/Tiresias_PCfont.ttf similarity index 100% rename from docs/docs/fonts/Tiresias_PCfont.ttf rename to docs/docs/css/fonts/Tiresias_PCfont.ttf