{"id":43571236,"url":"https://github.com/hapara-fail/docs","last_synced_at":"2026-02-03T22:15:14.325Z","repository":{"id":331667740,"uuid":"1123854894","full_name":"hapara-fail/docs","owner":"hapara-fail","description":"Official documentation for the hapara.fail ecosystem.","archived":false,"fork":false,"pushed_at":"2026-01-26T04:04:12.000Z","size":428,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-26T18:39:59.331Z","etag":null,"topics":["bypass","dev","docs"],"latest_commit_sha":null,"homepage":"https://docs.hapara.fail","language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hapara-fail.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":"2025-12-27T19:16:07.000Z","updated_at":"2026-01-26T04:04:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hapara-fail/docs","commit_stats":null,"previous_names":["hapara-fail/docs"],"tags_count":0,"template":false,"template_full_name":"mintlify/starter","purl":"pkg:github/hapara-fail/docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapara-fail%2Fdocs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapara-fail%2Fdocs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapara-fail%2Fdocs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapara-fail%2Fdocs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hapara-fail","download_url":"https://codeload.github.com/hapara-fail/docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hapara-fail%2Fdocs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29059472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"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":["bypass","dev","docs"],"created_at":"2026-02-03T22:15:14.224Z","updated_at":"2026-02-03T22:15:14.312Z","avatar_url":"https://github.com/hapara-fail.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hapara.fail Docs\n\nOfficial documentation for the **hapara.fail** ecosystem, covering our tools, blocklists, and self-hosting guides. This repository hosts main documentation site, built to be clean, fast, and easy to navigate.\n\n**Live Site:** **[https://docs.hapara.fail](https://docs.hapara.fail)**\n\n---\n\n## 🚀 Project Overview\n\nThe documentation serves as the central knowledge base for:\n\n- **Project Details:** Information about the website and blocklist initiatives.\n- **Self-Hosting:** Comprehensive guides for setting up your own DNS and website instances.\n- **Contributing:** Guidelines for the community to get involved.\n\n---\n\n## ✨ Key Features\n\n- **MDX Support:** Rich content with interactive components.\n- **Fast Navigation:** Instant page loads and smooth transitions.\n- **Full-Text Search:** Powerful search to find information quickly.\n\n---\n\n## 💻 Technology Stack\n\n- **Platform:** [Mintlify](https://mintlify.com/) - Intelligent documentation platform.\n\n---\n\n## 📁 Project Structure\n\n```\n├── docs.json           # Mintlify configuration (navigation, theme, etc.)\n├── favicon.svg         # Site favicon\n├── index.mdx           # Landing page\n├── website.mdx         # Website project overview\n├── blocklist.mdx       # Blocklist project overview\n├── self-hosting/       # Self-hosting guides\n│   ├── dns.mdx         # DNS setup guide\n│   └── website.mdx     # Website setup guide\n├── images/             # Static assets\n└── README.md           # This file\n```\n\n---\n\n## 🗺️ Routes\n\n- `/` - Home\n- `/website` - Website Overview\n- `/blocklist` - Blocklist Overview\n- `/self-hosting/dns` - DNS Self-Hosting Guide\n- `/self-hosting/website` - Website Self-Hosting Guide\n- `/contributing` - Contributing Info\n\n---\n\n## 🛠️ Development\n\n### Prerequisites\n\n- Node.js (v18 or higher recommended)\n- [Mintlify CLI](https://www.npmjs.com/package/mint)\n\n### Local Setup\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/hapara-fail/docs.git\n    cd docs\n    ```\n2.  **Install Mintlify CLI (global):**\n    ```bash\n    npm i -g mint\n    ```\n3.  **Start the local development server:**\n    ```bash\n    mint dev\n    ```\n    This command will start the documentation server locally, typically at `http://localhost:3000`.\n\n---\n\n## ☁️ Deployment\n\nChanges are automatically deployed to production via the Mintlify GitHub App when pushing to the `main` branch.\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please check out our **[Contributing Guidelines](https://github.com/hapara-fail/docs/blob/main/CONTRIBUTING.md)** for more details on how to help improve our documentation.\n\nIf you spot an error or have a suggestion:\n\n- **Open an Issue** on GitHub.\n- **Submit a Pull Request** with your fixes.\n- Join our [Discord server](https://www.hapara.fail/discord) to discuss.\n\n---\n\n## 📄 License\n\nThis project is licensed under the terms specified at [www.hapara.fail/license](https://www.hapara.fail/license).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapara-fail%2Fdocs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhapara-fail%2Fdocs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhapara-fail%2Fdocs/lists"}