{"id":13951145,"url":"https://github.com/game-ci/documentation","last_synced_at":"2025-07-20T13:32:21.514Z","repository":{"id":37025174,"uuid":"267601801","full_name":"game-ci/documentation","owner":"game-ci","description":"📚  Documentation for GameCI open source projects","archived":false,"fork":false,"pushed_at":"2025-06-06T19:54:17.000Z","size":81091,"stargazers_count":207,"open_issues_count":54,"forks_count":124,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-12T14:28:36.380Z","etag":null,"topics":["ci","documentation","hacktoberfest","unity"],"latest_commit_sha":null,"homepage":"https://game.ci","language":"MDX","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/game-ci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"game-ci","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-05-28T13:47:15.000Z","updated_at":"2025-07-07T14:11:12.000Z","dependencies_parsed_at":"2023-02-18T16:15:48.728Z","dependency_job_id":"b1ca370a-a6bd-4aa7-9bb2-b9ccf6341687","html_url":"https://github.com/game-ci/documentation","commit_stats":{"total_commits":392,"total_committers":79,"mean_commits":4.962025316455696,"dds":0.6683673469387755,"last_synced_commit":"ed0c57777275d2ef4f9aa273e938b7b5962819d0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/game-ci/documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/game-ci%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/game-ci%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/game-ci%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/game-ci%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/game-ci","download_url":"https://codeload.github.com/game-ci/documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/game-ci%2Fdocumentation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265558006,"owners_count":23787851,"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","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":["ci","documentation","hacktoberfest","unity"],"created_at":"2024-08-08T06:01:14.564Z","updated_at":"2025-07-20T13:32:21.509Z","avatar_url":"https://github.com/game-ci.png","language":"MDX","funding_links":["https://github.com/sponsors/game-ci","https://opencollective.com/game-ci"],"categories":["TypeScript","MDX"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=200px src=\"static/assets/images/logo-cropped.png\"\u003e\n\u003cp\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://discord.com/invite/WyPN5r9\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Discord-5865F2?style=for-the-badge\u0026logo=discord\u0026logoColor=white\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/game-ci\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/OpenCollective-1F87FF?style=for-the-badge\u0026logo=OpenCollective\u0026logoColor=white\"\u003e\u003c/a\u003e \u003cbr\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/game-ci/documentation.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/game-ci/documentation.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/last-commit/game-ci/documentation.svg\"\u003e\n\u003cp\u003e\n\n\u003cbr\u003e\n\n## Welcome\n\nWelcome to the GameCI documentation repo! Here you will find the documentation assets for GameCI and\nit's related open-source projects. The live documentation site available at\n\u003ca href=\"https://game.ci\"\u003egame.ci\u003c/a\u003e.\n\nYou may also view the markdown files directly at the following links:\n\n- [Getting Started with GameCI](docs/02-getting-started)\n- [GitHub Actions](docs/03-github)\n- [GitLab Pipelines](docs/05-gitlab)\n- [CircleCi](docs/11-circleci)\n- [Docker](docs/08-docker)\n- [GitHub Cloud Runner](docs/03-github-cloud-runner)\n- [Troubleshooting](docs/09-troubleshooting)\n- [FAQ](docs/10-faq)\n\n## Building the Docs Site\n\nBuilt with [Docusaurus 2](https://docusaurus.io/).\n\nThis project has a hard dependency on Node20. You will need to make sure that you have the proper\nversion of node installed to avoid errors.\n\n- [Install NodeJS v20 on Ubuntu](https://computingforgeeks.com/how-to-install-node-js-20-on-ubuntu/)\n- [Install NodeJS v20 using brew](https://apple.stackexchange.com/a/207883)\n\nThis project relies on yarn for package management. You will need to install yarn in order to build\nand test the documentation site.\n\n- [Official yarn installation docs.](https://classic.yarnpkg.com/lang/en/docs/install)\n\n1.  Install project dependencies\n\n    ```bash\n    yarn install\n    ```\n\n2.  Start a local development server\n\n    This command starts a local development server and opens up a browser window. Most changes are\n    reflected live without having to restart the server.\n\n    ```bash\n    yarn start\n    ```\n\n3.  Create a build This command generates static content into the `build` directory and can be\n    served using any static contents hosting service.\n\n    ```bash\n    yarn build\n    ```\n\n## Meet the Community\n\nJoin us on [Discord](https://game.ci/discord) and engage with the growing community of engineers,\nartists, hobbyists, and professionals using GameCI to build, test, and publish their projects\neveryday.\n\n## Support the Team\n\nGameCI is free for everyone forever. You can support the people who make GameCI possible on\n[OpenCollective](https://opencollective.com/game-ci)\n\n## License\n\nThis repository is [MIT](./LICENSE) licensed. This includes all contributions from the community.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgame-ci%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgame-ci%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgame-ci%2Fdocumentation/lists"}