DocsHub: Start custom domain info
This commit is contained in:
parent
ee42ceb023
commit
d8645a9952
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
title: DocsHub
|
title: DocsHub
|
||||||
nav:
|
nav:
|
||||||
- index.md
|
- index.md
|
||||||
|
- custom_domain.md
|
8
docs/docshub/custom_domain.md
Normal file
8
docs/docshub/custom_domain.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue