Skip to content

Commit

Permalink
feat: use jsdelivr to load markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
neoFelhz committed Sep 1, 2017
1 parent 4f7468b commit c516e2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</body>
<script>
window.$docsify = {
name: '<b>Material Theme</b><br>Verison: 1.4.5',
name: '<b>Material Theme</b><br>Verison: 1.5.0',
nameLink: {
'/en/': '/#/en/',
'/': '/'
Expand Down Expand Up @@ -61,6 +61,9 @@
loadSidebar: '_sidebar.md',
subMaxLevel: 2,
autoHeader: true,

// use jsdelivr load markdown file
basePath: 'https://cdn.jsdelivr.net/gh/neko-dev/[email protected]/docs/',
}
</script>
<script src="https://cdnjs.cat.net/ajax/libs/docsify/4.3.1/docsify.min.js"></script>
Expand Down

0 comments on commit c516e2f

Please sign in to comment.