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, }