{"id":30067361,"url":"https://github.com/openhd/openhd-website","last_synced_at":"2025-08-08T08:55:59.299Z","repository":{"id":307107416,"uuid":"1028349325","full_name":"OpenHD/OpenHD-Website","owner":"OpenHD","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-05T18:34:52.000Z","size":138205,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-05T20:52:46.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/OpenHD.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}},"created_at":"2025-07-29T11:56:23.000Z","updated_at":"2025-08-05T18:34:57.000Z","dependencies_parsed_at":"2025-07-29T14:58:33.093Z","dependency_job_id":null,"html_url":"https://github.com/OpenHD/OpenHD-Website","commit_stats":null,"previous_names":["openhd/openhd-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OpenHD/OpenHD-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenHD%2FOpenHD-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenHD%2FOpenHD-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenHD%2FOpenHD-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenHD%2FOpenHD-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenHD","download_url":"https://codeload.github.com/OpenHD/OpenHD-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenHD%2FOpenHD-Website/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269393931,"owners_count":24409758,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-08T08:55:56.511Z","updated_at":"2025-08-08T08:55:59.265Z","avatar_url":"https://github.com/OpenHD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenHD Website\n\nOfficial website and documentation platform for OpenHD - Open Source Digital FPV System.\n\n## 🚀 Features\n\n- **Modern Documentation**: Built with Docusaurus 3.8.1\n- **Version Management**: Support for multiple OpenHD versions (Evo Latest \u0026 2.0)\n- **Local Search**: Fast client-side search functionality\n- **Responsive Design**: Modern FPV-themed UI with HUD elements\n- **Community Integration**: Direct links to Discord, Telegram, and other channels\n- **Asset Management**: All images and assets locally hosted\n\n## 🏗️ Built With\n\n- [Docusaurus](https://docusaurus.io/) - Static site generator\n- [TypeScript](https://www.typescriptlang.org/) - Type safety\n- [React](https://reactjs.org/) - UI framework\n- [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local) - Local search\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n\n### Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/OpenHD/OpenHD-Website.git\ncd OpenHD-Website\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm start\n```\n\n### Building for Production\n\n```bash\n# Build static files\nnpm run build\n\n# Serve built files locally\nnpm run serve\n```\n\n## 📁 Project Structure\n\n```\n├── docs/                          # Current documentation (Evo Latest)\n├── versioned_docs/\n│   └── version-2.0/               # Version 2.0 documentation\n├── static/\n│   └── img/\n│       └── assets/                # Images and assets\n│           └── v2-0/              # Version-specific assets\n├── src/\n│   └── pages/                     # Custom pages (Homepage, etc.)\n├── docusaurus.config.ts           # Main configuration\n└── sidebars.ts                    # Sidebar configuration\n```\n\n## 🎨 Customization\n\n### Theme\nThe site uses a custom FPV-themed design with:\n- HUD-style elements and overlays\n- OpenHD brand colors\n- Responsive navigation\n- Animated elements\n\n### Adding New Versions\n1. Create documentation in `docs/`\n2. Run `npm run docusaurus docs:version X.X` \n3. Assets go in `static/img/assets/vX-X/`\n\n## 🔧 Development\n\n### Available Scripts\n\n- `npm start` - Start development server\n- `npm run build` - Build for production\n- `npm run serve` - Serve built files\n- `npm run clear` - Clear cache\n- `npm run swizzle` - Eject components for customization\n\n### Asset Migration\nUse the included PowerShell script to migrate external assets:\n\n```powershell\npowershell -ExecutionPolicy Bypass -File migrate-assets.ps1\n```\n\n## 🚀 Deployment\n\nThis site is designed to be deployed on:\n- **GitHub Pages** (recommended)\n- Netlify\n- Vercel\n- Any static hosting service\n\n### GitHub Pages Deployment\n\nThe site includes GitHub Actions workflow for automatic deployment. Simply push to the main branch.\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🔗 Links\n\n- [OpenHD Main Repository](https://github.com/OpenHD/OpenHD)\n- [OpenHD Discord](https://discord.gg/openhd)\n- [OpenHD Telegram](https://t.me/OpenHD_User)\n- [OpenHD YouTube](https://www.youtube.com/@OpenHD-FPV)\n\n## 📞 Support\n\n- Join our [Discord community](https://discord.gg/openhd)\n- Visit our [Telegram channel](https://t.me/OpenHD_User)\n- Check the [documentation](https://docs.openhd.org)\n\n---\n\nMade with ❤️ by the OpenHD Community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenhd%2Fopenhd-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenhd%2Fopenhd-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenhd%2Fopenhd-website/lists"}