{"id":38642942,"url":"https://github.com/morewings/koval-docusaurus","last_synced_at":"2026-01-17T09:10:19.014Z","repository":{"id":318746244,"uuid":"1074992606","full_name":"morewings/koval-docusaurus","owner":"morewings","description":"Documentation site for Koval UI","archived":false,"fork":false,"pushed_at":"2026-01-15T02:58:35.000Z","size":4746,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-15T08:51:41.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://koval.support/","language":"TypeScript","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/morewings.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-12T21:23:45.000Z","updated_at":"2025-11-19T18:18:11.000Z","dependencies_parsed_at":"2025-10-15T00:56:32.470Z","dependency_job_id":"59eb26b7-c665-4244-a67e-cfee3a60c0cc","html_url":"https://github.com/morewings/koval-docusaurus","commit_stats":null,"previous_names":["morewings/koval-docusaurus"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morewings/koval-docusaurus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-docusaurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-docusaurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-docusaurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-docusaurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morewings","download_url":"https://codeload.github.com/morewings/koval-docusaurus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morewings%2Fkoval-docusaurus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":[],"created_at":"2026-01-17T09:10:18.223Z","updated_at":"2026-01-17T09:10:18.978Z","avatar_url":"https://github.com/morewings.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Koval UI Developer Guide Website\n\nThis website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.\n\n## Markdown features\n\nDocusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**.\n\n## Front Matter\n\nMarkdown documents have metadata at the top called [Front Matter](https://jekyllrb.com/docs/front-matter/):\n\n```text title=\"my-doc.md\"\n// highlight-start\n---\nid: my-doc-id\ntitle: My document title\ndescription: My document description\nslug: /my-custom-url\n---\n// highlight-end\n\n## Markdown heading\n\nMarkdown text with [links](./hello.md)\n```\n\n## Links\n\nRegular Markdown links are supported, using url paths or relative file paths.\n\n```md\nLet's see how to [Create a page](/create-a-page).\n```\n\n```md\nLet's see how to [Create a page](./create-a-page.md).\n```\n\n**Result:** Let's see how to [Create a page](./create-a-page.md).\n\n## Images\n\nRegular Markdown images are supported.\n\nYou can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`):\n\n```md\n![Docusaurus logo](/img/docusaurus.png)\n```\n\n![Docusaurus logo](/img/docusaurus.png)\n\nYou can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them:\n\n```md\n![Docusaurus logo](./img/docusaurus.png)\n```\n\n## Code Blocks\n\nMarkdown code blocks are supported with Syntax highlighting.\n\n````md\n```jsx title=\"src/components/HelloDocusaurus.js\"\nfunction HelloDocusaurus() {\n  return \u003ch1\u003eHello, Docusaurus!\u003c/h1\u003e;\n}\n```\n````\n\n```jsx title=\"src/components/HelloDocusaurus.js\"\nfunction HelloDocusaurus() {\n  return \u003ch1\u003eHello, Docusaurus!\u003c/h1\u003e;\n}\n```\n\n## Admonitions\n\nDocusaurus has a special syntax to create admonitions and callouts:\n\n```markdown\n:::tip My tip\n\nUse this awesome feature option\n\n:::\n```\n\n```markdown\n:::danger Take care\n\nThis action is dangerous\n\n:::\n```\n\n```markdown\n:::tip My tip\n\nUse this awesome feature option\n\n:::\n```\n\n\n```markdown\n:::danger Take care\n\nThis action is dangerous\n\n:::\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorewings%2Fkoval-docusaurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorewings%2Fkoval-docusaurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorewings%2Fkoval-docusaurus/lists"}