https://github.com/hapara-fail/docs
Official documentation for the hapara.fail ecosystem.
https://github.com/hapara-fail/docs
bypass dev docs
Last synced: 4 months ago
JSON representation
Official documentation for the hapara.fail ecosystem.
- Host: GitHub
- URL: https://github.com/hapara-fail/docs
- Owner: hapara-fail
- License: gpl-3.0
- Created: 2025-12-27T19:16:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-26T04:04:12.000Z (5 months ago)
- Last Synced: 2026-01-26T18:39:59.331Z (5 months ago)
- Topics: bypass, dev, docs
- Language: MDX
- Homepage: https://docs.hapara.fail
- Size: 418 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hapara.fail Docs
Official 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.
**Live Site:** **[https://docs.hapara.fail](https://docs.hapara.fail)**
---
## π Project Overview
The documentation serves as the central knowledge base for:
- **Project Details:** Information about the website and blocklist initiatives.
- **Self-Hosting:** Comprehensive guides for setting up your own DNS and website instances.
- **Contributing:** Guidelines for the community to get involved.
---
## β¨ Key Features
- **MDX Support:** Rich content with interactive components.
- **Fast Navigation:** Instant page loads and smooth transitions.
- **Full-Text Search:** Powerful search to find information quickly.
---
## π» Technology Stack
- **Platform:** [Mintlify](https://mintlify.com/) - Intelligent documentation platform.
---
## π Project Structure
```
βββ docs.json # Mintlify configuration (navigation, theme, etc.)
βββ favicon.svg # Site favicon
βββ index.mdx # Landing page
βββ website.mdx # Website project overview
βββ blocklist.mdx # Blocklist project overview
βββ self-hosting/ # Self-hosting guides
β βββ dns.mdx # DNS setup guide
β βββ website.mdx # Website setup guide
βββ images/ # Static assets
βββ README.md # This file
```
---
## πΊοΈ Routes
- `/` - Home
- `/website` - Website Overview
- `/blocklist` - Blocklist Overview
- `/self-hosting/dns` - DNS Self-Hosting Guide
- `/self-hosting/website` - Website Self-Hosting Guide
- `/contributing` - Contributing Info
---
## π οΈ Development
### Prerequisites
- Node.js (v18 or higher recommended)
- [Mintlify CLI](https://www.npmjs.com/package/mint)
### Local Setup
1. **Clone the repository:**
```bash
git clone https://github.com/hapara-fail/docs.git
cd docs
```
2. **Install Mintlify CLI (global):**
```bash
npm i -g mint
```
3. **Start the local development server:**
```bash
mint dev
```
This command will start the documentation server locally, typically at `http://localhost:3000`.
---
## βοΈ Deployment
Changes are automatically deployed to production via the Mintlify GitHub App when pushing to the `main` branch.
---
## π€ Contributing
Contributions 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.
If you spot an error or have a suggestion:
- **Open an Issue** on GitHub.
- **Submit a Pull Request** with your fixes.
- Join our [Discord server](https://www.hapara.fail/discord) to discuss.
---
## π License
This project is licensed under the terms specified at [www.hapara.fail/license](https://www.hapara.fail/license).