{"id":20206596,"url":"https://github.com/useflyyer/flyyer-docs","last_synced_at":"2026-04-06T21:31:27.091Z","repository":{"id":48764192,"uuid":"324607869","full_name":"useflyyer/flyyer-docs","owner":"useflyyer","description":"Public collaborative documentation and guides for Flyyer.io ","archived":false,"fork":false,"pushed_at":"2022-07-14T23:30:58.000Z","size":3846,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T08:55:23.446Z","etag":null,"topics":["documentation","docusaurus","flyyer","og-images","react","social-image","typescript","vue"],"latest_commit_sha":null,"homepage":"https://docs.flyyer.io","language":"JavaScript","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/useflyyer.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/2020-12-26-free-new-look.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-26T17:56:57.000Z","updated_at":"2021-11-23T03:04:15.000Z","dependencies_parsed_at":"2022-09-09T14:41:01.035Z","dependency_job_id":null,"html_url":"https://github.com/useflyyer/flyyer-docs","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/useflyyer/flyyer-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/useflyyer","download_url":"https://codeload.github.com/useflyyer/flyyer-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/useflyyer%2Fflyyer-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"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","docusaurus","flyyer","og-images","react","social-image","typescript","vue"],"created_at":"2024-11-14T05:25:03.597Z","updated_at":"2026-04-06T21:31:27.067Z","avatar_url":"https://github.com/useflyyer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docs.flyyer.io\n\n\u003e CSS Theme: https://facebookincubator.github.io/infima/\n\nThis website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.\n\n## Installation\n\n```console\nyarn install\n```\n\n## Local Development\n\n```console\nyarn start\n```\n\nThis command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.\n\n### Using remote files\n\nTo avoid copy-paste going out of sync with different projects you can use this MDX component to render remote files:\n\n```jsx\nexport const RemoteFile = ({children, source, ...props}) =\u003e {\n  const [code, setCode] = React.useState(null);\n  const [error, setError] = React.useState(null);\n  React.useEffect(() =\u003e {\n    fetch(source)\n      .then((res) =\u003e {\n        if (res.ok) {\n          res.text().then(text =\u003e setCode(text));\n        } else {\n          res.text().then(err =\u003e setError(new Error(err)));\n        }\n      })\n      .catch(err =\u003e setError(err));\n  }, [source]);\n  return (\n    \u003ccode {...props}\u003e\n      {code || \"Loading...\"}\n    \u003c/code\u003e\n  )\n};\n\n\u003cRemoteFile source=\"https://raw.githubusercontent.com/useflyyer/flyyer-actions/main/workflow-templates/flyyer-yarn.yml\" /\u003e\n```\n\n## Build\n\n```console\nyarn build\n```\n\nThis command generates static content into the `build` directory and can be served using any static contents hosting service.\n\n## Deployment\n\nJust push to `main`. We are using Vercel to deploy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseflyyer%2Fflyyer-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuseflyyer%2Fflyyer-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuseflyyer%2Fflyyer-docs/lists"}