-
Hi @squidfunk , I want to use the offline "site" package to deliver some doc with our products, but it was inconvenient when navigate to a internal link, as below, users need to click that index.html to open the link. So if I join the sponsor plan, and the insider version will fix this? How it will look like when I use the offline version. |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jun 7, 2022
Replies: 1 comment 1 reply
-
Thanks for asking! You need to set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
icebilly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for asking! You need to set
use_directory_urls
tofalse
inmkdocs.yml
😊 The offline plugin will do this automatically for you and make sure that search works when viewed viafile://
.