{"id":21103310,"url":"https://github.com/spheronfdn/docs","last_synced_at":"2026-01-24T22:41:08.726Z","repository":{"id":292554096,"uuid":"957143831","full_name":"spheronFdn/docs","owner":"spheronFdn","description":"📔 The Spheron Documentation.","archived":false,"fork":false,"pushed_at":"2025-07-22T12:49:06.000Z","size":1960,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-22T14:42:37.918Z","etag":null,"topics":["ai","compute","docs","documentation","gpu"],"latest_commit_sha":null,"homepage":"https://docs.spheron.network","language":"MDX","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/spheronFdn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":".github/code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/support.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-29T16:55:41.000Z","updated_at":"2025-07-09T10:07:56.000Z","dependencies_parsed_at":"2025-06-30T14:39:10.310Z","dependency_job_id":"14665963-c5b7-45ad-b231-29c3f21c3142","html_url":"https://github.com/spheronFdn/docs","commit_stats":null,"previous_names":["spheronfdn/docs"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/spheronFdn/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spheronFdn%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spheronFdn%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spheronFdn%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spheronFdn%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spheronFdn","download_url":"https://codeload.github.com/spheronFdn/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spheronFdn%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28738975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"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":["ai","compute","docs","documentation","gpu"],"created_at":"2024-11-19T23:58:23.324Z","updated_at":"2026-01-24T22:41:08.722Z","avatar_url":"https://github.com/spheronFdn.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/spheronFdn/docs-v2/blob/main/.github/spheron-logo-dark.svg\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/spheronFdn/docs-v2/blob/main/.github/spheron-logo.svg\"\u003e\n    \u003cimg alt=\"Spheron\" src=\"https://github.com/spheronFdn/docs-v2/blob/main/.github/spheron-logo.svg\" width=\"250\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003ch2 align=\"center\"\u003eSpheron Documentation\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/spheronFdn/docs-v2/blob/main/LICENSE\" target=\"_blank\" rel=\"noreferrer\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=license\u0026message=MIT\u0026color=green\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://sphn.wiki/discord\" target=\"_blank\" rel=\"noreferrer\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=community\u0026message=discord\u0026color=blue\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://sphn.wiki/x\" target=\"_blank\" rel=\"noreferrer\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/url/https/twitter.com/cloudposse.svg?style=social\u0026label=Follow%20%40SpheronFdn\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Local Setup\n\n**Using NPM**\n\nFollow these steps to setup the documentation locally:\n\n- Install Node 18.x either manually or using a tool like nvm (recommended)\n- Clone this repo: `https://github.com/spheronFdn/docs.git`\n- Run `npm i` to install dependencies\n- Start the docs\n  ```\n  npm run dev\n  ```\n  You can access the server at: http://localhost:3000\n\n---\n\n**Using Yarn**\n\nFollow these steps to setup the documentation locally:\n\n- Install Node 18.x either manually or using a tool like nvm (recommended)\n- Clone this repo: `https://github.com/spheronFdn/docs.git`\n- Run `yarn` to install dependencies\n- Start the docs\n  ```\n  yarn dev\n  ```\n  You can access the server at: http://localhost:3000\n\n## Contribution\n\nWe encourage you to read the [contribution guidelines](https://github.com/spheronFdn/docs/blob/main/.github/contribution-guidelines.md) to learn about our development process and how to propose bug fixes and improvements before submitting a pull request\n\nThe Spheron community extends beyond issues and pull requests! You can support Spheron [in many other ways](https://github.com/spheronFdn/docs/blob/main/.github/support.md) as well\n\n## Community\n\nFor help, discussions or any other queries: [Join us on Discord](https://discord.com/invite/ahxuCtm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspheronfdn%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspheronfdn%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspheronfdn%2Fdocs/lists"}