mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
[build] 4.3.2
This commit is contained in:
parent
a0e1ea811a
commit
c9d556d829
@ -1,6 +1,6 @@
|
||||

|
||||
|
||||
# docsify <small>4.3.1</small>
|
||||
# docsify <small>4.3.2</small>
|
||||
|
||||
> A magical documentation site generator.
|
||||
|
||||
|
||||
@ -3210,7 +3210,7 @@ function scrollActiveSidebar (router) {
|
||||
href = router.parse(href).query.id;
|
||||
}
|
||||
|
||||
nav[decodeURIComponent(href)] = li;
|
||||
if (href) { nav[decodeURIComponent(href)] = li; }
|
||||
}
|
||||
|
||||
off('scroll', highlight);
|
||||
@ -3220,6 +3220,8 @@ function scrollActiveSidebar (router) {
|
||||
}
|
||||
|
||||
function scrollIntoView (id) {
|
||||
if (!id) { return }
|
||||
|
||||
var section = find('#' + id);
|
||||
section && scrollTo(section);
|
||||
|
||||
@ -3944,7 +3946,7 @@ initGlobalAPI();
|
||||
/**
|
||||
* Version
|
||||
*/
|
||||
Docsify.version = '4.3.1';
|
||||
Docsify.version = '4.3.2';
|
||||
|
||||
/**
|
||||
* Run Docsify
|
||||
|
||||
4
lib/docsify.min.js
vendored
4
lib/docsify.min.js
vendored
File diff suppressed because one or more lines are too long
@ -37,5 +37,5 @@
|
||||
"integrity": "sha1-6DWIAbhrg7F1YNTjw4LXrvIQCUQ="
|
||||
}
|
||||
},
|
||||
"version": "4.3.1"
|
||||
"version": "4.3.2"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "docsify-server-renderer",
|
||||
"version": "4.3.1",
|
||||
"version": "4.3.2",
|
||||
"description": "docsify server renderer",
|
||||
"author": {
|
||||
"name": "qingwei-li",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user