Add config option to hide header tabs on certain pages #5814
Labels
feature
Requests for new features.
product/docs
Fern Docs which builds and hosts a developer documentation site
Feature Description
In the metadata of an article / mdx file, add an option to hide the header tabs of a navigation bar.
Use Case
Use this option this to create more customizable landing pages.
Proposed Experience (Optional)
In an article's metadata:
And it'd render:
Alternatives Considered (Optional)
Currently, I have client side Javascript that sets the display of
nav.fern-header-tabs
tonone
and the height of.fern-theme-default.fern-container .fern-header-container
toauto
, but the nav bar still flashes momentarily.This is unideal though and occasionally the nav bar hides too slowly and users notice it disappear.
The text was updated successfully, but these errors were encountered: