Skip to content

docs: remove orphan deployment/openshift entry from mint.json#6409

Open
ayoubil wants to merge 2 commits into
keephq:mainfrom
ayoubil:free-5217-openshift-orphan-link
Open

docs: remove orphan deployment/openshift entry from mint.json#6409
ayoubil wants to merge 2 commits into
keephq:mainfrom
ayoubil:free-5217-openshift-orphan-link

Conversation

@ayoubil
Copy link
Copy Markdown
Contributor

@ayoubil ayoubil commented May 6, 2026

Fixes #5217.

The sidebar in docs/mint.json has two OpenShift deployment entries:

  1. deployment/kubernetes/openshift — exists at docs/deployment/kubernetes/openshift.mdx (correct)
  2. deployment/openshiftno corresponding mdx file, so Mintlify falls back to the Introduction page

That orphan is exactly the broken redirect reported in #5217: clicking OpenShift in the sidebar lands on Introduction.

Change

One line removed from docs/mint.json:

                 "deployment/kubernetes/openshift"
               ]
             },
-            "deployment/openshift",
             "deployment/ecs"

Verification

  • The legitimate page (deployment/kubernetes/openshift.mdx) is still wired up under the Kubernetes group; clicking OpenShift now lands on the actual content instead of redirecting.
  • docs/mint.json parses as valid JSON.
  • Same pattern as [📃 Docs]: broken documentation link for Microsoft Planner provider #5402 (Microsoft Planner orphan), which removed an analogous orphan entry pointing at a non-existent mdx file.

@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. Documentation Improvements or additions to documentation labels May 6, 2026
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 15, 2026

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ shahargl
❌ ayb


ayb seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Labels

Documentation Improvements or additions to documentation size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[📃 Docs]: When I click on OpenShift, it redirects me to the Introduction page.

3 participants