{"id":18818035,"url":"https://github.com/starknet-io/starknet-docs","last_synced_at":"2026-01-24T06:41:30.428Z","repository":{"id":37009950,"uuid":"451414549","full_name":"starknet-io/starknet-docs","owner":"starknet-io","description":"Starknet's developer documentation","archived":false,"fork":false,"pushed_at":"2025-12-10T12:42:08.000Z","size":182096,"stargazers_count":164,"open_issues_count":12,"forks_count":232,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-12-10T12:46:47.863Z","etag":null,"topics":["contributions-welcome","documentation","starknet"],"latest_commit_sha":null,"homepage":"https://docs.starknet.io","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/starknet-io.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":"2022-01-24T10:18:35.000Z","updated_at":"2025-12-10T12:42:12.000Z","dependencies_parsed_at":"2023-10-04T13:18:08.158Z","dependency_job_id":"9add69aa-847a-44e3-8248-8952acfba891","html_url":"https://github.com/starknet-io/starknet-docs","commit_stats":null,"previous_names":[],"tags_count":564,"template":false,"template_full_name":null,"purl":"pkg:github/starknet-io/starknet-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknet-io%2Fstarknet-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknet-io%2Fstarknet-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknet-io%2Fstarknet-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknet-io%2Fstarknet-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starknet-io","download_url":"https://codeload.github.com/starknet-io/starknet-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starknet-io%2Fstarknet-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28716877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T05:53:42.649Z","status":"ssl_error","status_checked_at":"2026-01-24T05:53:41.698Z","response_time":89,"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":["contributions-welcome","documentation","starknet"],"created_at":"2024-11-08T00:14:37.377Z","updated_at":"2026-01-24T06:41:30.424Z","avatar_url":"https://github.com/starknet-io.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 The Starknet Docs Repository\n\n\u003cdiv align=\"center\"\u003e\n\n[![Built with Mintlify](https://img.shields.io/badge/built%20with-mintlify-00D4AA?style=for-the-badge)](https://mintlify.com)\n[![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen?style=for-the-badge)](README.md#-contributing)\n\n[👀 View Website](https://docs.starknet.io) • [🐛 Report Bug](https://github.com/starknet-io/starknet-docs/issues) • [💡 Request Feature](https://github.com/starknet-io/starknet-docs/issues)\n\n\u003c/div\u003e\n\n## 📖 About\n\nWelcome to the Starknet Docs repository!\n\nThe Starknet Docs is the official documentation hub for Starknet, providing comprehensive guides, references, and resources for all developers, validators, and users of Starknet.\n\n## 🛠️ Setup\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18 or higher)\n- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)\n\n### Local Development\n\n1. **Install the Mintlify CLI**\n   ```bash\n   npm install -g mint\n   ```\n\n2. **Clone the repository**\n   ```bash\n   git clone https://github.com/starknet-io/starknet-docs.git\n   cd starknet-docs\n   ```\n\n3. **Start the development server**\n   ```bash\n   mint dev\n   ```\n\n4. **Open your browser**\n   Navigate to `http://localhost:3000` to see the documentation locally.\n\n### Troubleshooting\n\n| Issue | Solution |\n|-------|----------|\n| `mint dev` not running | Run `npm install -g mint` to reinstall dependencies |\n| Page loads as 404 | Ensure you're in the folder containing `docs.json` |\n| Port already in use | Use `mint dev --port 3001` to specify a different port |\n\n## 🚀 Deployment\n\nDocumentation is automatically deployed to production when changes are pushed to the main branch. The deployment is handled by Mintlify's GitHub integration.\n\n### Deployment Process\n\n1. **Push** to main branch\n2. **Mintlify** automatically builds and deploys\n3. **Changes** are live at [docs.starknet.io](https://docs.starknet.io)\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! Here's how you can help:\n\n### Content Contributions\n\n1. **Fork** the repository\n2. **Create** a feature branch (`git checkout -b feature/amazing-feature`)\n3. **Make** your changes\n4. **Test** locally with `mint dev`\n5. **Commit** your changes (`git commit -m 'Add amazing feature'`)\n6. **Push** to the branch (`git push origin feature/amazing-feature`)\n7. **Open** a Pull Request\n\n### Reporting Issues\n\nFound a bug or have a suggestion? Please [open an issue](https://github.com/starknet-io/starknet-docs/issues) with:\n\n- Clear description of the problem\n- Steps to reproduce\n- Expected vs actual behavior\n- Screenshots (if applicable)\n\n### Content Guidelines\n\n- Use clear, concise language\n- Include code examples where appropriate\n- Follow the existing documentation structure\n- Test all code examples\n- Add images to enhance understanding\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarknet-io%2Fstarknet-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarknet-io%2Fstarknet-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarknet-io%2Fstarknet-docs/lists"}