We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I load my docs with express serving at localhost/docs/, with this config:
localhost/docs/
window.$docsify = { name: 'Foobar', repo: 'foo/bar', homepage: 'home.md', maxLevel: 3, executeScript: true, loadSidebar: '_sidebar.md', subMaxLevel: 0, auto2top: true, routerMode: 'history', alias: { '/docs/.*/_sidebar.md': '/docs/_sidebar.md' } };
When I load the page:
/docs
localhost/docs.md
basePath: '/docs/'
http://localhost:8000/docs/docs/README.md
homepage
Maybe I'm doing something wrong :)
Best regards,
The text was updated successfully, but these errors were encountered:
@bodinsamuel Could you reproduce the error in a https://codesandbox.io/ example so others can help debug?
[Edit] @bodinsamuel see my answer here #720 (comment) . It might help.
Sorry, something went wrong.
Closing due to inactivity by the author. Hopefully #720 (comment) is the same issue ;)
No branches or pull requests
Hello,
I load my docs with express serving at
localhost/docs/
, with this config:When I load the page:
/docs
at startlocalhost/docs.md
basePath: '/docs/'
docsify try to loadhttp://localhost:8000/docs/docs/README.md
even ifhomepage
is set to something different.Maybe I'm doing something wrong :)
Best regards,
The text was updated successfully, but these errors were encountered: