-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Update domains page to include custom domain details #151
base: main
Are you sure you want to change the base?
Conversation
📚 Documentation changes in this PR can be previewed here. |
164f2b7
to
9679d24
Compare
|
||
Custom domains are not yet supported. We are working on it. | ||
Currently, each Globe project can have only one custom domain. To add a new domain, you must remove the existing one first. We will be adding support for multiple domains soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we say at a later date rather than "soon" - and link to the canny board if they want this?
|
||
Before adding a custom domain to Globe, update your DNS settings with your domain provider (e.g., GoDaddy, Google Domains, Cloudflare). | ||
|
||
- Add a **CNAME record** pointing your domain to the value provided by Globe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should put the CNAME record in the docs - it should be static and never change. @kaziwaseef thoughts?
1. Go to the **Globe Dashboard**. | ||
2. Select your project and navigate to **Domains**. | ||
3. Click **Add Custom Domain**. | ||
4. Enter your domain name (e.g., `example.com`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Enter your domain name (e.g., `example.com`). | |
4. Enter your domain name (e.g., `api.example.com`). |
@kaziwaseef what are the restrictions on TLD? Wonder if we need to state here
Description
Type of Change
feat
-- New feature (non-breaking change which adds functionality)fix
-- Bug fix (non-breaking change which fixes an issue)!
-- Breaking change (fix or feature that would cause existing functionality to change)refactor
-- Code refactorci
-- Build configuration changedocs
-- Documentationchore
-- Chore