From bc2c72cf306243b0cf384b1df743c4be610823fb Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 3 Jun 2018 15:50:32 +0200 Subject: [PATCH] basePath for docsify --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index f42c79b..cfd820f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,6 +16,7 @@ window.$docsify = { name: 'flying-squid', repo: 'https://github.com/PrismarineJS/flying-squid', + basePath: 'https://rawgit.com/PrismarineJS/flying-squid/master/docs/', loadSidebar: true, subMaxLevel: 2, coverpage: true