title | string | Page title displayed in the header and browser tab. | Yes | — |
description | string | Summary used in meta tags and search results. | Yes | — |
sidebarTitle | string | Override the title shown in the sidebar navigation. | Yes | — |
icon | string | Icon displayed next to the page title in the sidebar. | Yes | — |
iconType | "regular" | "solid" | "light" | "thin" | "sharp-solid" | "duotone" | "brands" | Icon style variant. | Yes | — |
mode | "default" | "wide" | "custom" | "frame" | "center" | Page layout mode. | Yes | "default" |
hidden | boolean | Hide this page from navigation. The page is still accessible via direct URL. | Yes | false |
deprecated | boolean | Mark the page as deprecated. Displays a deprecation badge. | Yes | false |
noindex | boolean | Prevent search engines from indexing this page. | Yes | false |
keywords | string[] | Additional keywords for search indexing. | Yes | — |
tag | string | Display a tag badge next to the page title. | Yes | — |
url | string | Override the navigation link to point to an external URL. | Yes | — |
hideApiMarker | boolean | Hide the API method badge on OpenAPI pages. | Yes | — |
hideFooterPagination | boolean | Hide the previous/next navigation at the bottom of the page. | Yes | — |