mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 17:54:22 +02:00
bugfix: autoscroll to top for docsify screen
This commit is contained in:
@@ -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
2841
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
Reference in New Issue
Block a user