SideBar Title

Get Started

File Structure

Edit Navbar

To edit the Navbar of the Home , you can edit the Navbar.tsx file in the Components folder.

Edit Sidebar

You can costimize the sidebar from the source.ts file in the Utils folder.
Her you can add links in the sidebar as well as define the tree of the docs.

Add Docs Pages

To add a new page, you can create a new .mdx file in the Content folder and can define them in the source.ts file in a page Tree.

Switch Folders

You can Switch the folders in the docs using the sidebar RootToogle component present in the layout.tsx file in the docs folder.

On this page