Skip to content

docs: rename tutorial 'Securing NGINX-ingress' to 'Securing ingress-nginx'#2188

Open
iacker wants to merge 1 commit into
cert-manager:masterfrom
iacker:docs/rename-ingress-nginx-1608
Open

docs: rename tutorial 'Securing NGINX-ingress' to 'Securing ingress-nginx'#2188
iacker wants to merge 1 commit into
cert-manager:masterfrom
iacker:docs/rename-ingress-nginx-1608

Conversation

@iacker

@iacker iacker commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Summary

Renames the ACME tutorial "Securing NGINX-ingress" to "Securing ingress-nginx" to match the project actually used in the tutorial.

The tutorial installs and configures ingress-nginx (the community Kubernetes project), but the page title said NGINX-ingress, which is easily confused with the unrelated commercial NGINX Ingress Controller maintained by F5/NGINX.

This is a documentation-only, wording change. No logic, commands, or steps are modified.

Changes (current content/docs/ only — versioned snapshots left untouched):

  • content/docs/tutorials/acme/nginx-ingress.md: frontmatter title, intro sentence, and the "Step 2" heading aligned to ingress-nginx.
  • content/docs/manifest.json: navigation entry title updated to match.

Validation

  • manifest.json re-validated as well-formed JSON locally (python3 -c "import json; json.load(...)").
  • Verified no internal links target the old Step 2 - Deploy the NGINX Ingress Controller heading anchor, so the heading rename breaks no cross-references.
  • The tutorial file path/URL is unchanged, so no redirects are needed.
  • Collision check: no open PR references issue Renaming Securing NGINX-ingress to ingress-nginx #1608 or this tutorial title.

Closes #1608

…ginx'

The tutorial uses ingress-nginx (kubernetes/ingress-nginx) but the title
said 'NGINX-ingress', which is easily confused with the unrelated
commercial NGINX Ingress Controller (nginx/kubernetes-ingress). Align the
title, navigation manifest entry, and in-body references with the actual
project name used throughout the tutorial.

Closes cert-manager#1608

Signed-off-by: Billard <82095453+iacker@users.noreply.github.com>
@cert-manager-prow cert-manager-prow Bot added the dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. label Jun 30, 2026
@cert-manager-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign munnerz for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 30, 2026
@netlify

netlify Bot commented Jun 30, 2026

Copy link
Copy Markdown

Deploy Preview for cert-manager ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 9a948a5
🔍 Latest deploy log https://app.netlify.com/projects/cert-manager/deploys/6a44089cbeccdd0009f3e6ec
😎 Deploy Preview https://deploy-preview-2188--cert-manager.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Renaming Securing NGINX-ingress to ingress-nginx

1 participant