bugfix: autoscroll to top for docsify screen

This commit is contained in:
Jen Looper
2021-11-24 10:26:32 -05:00
parent 7ea26a72db
commit 19629619df
3 changed files with 2813 additions and 33 deletions

View File

@@ -14,7 +14,8 @@
window.$docsify = {
name: 'Web Development for Beginners: A Curriculum',
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners',
relativePath: true
relativePath: true,
auto2top: true
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>

2841
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
{
"name": "ml-for-beginners",
"name": "web-dev-for-beginners",
"version": "1.0.0",
"description": "Web Dev for Beginners - A Curriculum",
"main": "index.js",