What?
Hi, nice plugin!
When using this setup:
window.$docsify = {
name: 'FieldLogic',
relativePath: true,
routerMode: 'history',
loadSidebar: true,
loadNavbar: true,
subMaxLevel: 2,
homepage: 'user-guide.md',
loadFooter: '_footer.md',
...
and base url is https://domain/directory/index.html _footer is never found unless i specify the base url hardcoded. In example: loadFooter: './app-name/_footer.md',
Behavior?
It would be great if _footer is used with relativePath just like _sidebar or _navbar, so I dont have to hardcode manually a directory name
Alternatives?
No response
Additional context
No response
Code of Conduct
What?
Hi, nice plugin!
When using this setup:
window.$docsify = {
name: 'FieldLogic',
relativePath: true,
routerMode: 'history',
loadSidebar: true,
loadNavbar: true,
subMaxLevel: 2,
homepage: 'user-guide.md',
loadFooter: '_footer.md',
...
and base url is https://domain/directory/index.html _footer is never found unless i specify the base url hardcoded. In example: loadFooter: './app-name/_footer.md',
Behavior?
It would be great if _footer is used with relativePath just like _sidebar or _navbar, so I dont have to hardcode manually a directory name
Alternatives?
No response
Additional context
No response
Code of Conduct