{"id":24650881,"url":"https://github.com/ggdream/docify","last_synced_at":"2026-05-08T11:04:20.892Z","repository":{"id":61975131,"uuid":"487186962","full_name":"ggdream/docify","owner":"ggdream","description":"A flutter package that can quickly build a document website","archived":false,"fork":false,"pushed_at":"2022-05-03T03:11:09.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T21:08:18.632Z","etag":null,"topics":["doc-website","flutter-web","generatepress"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/ggdream.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-30T05:06:23.000Z","updated_at":"2023-02-13T17:35:24.000Z","dependencies_parsed_at":"2022-10-24T13:45:21.042Z","dependency_job_id":null,"html_url":"https://github.com/ggdream/docify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ggdream/docify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggdream%2Fdocify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggdream%2Fdocify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggdream%2Fdocify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggdream%2Fdocify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ggdream","download_url":"https://codeload.github.com/ggdream/docify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ggdream%2Fdocify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32777655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["doc-website","flutter-web","generatepress"],"created_at":"2025-01-25T18:16:54.231Z","updated_at":"2026-05-08T11:04:20.857Z","avatar_url":"https://github.com/ggdream.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docify\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://space.bilibili.com/264346349\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/bilibili-魔咔啦咔-blueviolet\" alt=\"😭\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/ggdream/call\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/GitHub-魔咔啦咔-ff69b4\" alt=\"😭\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Platforms-Android,iOS,Web,Windows,Linux,MacOS-009688\" alt=\"😭\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Mode-Debug,Profile,Release-3949ab\" alt=\"😭\" /\u003e\n\u003c/div\u003e\n\nA package that can quickly build a document website.\n\u003cbr/\u003e\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n## Steps\n\n### 1. Add the dependience and write main function\n\n```dart\n// file: lib/main.dart\nimport 'package:docify/docify.dart';\n\nvoid main() =\u003e Docify().run();\n```\n\n### 2. Write information according to the rules\n\n~~~yaml\n# file: assets/docify/docify.yaml\n\nname: 思思的博客\nicon: logo.png\ndeclare: 欢迎来到这里\n\ncenter:\n  - title: 测试1\n    image: 'https://raw.githubusercontent.com/mocaraka/assets/main/picture/326.jpg'\n    content: test1\n  - title: 测试2\n    image: 'https://raw.githubusercontent.com/mocaraka/assets/main/picture/330.jpg'\n    content: test2\n\nrouter:\n  mode: history\n  routes:\n    - name: a\n      path: test1.md\n      children:\n        - name: b\n          path: test2.md\n        - name: b\n          path: test3.md\n    - name: c\n      path: test4.md\n~~~\n\n### 3. Prepare documentation files\n\n~~~yaml\n# dir: assets/docify/docs/\n~~~\n\n## Example\n[See here](https://github.com/ggdream/docify/tree/main/example)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggdream%2Fdocify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fggdream%2Fdocify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fggdream%2Fdocify/lists"}