Show Markdown Headings in Left Nav Bar #1308
Answered
by
h-enk
freepicheep
asked this question in
Support
-
Is there a way to have markdown headings appear in the left nav bar? I know that you can have them in a separate right nav bar, but my client would like them in the left nav bar like this: |
Beta Was this translation helpful? Give feedback.
Answered by
h-enk
Nov 19, 2024
Replies: 1 comment 1 reply
-
Yes, there is, but not out of the box. You'd have to override the left sidebar. Id est, copy:
to:
Next, update for something like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
freepicheep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, there is, but not out of the box. You'd have to override the left sidebar.
Id est, copy:
node_modules/@thulite/doks-core/layouts/partials/sidebar/section-menu.html
and/ornode_modules/@thulite/doks-core/layouts/partials/sidebar/render-section-menu.html
to:
layouts/partials/sidebar/section-menu.html
andlayouts/partials/sidebar/render-section-menu.html
Next, update for something like this:
node_modules/@thulite/doks-core/layouts/partials/sidebar/docs-toc-desktop.html