From 33afdf21c174ee5635e79379a19aedfacccc630c Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Thu, 16 Dec 2021 11:48:01 -0500 Subject: [PATCH] autototop=true --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 7968f430..e0c8466f 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,8 @@ window.$docsify = { name: 'Machine Learning for Beginners', repo: 'https://github.com/Microsoft/ML-For-Beginners', - relativePath: true + relativePath: true, + auto2top: true, }