Skip to main content
ESC

Robindoc

Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React.js Server Components.

/docs/page.tsx
export const Documentation = () => {
return (
<RobinProvider>
<Header logo={<Logo />} />
<Main>
<Sidebar pathname="/docs" />
<Page pathname="/docs" />
</Main>
<Footer copyright="© 2024 All rights reserved" />
</RobinProvider>
);
};

The main goal of Robindoc is to create a system where you can fully reuse the existing markdown documentation within your projects.

No additional configuration is needed, while preserving the accessibility and clarity of the original documentation.

Advantages 

Additional 

Please consider giving a star if you like it, it shows that the package is useful and helps me continue work on this and other packages.

Feel free to create issues with requests, ideas, difficulties, etc. All of them will definitely be considered and thought over.

License 

MIT 

Next
Getting Started
Return to navigation