Replies: 1 comment
-
My first idea: sounds like a caching problem. Make sure that the latest version of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a question: how can I locate the problem?
When I launch
mkdocs serve
locally (or domkdocs build
and open the resultingindex.html
in my browser), I see the "edit this page" pencil button on my docs pages. However, when the docs are built on CI (mkdocs build
) and the files are served via a hosting, the pencil buttons are missing.I haven't noticed other differences. Link to my Git repo works well in both places, as well as searching.
I can't share the docs fully because they are internal. But if some pieces are needed, I of course can consider sharing them.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions