-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into docsify-class
* develop: docs: removed codefund docs and plugin (#1262) docs: remove bundle size from the home page and documentation (#1257) fix: search can not search the table header (#1256) fix: after setting the background image, the button is obscured (#1234) Fix: fixed onlycover flag in mobile (#1243) fix: Updated docs with instructions for installing specific version (fixes #780) (#1225) fix: Add error handling for missing dependencies (fixes #1210) (#1232) [documdocs: deploy docsify in docker. (#1241) docs: Add embed gist instructions to Embed Files (fixes #932 ) (#1238) chore: add changelog 4.11.4 [build] 4.11.4 feat: added html sanitizer for remote rendering (#1128)
- Loading branch information
Showing
24 changed files
with
996 additions
and
931 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,123 +1,111 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>docsify-e2e-tests</title> | ||
<link rel="icon" href="_media/favicon.ico" /> | ||
<meta | ||
name="google-site-verification" | ||
content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" | ||
/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta | ||
name="keywords" | ||
content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages" | ||
/> | ||
<meta name="description" content="A magical documentation generator." /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0, minimum-scale=1.0" | ||
/> | ||
<link rel="stylesheet" href="lib/themes/vue.css" title="vue" /> | ||
<link rel="stylesheet" href="lib/themes/dark.css" title="dark" disabled /> | ||
<link rel="stylesheet" href="lib/themes/buble.css" title="buble" disabled /> | ||
<link rel="stylesheet" href="lib/themes/pure.css" title="pure" disabled /> | ||
<script src="//unpkg.com/docsify-plugin-codefund/index.js"></script> | ||
<style> | ||
nav.app-nav li ul { | ||
min-width: 100px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div id="app">Loading Docsify e2e tests suite...</div> | ||
<script> | ||
window.$docsify = { | ||
alias: { | ||
'.*?/awesome': | ||
'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md', | ||
'.*?/changelog': | ||
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md', | ||
'/.*/_navbar.md': '/_navbar.md', | ||
'/zh-cn/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1', | ||
'/de-de/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', | ||
'/ru/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', | ||
'/es/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' | ||
}, | ||
auto2top: true, | ||
coverpage: true, | ||
executeScript: true, | ||
loadSidebar: true, | ||
loadNavbar: true, | ||
mergeNavbar: true, | ||
maxLevel: 4, | ||
subMaxLevel: 2, | ||
ga: 'UA-106147152-1', | ||
matomo: { | ||
host: '//matomo.thunderwave.de', | ||
id: 6 | ||
}, | ||
name: 'docsify', | ||
search: { | ||
noData: { | ||
'/de-de/': 'Keine Ergebnisse!', | ||
'/zh-cn/': '没有结果!', | ||
'/': 'No results!' | ||
}, | ||
paths: 'auto', | ||
placeholder: { | ||
'/de-de/': 'Suche', | ||
'/zh-cn/': '搜索', | ||
'/': 'Search' | ||
} | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>docsify-e2e-tests</title> | ||
<link rel="icon" href="_media/favicon.ico" /> | ||
<meta name="google-site-verification" content="6t0LoIeFksrjF4c9sqUEsVXiQNxLp2hgoqo0KryT-sE" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<meta name="keywords" content="doc,docs,documentation,gitbook,creator,generator,github,jekyll,github-pages" /> | ||
<meta name="description" content="A magical documentation generator." /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> | ||
<link rel="stylesheet" href="lib/themes/vue.css" title="vue" /> | ||
<link rel="stylesheet" href="lib/themes/dark.css" title="dark" disabled /> | ||
<link rel="stylesheet" href="lib/themes/buble.css" title="buble" disabled /> | ||
<link rel="stylesheet" href="lib/themes/pure.css" title="pure" disabled /> | ||
<style> | ||
nav.app-nav li ul { | ||
min-width: 100px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div id="app">Loading Docsify e2e tests suite...</div> | ||
<script> | ||
window.$docsify = { | ||
alias: { | ||
'.*?/awesome': | ||
'https://raw.githubusercontent.com/docsifyjs/awesome-docsify/master/README.md', | ||
'.*?/changelog': | ||
'https://raw.githubusercontent.com/docsifyjs/docsify/master/CHANGELOG.md', | ||
'/.*/_navbar.md': '/_navbar.md', | ||
'/zh-cn/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-zh/master/$1', | ||
'/de-de/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-de/master/$1', | ||
'/ru/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-ru/master/$1', | ||
'/es/(.*)': | ||
'https://raw.githubusercontent.com/docsifyjs/docs-es/master/$1' | ||
}, | ||
auto2top: true, | ||
coverpage: true, | ||
executeScript: true, | ||
loadSidebar: true, | ||
loadNavbar: true, | ||
mergeNavbar: true, | ||
maxLevel: 4, | ||
subMaxLevel: 2, | ||
ga: 'UA-106147152-1', | ||
matomo: { | ||
host: '//matomo.thunderwave.de', | ||
id: 6 | ||
}, | ||
name: 'docsify', | ||
search: { | ||
noData: { | ||
'/de-de/': 'Keine Ergebnisse!', | ||
'/zh-cn/': '没有结果!', | ||
'/': 'No results!' | ||
}, | ||
formatUpdated: '{MM}/{DD} {HH}:{mm}', | ||
plugins: [ | ||
function(hook, vm) { | ||
hook.beforeEach(function(html) { | ||
if (/githubusercontent\.com/.test(vm.route.file)) { | ||
url = vm.route.file | ||
.replace('raw.githubusercontent.com', 'github.com') | ||
.replace(/\/master/, '/blob/master') | ||
} else { | ||
url = | ||
'https://github.com/docsifyjs/docsify/blob/master/docs/' + | ||
vm.route.file | ||
} | ||
var editHtml = '[:memo: Edit Document](' + url + ')\n' | ||
return ( | ||
editHtml + | ||
html + | ||
'\n\n----\n\n' + | ||
'<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>' | ||
) | ||
}) | ||
} | ||
] | ||
} | ||
</script> | ||
<script src="lib/docsify.min.js"></script> | ||
<script src="lib/plugins/search.min.js"></script> | ||
<script src="lib/plugins/ga.min.js"></script> | ||
<script src="lib/plugins/matomo.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script> | ||
paths: 'auto', | ||
placeholder: { | ||
'/de-de/': 'Suche', | ||
'/zh-cn/': '搜索', | ||
'/': 'Search' | ||
} | ||
}, | ||
formatUpdated: '{MM}/{DD} {HH}:{mm}', | ||
plugins: [ | ||
function (hook, vm) { | ||
hook.beforeEach(function (html) { | ||
if (/githubusercontent\.com/.test(vm.route.file)) { | ||
url = vm.route.file | ||
.replace('raw.githubusercontent.com', 'github.com') | ||
.replace(/\/master/, '/blob/master') | ||
} else { | ||
url = | ||
'https://github.com/docsifyjs/docsify/blob/master/docs/' + | ||
vm.route.file | ||
} | ||
var editHtml = '[:memo: Edit Document](' + url + ')\n' | ||
return ( | ||
editHtml + | ||
html + | ||
'\n\n----\n\n' + | ||
'<a href="https://docsify.js.org" target="_blank" style="color: inherit; font-weight: normal; text-decoration: none;">Powered by docsify</a>' | ||
) | ||
}) | ||
} | ||
] | ||
} | ||
</script> | ||
<script src="lib/docsify.min.js"></script> | ||
<script src="lib/plugins/search.min.js"></script> | ||
<script src="lib/plugins/ga.min.js"></script> | ||
<script src="lib/plugins/matomo.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-markdown.min.js"></script> | ||
<script src="//unpkg.com/prismjs/components/prism-nginx.min.js"></script> | ||
|
||
<script> | ||
;((window.gitter = {}).chat = {}).options = { | ||
<script> | ||
; ((window.gitter = {}).chat = {}).options = { | ||
room: 'docsifyjs/Lobby' | ||
} | ||
</script> | ||
<script | ||
src="https://sidecar.gitter.im/dist/sidecar.v1.js" | ||
async | ||
defer | ||
></script> | ||
</body> | ||
</html> | ||
</script> | ||
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.