From fc8e0ae15cfee37a905f5d41682d07a851bc1661 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 28 Apr 2022 11:52:10 -0400 Subject: [PATCH] router mode makes links work! --- etc/docsify/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/docsify/index.html b/etc/docsify/index.html index 8ae047d1..e1371a19 100644 --- a/etc/docsify/index.html +++ b/etc/docsify/index.html @@ -20,7 +20,8 @@ repo: 'https://github.com/Microsoft/AI-For-Beginners', relativePath: false, basePath: 'https://raw.githubusercontent.com/microsoft/ai-for-beginners/main/', - auto2top: true + auto2top: true, + routerMode: 'history' }