Skip to content

align mintlify nav with current docs structure#2526

Open
swstica wants to merge 1 commit into
mainfrom
swastika/fix/mint-config
Open

align mintlify nav with current docs structure#2526
swstica wants to merge 1 commit into
mainfrom
swastika/fix/mint-config

Conversation

@swstica

@swstica swstica commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

added mintlify pages that were missing in docs.json

@greptile-apps

greptile-apps Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR aligns the Mintlify navigation configuration in docs.json with the repository's actual documentation file structure by adding previously unlisted pages and renaming the Agents group to Coding agents.

  • All newly added nav entries (capabilities/agents/readme, capabilities/manipulation/readme, capabilities/manipulation/a750, capabilities/mapping/relocalization, capabilities/navigation/readme, capabilities/perception/readme, coding-agents/worktrees, development/releasing, etc.) have confirmed corresponding .md files on disk.
  • The Agents top-level group is renamed to Coding agents with all paths updated from agents/* to coding-agents/*, and the nested Native sub-group under Navigation is flattened to a direct page entry.

Confidence Score: 5/5

Safe to merge — all newly added nav entries map to confirmed files on disk, and the structural changes are well-formed Mintlify navigation.

Every new page reference introduced in this PR has a corresponding .md file in the repository. The group rename from Agents to Coding agents correctly updates all child paths, and the Navigation group flattening is valid. No nav entries point to missing files.

No files require special attention.

Important Files Changed

Filename Overview
docs/docs.json Nav entries updated to include previously missing pages; all newly referenced files confirmed to exist on disk. Structural group rename and flattening changes are well-formed.

Reviews (2): Last reviewed commit: "update and add missing pages from mint d..." | Re-trigger Greptile

Comment thread docs/docs.json
Comment on lines +147 to 150
"pages": [
"capabilities/teleoperation/hosted"
]
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Missing file: capabilities/teleoperation/hosted

The nav entry capabilities/teleoperation/hosted has no corresponding source file — docs/capabilities/teleoperation/ does not exist at all. Mintlify will render a broken/404 entry in the sidebar for this group, and clicking it will return a page-not-found error.

Comment thread docs/docs.json
"agents/testing",
"coding-agents/index",
"coding-agents/style",
"coding-agents/code-quality-rules",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Missing file: coding-agents/code-quality-rules

docs/coding-agents/code-quality-rules.md does not exist in the repository. Adding it to the nav will produce a broken sidebar link that 404s for visitors.

Comment thread docs/docs.json
Comment on lines 38 to +53
@@ -49,6 +50,7 @@
{
"group": "Data streams",
"pages": [
"usage/data_streams/readme",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 README filename case mismatch may break page resolution

The three new entries usage/readme, usage/data_streams/readme, and usage/sensor_streams/readme reference lowercase readme, but the actual files on disk are docs/usage/README.md, docs/usage/data_streams/README.md, and docs/usage/sensor_streams/README.md (all uppercase). On the case-sensitive Linux filesystem where Mintlify typically deploys, these lookups will fail to resolve the file, resulting in 404s. The other pages in this codebase all use lowercase filenames consistently — consider renaming the three README.md files to readme.md.

Comment thread docs/docs.json
Comment on lines +82 to 97
"group": "Coding agents",
"pages": [
"agents/index",
"agents/style",
"agents/testing",
"coding-agents/index",
"coding-agents/style",
"coding-agents/code-quality-rules",
"coding-agents/testing",
"coding-agents/worktrees",
{
"group": "Authoring agent docs",
"pages": [
"agents/docs/index",
"agents/docs/codeblocks",
"agents/docs/doclinks"
"coding-agents/docs/index",
"coding-agents/docs/codeblocks",
"coding-agents/docs/doclinks"
]
}
]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 No redirects from old agents/* paths to new coding-agents/* paths

The group was renamed from agents to coding-agents and all page paths updated accordingly, but no redirects entries have been added to docs.json for the old URLs (agents/index, agents/style, agents/testing, agents/docs/index, etc.). Anyone who bookmarked or linked to those pages will hit 404s. Mintlify supports "redirects": [{"source": "/agents/index", "destination": "/coding-agents/index"}] entries at the top level of docs.json.

@swstica swstica force-pushed the swastika/fix/mint-config branch from b3eee54 to b47e1f8 Compare June 18, 2026 12:14
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

@@            Coverage Diff             @@
##             main    #2526      +/-   ##
==========================================
- Coverage   69.97%   69.97%   -0.01%     
==========================================
  Files         842      842              
  Lines       74420    74420              
  Branches     6668     6668              
==========================================
- Hits        52077    52075       -2     
- Misses      20636    20638       +2     
  Partials     1707     1707              
Flag Coverage Δ
OS-ubuntu-24.04-arm 63.90% <ø> (-0.01%) ⬇️
OS-ubuntu-latest 64.73% <ø> (ø)
Py-3.10 64.73% <ø> (ø)
Py-3.11 64.73% <ø> (+<0.01%) ⬆️
Py-3.12 64.73% <ø> (+<0.01%) ⬆️
Py-3.13 64.73% <ø> (+<0.01%) ⬆️
Py-3.14 64.74% <ø> (-0.01%) ⬇️
Py-3.14t 64.73% <ø> (ø)
SelfHosted-Large 30.28% <ø> (ø)
SelfHosted-Linux 38.22% <ø> (+<0.01%) ⬆️
SelfHosted-macOS 36.98% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions github-actions Bot added the ready-to-merge Required CI checks have passed on this PR label Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready-to-merge Required CI checks have passed on this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant