How to hide description content from the main contents fr Docs module #116
Replies: 4 comments 3 replies
-
|
What about just removing the The summary should be used if description is no set. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, but I would like to keep the description there so that when, for example, the module-1 nav bar is clicked, all the file titles are shown along with the description. However, when file contents are to be shown, I want to hide them. Let me know if I need to use any hooks for this purpose and how, thanks |
Beta Was this translation helpful? Give feedback.
-
|
If you insist to do so, you can either track this issue hbstack/docs#1024 (may not happen fast), or create |
Beta Was this translation helpful? Give feedback.
-
|
Available since docs module v0.24.0, to hide it via setting ---
hide_subtitle: true
--- |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I am using the HBStack docs module to build documentation sites. The sidebar/content panel correctly displays the title and description (summary) of each file, which is the intended behavior.
However, when I click on a file to view its content, the main content area also displays the description at the top of the page. This results in the description being shown again. I would like to have the option to hide the description in the main content area, so that it only appears in the sidebar/content panel. The reason is that I already have a summary present at the top to show what the document is about. Is there any way I can hide the description from being shown
Beta Was this translation helpful? Give feedback.
All reactions