docs: remove legacy replit and deployment.md references

This commit is contained in:
RY4N
2026-03-27 00:41:11 +06:00
parent 3a63c75b3a
commit 32dd9f8599

View File

@@ -25,7 +25,6 @@
- [Deployment](#deployment) - [Deployment](#deployment)
- [Docker Deployment](#docker-deployment) - [Docker Deployment](#docker-deployment)
- [Vercel Deployment](#vercel-deployment-serverless--recommended) - [Vercel Deployment](#vercel-deployment-serverless--recommended)
- [Replit Deployment](#replit-deployment)
- [Video Integration](#video-integration) - [Video Integration](#video-integration)
- [Documentation](#documentation) - [Documentation](#documentation)
- [Anime Home Page](#1-get-anime-home-page) - [Anime Home Page](#1-get-anime-home-page)
@@ -271,15 +270,7 @@ docker-compose up -d
| `RATE_LIMIT_WINDOW_MS` | `60000` | No | | `RATE_LIMIT_WINDOW_MS` | `60000` | No |
| `RATE_LIMIT_LIMIT` | `100` | No | | `RATE_LIMIT_LIMIT` | `100` | No |
For detailed instructions, see [DEPLOYMENT.md](./DEPLOYMENT.md) ---
### Replit Deployment
1. Import this repository into Replit
2. Click the Run button
3. Your API will be available at your Replit URL
For detailed deployment instructions, troubleshooting, and best practices, see the [DEPLOYMENT.md](https://github.com/ryanwtf7/hianime-api/blob/master/DEPLOYMENT.md) guide.
--- ---