DocsHub: Start custom domain info

This commit is contained in:
thhsh 2025-07-07 15:26:03 -04:00
parent ee42ceb023
commit d8645a9952
Signed by: thhsh
SSH key fingerprint: SHA256:6xs0MnltwjyYI//UN9PNFDQbA2aYZV8dB8IrNcZ41Qs
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,4 @@
title: DocsHub title: DocsHub
nav: nav:
- index.md - index.md
- custom_domain.md

View file

@ -0,0 +1,8 @@
# Custom Domain
To use a custom domain with your documentation (`docs.yoursite.com`) instead of our hosted subdomain (`yourdocs.hosted.docshub.io`), you'll need to set up DNS records as follows:
## For docs that DON'T require a login
If your documentation is **public** (you don't need a username/password or SSO to access the site), create a `CNAME` record pointing to `cname.docshub.io`, and then set up your custom domain through the DocsHub portal.
## For docs that DO require a login
If your documentation is **private** (you need a username/password or SSO to access the site), create a `CNAME` record pointing to `authcname.docshub.io`, and then set up your custom domain through the DocsHub portal.