mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 05:50:56 +00:00
|
|
||
|---|---|---|
| .. | ||
| 404.html | ||
| index.html | ||
| README.md | ||
Vercel Deployment - Quick Start
This directory contains the static website that will be deployed to Vercel.
What Gets Deployed
index.html- Main documentation landing page404.html- Custom error page
Deployment Options
1. Automatic Deployment (Recommended)
Once you connect this repository to Vercel:
- Every push to
mainautomatically deploys to production - Every pull request gets a preview deployment
- No manual intervention needed
2. Manual Deployment
Using Vercel CLI:
# Install Vercel CLI
npm install -g vercel
# Deploy (from repository root)
vercel
# Deploy to production
vercel --prod
How It Works
- Vercel reads
vercel.jsonin the repository root - It serves files from this
public/directory - The site is deployed to Vercel's global CDN
- You get a URL like:
https://mql5-google-onedrive-docs.vercel.app
Customization
To customize the site:
- Edit
index.htmlfor the main page - Edit
404.htmlfor the error page - Commit and push changes
- Vercel automatically redeploys
Full Documentation
See ../docs/Vercel_CLI_setup.md for complete setup instructions.