Skip to main content
ESC

RobinProvider

RobinProvider is the general provider for Robindoc documentation. It contains all the necessary contexts, settings, scripts, etc. The application must be wrapped in this provider!

import { RobinProvider } from "robindoc";

export const Layout = ({ children }) => {
return <RobinProvider>{/* ... */}</RobinProvider>;
};

Usage 

For more details on using RobinProvider, refer to the section App organization.

Previous
Page
Next
Sidebar
Return to navigation