-
Notifications
You must be signed in to change notification settings - Fork 4
Sp docs improvements #114
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
Sp docs improvements #114
Conversation
MariadeAnton
left a comment
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.
Hope it helps @thebiglabasky, was as detailed as possible.
Co-authored-by: María de Antón <[email protected]>
Co-authored-by: María de Antón <[email protected]>
|
@MariadeAnton Changes are up! |
Co-authored-by: María de Antón <[email protected]>
| 2. Create a CNAME record in your DNS that points to custom-domain.checkly-status-page.com | ||
| Any DNS provider will have the option to easily add CNAME records. For example on Cloudflare this looks as follows. | ||
| <Step title="Create a CNAME record that points to `custom-slug.checkly-status-page.com`"> | ||
| Create a CNAME record with your DNS provider and point it to `custom-slug.checkly-status-page.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.
This has to be specifically custom-domain.checkly-status-page.com
|
|
||
| 3. Verify you are the owner of the domain by adding a `TXT` record to your DNS. The record can be copied from the status page configuration page after providing a custom domain and saving the page once. | ||
| <Step title="Verify domain ownership by adding a TXT record"> | ||
| Copy the domain-verification TXT record from the Status Page configuration after you've added your custom domain and save the page. |
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.
| Copy the domain-verification TXT record from the Status Page configuration after you've added your custom domain and save the page. | |
| Copy the domain-verification TXT record(s) from the Status Page configuration after you've added your custom domain and save the page. |
| 4. Add validation `TXT` record(s). The record can be copied from the status page configuration page after providing a custom domain and saving the page once. | ||
|  | ||
| <Note> | ||
| Search engines require this verification to index and list your Status Page. |
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.
For search engine indexing, they'll need to verify ownership of their domain from the Google Console rather, the TXT for this is provided by Google during verification, not us. I'd say this step customers should be aware, but it would come after everything is set up already with the custom domain
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.
Do you think we should update the accordingly then? Just trying to ensure we're not saying anything technically wrong for now
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.
Yeah I think we can either skip mentioning indexing at all, or mention it at the bottom after the custom domain setup details
Affected Components
Notes for the Reviewer