{"id":33914610,"url":"https://github.com/sanifhimani/docyard","last_synced_at":"2026-02-18T02:00:56.295Z","repository":{"id":322361305,"uuid":"1088471981","full_name":"sanifhimani/docyard","owner":"sanifhimani","description":"Generate beautiful documentation sites from Markdown","archived":false,"fork":false,"pushed_at":"2026-01-30T16:59:50.000Z","size":3296,"stargazers_count":27,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T09:40:51.479Z","etag":null,"topics":["documentation","ruby"],"latest_commit_sha":null,"homepage":"http://docyard.dev/","language":"Ruby","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/sanifhimani.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2025-11-03T02:19:41.000Z","updated_at":"2026-01-30T16:58:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sanifhimani/docyard","commit_stats":null,"previous_names":["sanifhimani/docyard"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/sanifhimani/docyard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanifhimani%2Fdocyard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanifhimani%2Fdocyard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanifhimani%2Fdocyard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanifhimani%2Fdocyard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanifhimani","download_url":"https://codeload.github.com/sanifhimani/docyard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanifhimani%2Fdocyard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29566366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T00:47:08.760Z","status":"online","status_checked_at":"2026-02-18T02:00:09.468Z","response_time":162,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","ruby"],"created_at":"2025-12-12T06:35:10.977Z","updated_at":"2026-02-18T02:00:56.275Z","avatar_url":"https://github.com/sanifhimani.png","language":"Ruby","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docyard.dev\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"docs/public/logo-dark.svg\"\u003e\n      \u003cimg src=\"docs/public/logo.svg\" height=\"60\" alt=\"Docyard\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Markdown to docs in seconds. No Node.js required.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/sanifhimani/docyard/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/sanifhimani/docyard/actions/workflows/ci.yml/badge.svg\" alt=\"CI\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://badge.fury.io/rb/docyard\"\u003e\u003cimg src=\"https://badge.fury.io/rb/docyard.svg\" alt=\"Gem Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/sanifhimani/docyard/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docyard.dev\"\u003eDocs\u003c/a\u003e ·\n  \u003ca href=\"https://docyard.dev/getting-started/quickstart\"\u003eQuickstart\u003c/a\u003e ·\n  \u003ca href=\"https://github.com/sanifhimani/docyard/blob/main/CHANGELOG.md\"\u003eChangelog\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Install\n\n```bash\ngem install docyard\ndocyard init\ndocyard serve\n```\n\nOpen `localhost:4200`. Edits reload instantly.\n\n## Example\n\n```markdown\n:::note\nRequires Ruby 3.2 or higher.\n:::\n\n:::tabs\n== macOS\nbrew install ruby\n\n== Linux\nsudo apt install ruby-full\n:::\n```\n\nCallouts, tabs, steps, cards, code groups, accordions, and more. [See all components](https://docyard.dev/write-content/components)\n\n## Build\n\n```bash\ndocyard build\n```\n\nStatic HTML, search index, sitemap, and social cards in `dist/`. Deploy anywhere.\n\n## Docs\n\n[docyard.dev](https://docyard.dev) is built with Docyard.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\n[MIT](LICENSE)\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanifhimani%2Fdocyard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanifhimani%2Fdocyard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanifhimani%2Fdocyard/lists"}