From 481ab3b78f73a8f6b6219e0f4b9be6f0917a5d55 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Thu, 1 Sep 2022 20:53:17 +0600 Subject: [PATCH] Fix versioned links in the docs --- docs/assets/docsify-init.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/assets/docsify-init.js b/docs/assets/docsify-init.js index 04a86b08..9171d814 100644 --- a/docs/assets/docsify-init.js +++ b/docs/assets/docsify-init.js @@ -42,6 +42,7 @@ window.$docsify = { nameLink: false, repo: 'https://github.com/imgproxy', loadSidebar: true, + relativePath: true, subMaxLevel: 2, auto2top: true, routerMode: window.DOCSIFY_ROUTER_MODE || "hash",