Просмотр исходного кода

Fix versioned links in the docs

DarthSim 2 лет назад
Родитель
Сommit
481ab3b78f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      docs/assets/docsify-init.js

+ 1 - 0
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",