Component
Docs
Priority
P2 - Medium (Would be helpful)
SDK Language(s)
No response
Feature Description
Feature: When I add a subsection within a main section in the navigation, I'd like to bold the section title.
Why: This makes the section titles stand out. As part of my documentation style, I don't connect section titles to topics. They just open the sections. So, I'd like to differentiate them from the topic titles.
How: Maybe add another setting, in addition to "collapsed", that allows you to make the title bold. It could default to not bold.
Any alternatives?
When I asked Ask Fern about this, it said:
However, you could achieve this using custom CSS by targeting the .fern-sidebar-heading-content selector. By default, sidebar section headings already have font-weight: 600, but you could use more targeted CSS if you need to differentiate nested subsections.
Since there's no way to scope the CSS to a specific named section via docs.yml, you'd need a custom CSS workaround, and there's no direct selector for targeting a specific section by name. This would be a feature request rather than something currently supported out of the box.
I'm willing to use CSS if it's possible.
Are you interested in contributing this feature?
No
Component
Docs
Priority
P2 - Medium (Would be helpful)
SDK Language(s)
No response
Feature Description
Feature: When I add a subsection within a main section in the navigation, I'd like to bold the section title.
Why: This makes the section titles stand out. As part of my documentation style, I don't connect section titles to topics. They just open the sections. So, I'd like to differentiate them from the topic titles.
How: Maybe add another setting, in addition to "collapsed", that allows you to make the title bold. It could default to not bold.
Any alternatives?
When I asked Ask Fern about this, it said:
However, you could achieve this using custom CSS by targeting the .fern-sidebar-heading-content selector. By default, sidebar section headings already have font-weight: 600, but you could use more targeted CSS if you need to differentiate nested subsections.
Since there's no way to scope the CSS to a specific named section via docs.yml, you'd need a custom CSS workaround, and there's no direct selector for targeting a specific section by name. This would be a feature request rather than something currently supported out of the box.
I'm willing to use CSS if it's possible.
Are you interested in contributing this feature?
No