Title
Create new category
Edit page index title
Edit category
Edit link
Popular Customisations
You can customise your docs using Custom CSS and Custom Javascript. Below are some of the most used customisations:
Hide version selector/picker
Hide section/documentation selector/picker
Make top navigation sticky
Only apply this customisation for the original UI. For Next UI, there's a setting under Project Settings > Customisations to enable it.
When navigation is sticky, the scrolling behaviour must be modified in order for headings not to hide under the navigation when it is scrolled to. Add the following to Custom HEAD tags to modify scrolling offsets:
Decrease top navigation links font-size
Use if the titles are too long and they're breaking into two lines.
Move index and table of contents to edges of screen
This is enabled by default now.
Set theme automatically according to user preferences
Place in Custom HEAD tags. Only use one of the if conditions.
Append contact us to search box on no results
Place in Custom HEAD tags.
Hide version warning banner for a specific version
Place in Custom HEAD tags.
Collapse Section Picker into Dropdown on Next UI
Place in Custom CSS.
Blur Top Navigation Bar
Place is Custom CSS. You might need to handle light theme separately.
Staging Environment