-
My current MkDocs |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Jan 3, 2023
Replies: 1 comment 6 replies
-
Yes, you could override the mkdocs-material/src/partials/actions.html Lines 38 to 48 in c8fb426 Read our customization guide to learn how to override partials. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
MagicLike
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you could override the
actions
partial and adjust the URLs manually, specifically here:mkdocs-material/src/partials/actions.html
Lines 38 to 48 in c8fb426
Read our customization guide to learn how to override partials.