Skip to content

fix: rename docs file to remove-group-machine-identity for consistent naming and fix sidebar#5554

Merged
vmatsiiako merged 1 commit intomainfrom
devin/1772202596-fix-docs-rename-file
Feb 27, 2026
Merged

fix: rename docs file to remove-group-machine-identity for consistent naming and fix sidebar#5554
vmatsiiako merged 1 commit intomainfrom
devin/1772202596-fix-docs-rename-file

Conversation

@devin-ai-integration
Copy link
Contributor

Context

Follow-up to #5553. The sidebar link for "Remove Machine Identity from Group" was broken because the docs file was named remove-group-identity.mdx while docs.json originally referenced remove-group-machine-identity. PR #5553 updated docs.json to match the file, but the Mintlify deployment was skipped and the sidebar still appeared broken (no DEL badge, lowercase text).

This PR takes the correct approach: rename the file from remove-group-identity.mdx to remove-group-machine-identity.mdx to be consistent with its counterpart add-group-machine-identity.mdx, and update docs.json to reference remove-group-machine-identity. This ensures the URL matches what was originally expected (/docs/api-reference/endpoints/groups/remove-group-machine-identity).

Steps to verify the change

  1. After deploy, visit https://infisical.com/docs/api-reference/endpoints/groups/add-group-machine-identity
  2. Confirm the sidebar shows "Remove Machine Identity from Group" with a DEL badge (not plain text)
  3. Click the sidebar link and confirm it navigates to the correct page

Type

  • Fix
  • Feature
  • Improvement
  • Breaking
  • Docs
  • Chore

Checklist

Link to Devin run: https://app.devin.ai/sessions/74bfa2d245694980a3ca53480b2dfca7
Requested by: @vmatsiiako

…y.mdx for consistent naming

Co-Authored-By: Vlad Matsiiako <vm265@cornell.edu>
@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@maidul98
Copy link
Collaborator

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@vmatsiiako vmatsiiako merged commit 7aa7cd7 into main Feb 27, 2026
7 checks passed
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 27, 2026

Greptile Summary

This PR correctly renames the documentation file from remove-group-identity.mdx to remove-group-machine-identity.mdx and updates docs.json accordingly. This ensures consistent naming with the counterpart file add-group-machine-identity.mdx and restores the originally expected URL path /docs/api-reference/endpoints/groups/remove-group-machine-identity.

  • File renamed to match the URL structure and naming convention of related endpoints
  • docs.json updated to reference the new filename
  • No content changes to the documentation itself
  • No remaining references to the old filename in the codebase

Confidence Score: 5/5

  • This PR is safe to merge with no risk - it's a straightforward documentation file rename with proper configuration updates
  • This is a simple documentation fix that renames a file and updates its reference in the configuration file. No code logic is affected, no breaking changes introduced, and the change improves consistency with naming conventions. All references have been properly updated.
  • No files require special attention

Important Files Changed

Filename Overview
docs/api-reference/endpoints/groups/remove-group-machine-identity.mdx File renamed from remove-group-identity.mdx to remove-group-machine-identity.mdx for consistency with its counterpart add-group-machine-identity.mdx - no content changes
docs/docs.json Updated reference from remove-group-identity to remove-group-machine-identity to match the renamed file and original URL structure

Last reviewed commit: 4e9a33f

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants