Conversation
Co-authored-by: openhands <openhands@all-hands.dev>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
all-hands-bot
left a comment
There was a problem hiding this comment.
🔴 Needs rework - The file reorganization structure is sound, but you've moved the files without updating their internal cross-references.
[CRITICAL ISSUES]
-
Internal Links (52 broken): All moved files still reference
/openhands/usage/paths internally. Examples:enterprise/usage/settings/api-keys-settings.mdxline 7:/openhands/usage/cloud/openhands-cloudenterprise/usage/settings/integrations-settings.mdxline 10:/openhands/usage/cloud/openhands-cloud- Total: 34 refs to
/openhands/usage/cloud/, 18 to other moved paths
-
Duplicate Navigation:
integrations-settingsappears in both Settings and Integrations groups (docs.json lines 390 and 397)
[FIX]
Run this search-and-replace across all moved files:
find enterprise/usage -name '*.mdx' -type f -exec sed -i \
's|/openhands/usage/cloud/|/enterprise/usage/cloud/|g; \
s|/openhands/usage/settings/|/enterprise/usage/settings/|g; \
s|/openhands/usage/automations/|/enterprise/usage/automations/|g; \
s|/openhands/usage/api/|/enterprise/usage/api/|g' {} +Remove the duplicate integrations-settings entry from the Integrations group in docs.json.
VERDICT: ❌ Needs rework - Must fix broken internal links
KEY INSIGHT: When moving documentation, internal cross-references matter as much as the file paths.
Co-authored-by: openhands <openhands@all-hands.dev>
|
Addressed the review feedback in
This comment was created by an AI assistant (OpenHands) on behalf of the user. |
all-hands-bot
left a comment
There was a problem hiding this comment.
🟡 Acceptable - The file reorganization is technically sound, but lacks build verification.
KEY INSIGHT: This is a straightforward directory restructure with proper link updates and backward-compatible redirects. The execution is pragmatic and clean, but you didn't prove it works.
all-hands-bot
left a comment
There was a problem hiding this comment.
🟡 Acceptable - Files moved correctly with proper internal updates, but external references weren't updated.
KEY INSIGHT: The reorganization is half-complete—moved files are clean, but 12 other docs still use old paths, creating redirect hops and inconsistency.
Co-authored-by: openhands <openhands@all-hands.dev>
all-hands-bot
left a comment
There was a problem hiding this comment.
🟡 Acceptable - Clean directory reorganization with proper redirects and comprehensive link updates.
KEY INSIGHT: This is a well-executed mechanical refactor. You mentioned running mint broken-links in a review comment, but the PR description checkbox for local verification is unchecked—consider documenting the verification in an Evidence section for future reference.
Summary of changes
openhands/usage/...toenterprise/usage/...Cloudtab indocs.jsonto use the newenterprise/...pathsopenhands/usage/...routes so the visible docs URLs continue to workAGENTS.mdto reflect the new Cloud docs location conventionThis PR was created by an AI assistant (OpenHands) on behalf of the user.