Skip to main content
CodivDocs

Custom Domain

Set up a custom domain for your documentation site.

Every project gets a free subdomain at {slug}.codivdocs.com. You can also add a custom domain like docs.yoursite.com.

Setup

  1. Go to Project Settings in the dashboard

  2. Enter your custom domain (e.g., docs.yoursite.com)

  3. Add a CNAME record in your DNS provider:

CNAME  docs  →  codivdocs.com
  1. SSL is provisioned automatically via Cloudflare

DNS propagation

DNS changes can take up to 48 hours to propagate, but usually complete within minutes. Your site will be accessible on both the subdomain and custom domain during this time.

Apex domains

Apex domains (e.g., yoursite.com without a subdomain) require an A record instead of CNAME. Contact support for apex domain setup.

Last updated April 12, 2026