{"id":39287524,"url":"https://github.com/codemagic-ci-cd/codemagic-docs","last_synced_at":"2026-01-18T01:12:13.752Z","repository":{"id":37406251,"uuid":"198983965","full_name":"codemagic-ci-cd/codemagic-docs","owner":"codemagic-ci-cd","description":"Here you’ll find some essential information for setting up CI/CD for your mobile apps with Codemagic.","archived":false,"fork":false,"pushed_at":"2026-01-14T09:46:24.000Z","size":25022,"stargazers_count":88,"open_issues_count":18,"forks_count":139,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T13:44:50.492Z","etag":null,"topics":["android","codemagic","codemagic-user","continuous-integration","flutter-tool","ios","react-native"],"latest_commit_sha":null,"homepage":"https://docs.codemagic.io","language":"HTML","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/codemagic-ci-cd.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-07-26T09:02:13.000Z","updated_at":"2026-01-14T09:46:27.000Z","dependencies_parsed_at":"2025-01-08T16:54:52.863Z","dependency_job_id":"a37ebf19-ff0d-4eb6-a982-c41ba03550ef","html_url":"https://github.com/codemagic-ci-cd/codemagic-docs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codemagic-ci-cd/codemagic-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemagic-ci-cd%2Fcodemagic-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemagic-ci-cd%2Fcodemagic-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemagic-ci-cd%2Fcodemagic-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemagic-ci-cd%2Fcodemagic-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemagic-ci-cd","download_url":"https://codeload.github.com/codemagic-ci-cd/codemagic-docs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemagic-ci-cd%2Fcodemagic-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28525731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"ssl_error","status_checked_at":"2026-01-18T00:39:39.467Z","response_time":85,"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":["android","codemagic","codemagic-user","continuous-integration","flutter-tool","ios","react-native"],"created_at":"2026-01-18T01:12:13.679Z","updated_at":"2026-01-18T01:12:13.740Z","avatar_url":"https://github.com/codemagic-ci-cd.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codemagic community documentation\n\n![codemagic-banner](assets/media/logo_banner.svg)\n\nWelcome to the [Codemagic](https://codemagic.io/start/) public documentation repository. As a Codemagic user, you can contribute to our documentation to improve it.\n\n## Getting started\n\nTo contribute, fork the repository, make your changes and start a pull request. All pull requests will be reviewed by the Codemagic team.\n\n### Common issues page\n\nWe invite you to help out fellow Codemagic users by describing a frequent issue **and** providing a solution to it. Add your entry to the \"Common issues\" page under Troubleshooting.\n\nPlease follow the format of existing issues for consistency.\n\n1. Provide a clear **description** of the issue and the steps to reproduce it. Keep the description short and sweet.\n2. Provide a **log output**, if relevant.\n3. Specify the **Flutter** (and **Xcode**) version if you think these are relevant.\n4. Describe the **solution** to overcome this issue.\n\n## Development\n\nDevelopment requires [Hugo static site generator](https://gohugo.io). It can be installed with Homebrew for Linux and macOS users\n \n```\nbrew install hugo\n```\n\nNote that Hugo extended v0.139.2 is used in production. This Hugo version can be downloaded from [releases page](https://github.com/gohugoio/hugo/releases/tag/v0.139.2).\n\nWindows users can install [Chocolatey](https://chocolatey.org/install). After that Hugo can be installed with\n\n```\nchoco install hugo-extended\n```\n\nFor general info see [Hugo documentation](https://gohugo.io/documentation/).\n\nContent is in `content` in [CommonMark](https://commonmark.org/help/) markdown format, as implemented by [goldmark](https://github.com/yuin/goldmark);\n\nLayout templates are in `layouts` in HTML format and go template syntax for \"actions\" ([Hugo documentation](https://gohugo.io/templates/introduction/)).\n\n## Preview\n\nLinux and macOS users can preview the site in http://localhost:1313/ by launching:\n\n```\n./serve.sh\n```\n\nWindows users launch:\n\n```\n./serve.cmd\n```\n\nIt will usually refresh automatically when anything is changed\n\nFor testing things that require a subdomain, add a subdomain to your hosts file:\n\n```bash\n# example for macOS\n\nsudo sh -c \"echo '127.0.0.1\\tdocs.codemagic.local' \u003e\u003e /etc/hosts\"\n```\n\nand preview the site in http://docs.codemagic.local:1313/ instead.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemagic-ci-cd%2Fcodemagic-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemagic-ci-cd%2Fcodemagic-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemagic-ci-cd%2Fcodemagic-docs/lists"}