Skip to content

relativePath ignored #27

Description

@hackemate28-ux

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions