diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index eb66db26a4..cca6e34907 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -185,6 +185,20 @@ directory at `packages/app/src/components/techdocs`, and import and use it in /> ``` +And if your Header do not need access to specific metadata, you can just use +something like: + +```tsx + + {() =>
} + + } +/> +``` + ### Without Search By default, the TechDocsReaderPage includes a in-context SearchBar where you can