mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
bump: 3.5.0
This commit is contained in:
parent
8f11653b41
commit
96bc09211e
@ -1,4 +1,10 @@
|
||||
|
||||
# 3.5.0 / 2017-03-25
|
||||
|
||||
* feat(route): auto remove .md extension
|
||||
* fix: adjust display on small screens [@jrappen](https://github.com/jrappen)
|
||||
* fix: navbar labels for German [@jrappen](https://github.com/jrappen)
|
||||
|
||||
# 3.4.4 / 2017-03-17
|
||||
|
||||
* fix(search): fix input style
|
||||
|
||||
@ -386,6 +386,7 @@ function toURL (path, params) {
|
||||
|
||||
route.query = merge({}, route.query, params);
|
||||
path = route.path + stringifyQuery(route.query);
|
||||
path = path.replace(/\.md/g, '');
|
||||
|
||||
return cleanPath('#/' + path)
|
||||
}
|
||||
|
||||
4
lib/docsify.min.js
vendored
4
lib/docsify.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user