{"id":18010259,"url":"https://github.com/alexdln/robindoc","last_synced_at":"2026-01-29T23:10:44.265Z","repository":{"id":257807357,"uuid":"829570204","full_name":"alexdln/robindoc","owner":"alexdln","description":"Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React Server Components","archived":false,"fork":false,"pushed_at":"2026-01-13T22:08:39.000Z","size":2524,"stargazers_count":11,"open_issues_count":19,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T22:21:49.866Z","etag":null,"topics":["documentation","documentation-generator","documentation-tool","nextjs","react","remix","servercomponents"],"latest_commit_sha":null,"homepage":"https://robindoc.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexdln.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-16T17:43:35.000Z","updated_at":"2026-01-13T20:10:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"7aded5df-b74e-46b7-93e2-d6ca7c695b02","html_url":"https://github.com/alexdln/robindoc","commit_stats":null,"previous_names":["vordgi/robindoc","alexdln/robindoc"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/alexdln/robindoc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdln%2Frobindoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdln%2Frobindoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdln%2Frobindoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdln%2Frobindoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexdln","download_url":"https://codeload.github.com/alexdln/robindoc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexdln%2Frobindoc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","documentation-generator","documentation-tool","nextjs","react","remix","servercomponents"],"created_at":"2024-10-30T02:13:29.549Z","updated_at":"2026-01-29T23:10:44.258Z","avatar_url":"https://github.com/alexdln.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[robin.title]: # \"Introduction\"\n[robin.description]: # \"Robindoc is a framework for automatically creating documentation websites based on markdown files, built on React.js Server Components\"\n\n# Robindoc\n\n\u003c!---robin--\u003e\n\nRead the documentation in a convenient interface at [robindoc.com/docs](https://robindoc.com/docs)\n\n\u003c!---/robin--\u003e\n\n\u003c!---robin PackageLinks /--\u003e\n\nRobindoc is a framework for automatically creating documentation websites based on markdown files, built on React Server Components.\n\n```tsx filename=\"app/docs/page.tsx\" switcher tab=\"TypeScript\" clone=\"jsx|JavaScript|app/docs/page.jsx\"\nconst DocumentationPage = () =\u003e (\n  \u003cRobinProvider\u003e\n    \u003cHeader logo={\u003cLogo /\u003e} /\u003e\n    \u003cDocsContainer\u003e\n      \u003cSidebar pathname=\"/docs\" /\u003e\n      \u003cPage pathname=\"/docs\" /\u003e\n    \u003c/DocsContainer\u003e\n    \u003cFooter copyright=\"© 2026 All rights reserved\" /\u003e\n  \u003c/RobinProvider\u003e\n);\n```\n\nThe main goal of Robindoc is to create a system where you can fully reuse the existing markdown documentation within your projects.\n\nNo additional configuration is needed, while preserving the accessibility and clarity of the original documentation.\n\n## Advantages\n\n- Works on React.js Server Components (RSC). More details in the section \"[App Organization](./docs/01-getting-started/04-app-organization.md)\";\n- Full support for next.js v14 and next.js v15. More details in the section \"[App Organization](./docs/01-getting-started/04-app-organization.md)\";\n- Zero configuration of the project, bundler, or markdown documents. More details in the section \"[Customization](./docs/03-customization/README.md)\";\n- Supports loading content from various sources, including GitHub. More details in the section \"[Data Source](./docs/02-structure/03-data-source.md)\";\n- Supports fully automatic documentation generation, as well as custom generation. More details in the section \"[Structure](./docs/02-structure/README.md)\";\n- Supports JSX/HTML and special Robin components for all sources. More details in the section \"[Writing MD](./docs/01-getting-started/02-writing-md.md)\";\n- Fully isolated - does not provide any global styles and does not affect anything extra inside the documentation. Can be safely used inside any other service with any libraries. More details in the section \"[Isolation](./docs/01-getting-started/04-app-organization.md#isolation)\";\n- Optimized for metrics and accessibility.\n\n## Additional\n\nPlease 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.\n\nFeel free to create issues with requests, ideas, difficulties, etc. All of them will definitely be considered and thought over.\n\n## License\n\n[MIT](https://github.com/alexdln/robindoc/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdln%2Frobindoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexdln%2Frobindoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexdln%2Frobindoc/lists"}