Docusaurus Integration

Deploy Docusaurus, One Click

Deploy Docusaurus documentation sites with a pre-configured starter template, or use CLI and GitHub Actions for existing projects. Static output served from 90+ global edge locations.

One-Click
Deploy
Versioning
Support
i18n
Ready
600+
Edge Locations
Deployment Options

Choose Your Workflow

One-click deploy for new projects, or CLI and GitHub Actions for existing Docusaurus sites.

Recommended

One-Click Deploy

Deploy a starter template with GitHub Actions pre-configured. Connect your GitHub account and deploy in minutes.

  • Creates repo in your GitHub account
  • Configures secrets and workflows automatically
  • Deploys on every push to main

Deploy Docusaurus Now

Existing Projects

CLI Deploy

Deploy existing Docusaurus projects with the Quant CLI. Works with any build setup.

# Install CLI
npm install -g @quantcdn/quant-cli

# Initialize and deploy
quant init
npm run build
quant deploy build/

CLI documentation

GitHub Actions

Automated Deployment

Add the deploy action to any existing Docusaurus project. Build in CI, deploy to edge.

  • Deploy on push to main
  • Versioned docs support
  • i18n multi-language support
  • Works with any CI provider
.github/workflows/deploy.yml
name: Deploy to QuantCDN

on:
  push:
    branches: [main]

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions/setup-node@v4
      - run: npm ci && npm run build

      - uses: quantcdn/deploy-action@v2
        with:
          customer: ${{ secrets.QUANT_CUSTOMER }}
          project: ${{ secrets.QUANT_PROJECT }}
          token: ${{ secrets.QUANT_TOKEN }}
          dir: build
Starter Template

Docusaurus Starter Template

Pre-configured Docusaurus project with GitHub Actions workflow, versioning support, and QuantCDN deployment ready to go.

Deploy Your Docusaurus Site

One-click deploy or bring your own project. 30-day free trial, no credit card required.

One-click deploy
Versioning support
i18n ready
30-day free trial