mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 01:34:15 +02:00
Trivial: Enable relativePath conf in docsify
This configuration solves "404 - Not found" issues browsing files using "docsify serve" command for offline access. See configuration details on docsify documentation: - https://docsify.js.org/#/configuration?id=relativepath
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user