How can I hide the name of the navigation tabs on the side bar? #5513
Unanswered
hellojinwoo
asked this question in
Q&A
Replies: 1 comment
-
There's no way to do this with configuration. In your case there are no more pages under Regression, only a single section, but there might be, which is why this section is kept. In general, the first entry in the navigation bar is always the name of the section, which might be necessary for orientation because the tabs might be hidden. You can use additional CSS to hide it, though. |
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.
-
How can I hide
Regression
in the side bar?Currently my webpage looks as follows:

The following is the excerpt of my
mkdocs.yml
fileRegression
in the side bar, when I clicked theRegression
in the navigation bar.Beta Was this translation helpful? Give feedback.
All reactions