Which event to hook to modify footer links? #4485
Unanswered
lanmaster53
asked this question in
Q&A
Replies: 1 comment
-
This is a general MkDocs question, so better ask it on MkDocs' discussion board. |
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.
-
I built an extension that uses the
on_env
event to sort the TOC by page name. Apparently, this event is the first place I can access the nav object after the page names have been created. Anyway, no matter what I do to the TOC, the footer links always show the prev/next links as if the pages were never sorted. Where are the footer links established? Do they not use the nav object? If not, where and from what are they determined? Thanks!Beta Was this translation helpful? Give feedback.
All reactions