Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
{
"group": "Essential Guidelines",
"pages": [
"overview/model-context-protocol",
{
"group": "Skills",
"pages": [
"overview/skills",
"overview/skills/repo",
"overview/skills/keyword",
"overview/skills/org",
"overview/skills/public",
"overview/skills/adding"
]
},
"overview/plugins",
"openhands/usage/essential-guidelines/when-to-use-openhands",
"openhands/usage/tips/prompting-best-practices",
"openhands/usage/essential-guidelines/good-vs-bad-instructions",
Expand All @@ -42,6 +55,8 @@
{
"group": "Onboarding OpenHands",
"pages": [
"openhands/usage/tips/prompting-best-practices",
"overview/skills/creating",
Copy link
Contributor

Choose a reason for hiding this comment

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

🔴 Critical: The new file overview/skills/monitoring.mdx is not included in the navigation structure. Users cannot discover this page through the docs navigation, even though it is linked from other pages.

Add it to the appropriate section, likely under the Skills group:

Suggested change
"overview/skills/creating",
"overview/skills/creating",
"overview/skills/monitoring",

"openhands/usage/customization/repository",
"overview/skills/repo"
Comment on lines +58 to 61
Copy link
Contributor

Choose a reason for hiding this comment

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

🟠 Important: Duplicate navigation entries detected:

  • openhands/usage/tips/prompting-best-practices appears at line 50 (Essential Guidelines) and line 58 (Onboarding OpenHands)
  • overview/skills/repo appears at line 41 (Skills group) and line 61 (Onboarding OpenHands)

Pages should only appear once in the navigation. Decide which location is most appropriate for each page and remove the duplicates.

]
Expand Down
Loading
Loading