소스 검색

Fix versioned links in the docs

DarthSim 2 년 전
부모
커밋
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",