-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[SSL] Replace nav steps with DashButton or deep links #26109
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
[SSL] Replace nav steps with DashButton or deep links #26109
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
This PR requires additional review attention because it affects the following areas: PartialsThis PR updates partial files, which are pieces of content used across multiple files in our Render component.
|
src/content/docs/ssl/client-certificates/create-a-client-certificate.mdx
Show resolved
Hide resolved
| 2. In **SSL/TLS** > **Overview**, make sure that your [SSL/TLS encryption mode](/ssl/origin-configuration/ssl-modes/off/) **is not** set to **Off**. When you set your encryption mode to **Off**, the **Always Use HTTPS** option will not be visible in your Cloudflare dashboard. | ||
| 3. Go to **SSL/TLS** > **Edge Certificates**. | ||
| 4. For **Always Use HTTPS**, switch the toggle to **On**. | ||
| 1. In the Cloudflare dashboard, go to the **SSL/TLS Overview** page for the respective application. |
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 we need "for the respective application"?
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.. maybe not. For some cases, I find myself wanting to provide more guidance so that it's clear that users must select the correct zone that they want to configure but, for this one, it's probably implicit enough. For DNS, I had a similar consideration here and ended up not using DashButton.
src/content/docs/ssl/edge-certificates/custom-certificates/renewing.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/ssl/edge-certificates/custom-certificates/uploading.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/ssl/edge-certificates/custom-certificates/uploading.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/ssl/edge-certificates/custom-certificates/uploading.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/ssl/reference/compliance-and-vulnerabilities.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Pedro Sousa <[email protected]>
Summary
PCX-19248