Docs
Root ProviderRoot Provider
The context provider of Next Docs UI.
The context provider of all the components, including next-themes
and context
for search dialog. It should be located at the root layout.
Usage
Search Dialog
You can customize the search dialog from the root provider.
Prop | Type | Default |
---|---|---|
SearchDialog | React.FC<SearchDialogProps> | - |
links | [string, string][] | - |
Last updated on