Closed AndroidDesigner closed 1 week ago
Hi @AndroidDesigner , looks like you are missing the navbar config in your index.html file. Try adding loadNavbar: true,
after your loadSidebar config?
Hi @AndroidDesigner , looks like you are missing the navbar config in your index.html file. Try adding
loadNavbar: true,
after your loadSidebar config?
Yes, I added loadNavbar: true
but nothing changed again.
I removed the <script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
and everything works fine now.
So you should remove this script tag from the cover page
documentation.
Another problem:
Now the navbar is shown in the cover page, but scrolling the cover page to the content will hide it again and needs refresh the content page (http://localhost:3000/#/
URL) manually to show navbar.
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//unpkg.com/docsify-rtl/build/index.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
cdn.jsdelivr.net/npm/docsify@4
and cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js
These two are the same and do not need to be reintroduced.
Another problem: Now the navbar is shown in the cover page, but scrolling the cover page to the content will hide it again and needs refresh the content page (
http://localhost:3000/#/
URL) manually to show navbar.
That is expected behavior from what I recall.
Hello everyone. I carefully read the setup documentation, and everything seemed correct, but when I created a
cover page
, thenavbar
I had created doesn’t display. theindex.html
is as the below:what is the problem?