How to set the nav title and header-title separately. #2565
Answered
by
squidfunk
michaelcrook
asked this question in
Q&A
-
I am trying to change the nav title to "Table of Contents", currently it uses the site_name from the mkdocs.yml file so I am looking to separate the nav title from the header-title/site_name while making it easy to localize in the future. Any suggestions on the best way to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Apr 15, 2021
Replies: 1 comment 1 reply
-
The easiest way is to override |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The easiest way is to override
nav.html
(see the customization guide) and set your title there.