{"id":33898717,"url":"https://github.com/metadream/deno-docify","last_synced_at":"2025-12-11T21:14:47.964Z","repository":{"id":85751725,"uuid":"606478966","full_name":"metadream/deno-docify","owner":"metadream","description":"A super easy-to-use markdown document preview framework in Deno.","archived":false,"fork":false,"pushed_at":"2025-05-23T12:33:49.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-24T05:53:17.339Z","etag":null,"topics":["document-preview","markdown","markdown-preview"],"latest_commit_sha":null,"homepage":"https://jsr.io/@focal/docify","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metadream.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-25T16:07:57.000Z","updated_at":"2025-05-23T12:33:52.000Z","dependencies_parsed_at":"2023-12-09T08:23:57.847Z","dependency_job_id":"a59930e0-5ac8-4d74-ad3d-22da920db8a1","html_url":"https://github.com/metadream/deno-docify","commit_stats":null,"previous_names":["metadream/deno-docify","metadream/deno-book"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/metadream/deno-docify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metadream%2Fdeno-docify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metadream%2Fdeno-docify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metadream%2Fdeno-docify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metadream%2Fdeno-docify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metadream","download_url":"https://codeload.github.com/metadream/deno-docify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metadream%2Fdeno-docify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27670373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"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":["document-preview","markdown","markdown-preview"],"created_at":"2025-12-11T21:14:43.637Z","updated_at":"2025-12-11T21:14:47.952Z","avatar_url":"https://github.com/metadream.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deno-Docify\n\nA super easy-to-use markdown document preview framework in Deno.\n\n## Example\n\n- Demo: https://docify.deno.dev\n- Source: https://github.com/metadream/tech-docs\n\n## Usage\n\n1. Create a start file with any name (ex. `start.ts`) in your document folder\n   root. The content of the file is as follows:\n\n```typescript\n// start.ts\nimport \"jsr:@focal/docify@1.0.10\";\n```\n\nAdd a `deno.json` file in the same directory with the following content:\n```json\n{\n  \"compilerOptions\": {\n    \"experimentalDecorators\": true,\n    \"emitDecoratorMetadata\": true\n  }\n}\n```\n\n2. Create `SUMMARY.md` and `README.md` in your document folder root. The\n   contents of the summary will be rendered in the left navigation side of the\n   page, and README file will be used as homepage content.\n\n   A typical `SUMMARY.md` contains the following content. Among them, metadata\n   between `---` and first-level title are not required.\n\n```markdown\n---\nname: My Document\nlogo: https://example.com/logo.png\nfooter: Copyright (c) 2023\n---\n\n# TABLE OF CONTENT\n\n## Get Started\n\n- [Installation](/folder1/installation.md)\n\n## API References\n\n- [Properties](/folder2/properties.md)\n- [Methods](/folder2/methods.md)\n```\n\n3. Create markdown files with corresponding names under folder1 and folder2. The\n   final directory structure is as follows:\n   ```\n   ├─ folder1\n   │   └─ installation.md\n   ├─ folder2\n   │   ├─ properties.md\n   │   └─ methods.md\n   ├─ README.md\n   ├─ SUMMARY.md\n   └─ start.ts\n   ```\n\n4. Run start file.\n\n```bash\ndeno run --allow-net --allow-read start.ts\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetadream%2Fdeno-docify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetadream%2Fdeno-docify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetadream%2Fdeno-docify/lists"}