Merge pull request #109 from ianychoi/fix-relative-path

Trivial: Enable relativePath conf in docsify
pull/116/head
Jen Looper 4 years ago committed by GitHub
commit e673998d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,8 @@
<script>
window.$docsify = {
name: 'Web Development for Beginners: A Curriculum',
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners'
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners',
relativePath: true
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>

Loading…
Cancel
Save