update-nav

Add new pages to specified groups in the docs.json navigation structure.

1|1|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/in-co-sandbox/in-co-sandbox-docs --skill update-nav-in-co-sandbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-nav
Source: https://github.com/in-co-sandbox/in-co-sandbox-docs/tree/main/ai/skills/update-nav
Command: npx skills add https://github.com/in-co-sandbox/in-co-sandbox-docs --skill update-nav-in-co-sandbox

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of adding new pages to your documentation's navigation structure, ensuring your site's sidebar remains organized and up-to-date.

Core Features & Use Cases

  • Dynamic Navigation Updates: Adds new pages to the docs.json navigation file.
  • Intelligent Grouping: Places new pages into appropriate navigation groups (e.g., Guides, API Reference, Recipes) based on user journey.
  • Use Case: When a new API endpoint guide is created, this Skill can automatically add it to the "API Reference" section of the navigation, making it discoverable for users.

Quick Start

Use the update-nav skill to add the file 'new-feature.mdx' to the 'Developer Resources' navigation group.

Frequently Asked Questions about update-nav

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new page to my docs.json navigation sidebar?

To add a new page to your docs.json navigation sidebar, you insert the page file into a specified navigation group, ensuring the sidebar structure remains organized and updated for user discovery.

What is the best way to organize documentation content into navigation groups?

Organizing documentation content into navigation groups involves structuring your docs.json file by user journey, placing pages into common categories like Guides, API Reference, and Recipes for intuitive sidebar access.

Can I automatically update my documentation sidebar when new content is created?

You can automatically update your documentation sidebar by processing the docs.json file, which dynamically inserts new pages into appropriate existing navigation groups without requiring manual JSON formatting.

Does updating docs.json navigation require understanding existing JSON formatting?

Yes, updating docs.json navigation requires understanding existing navigation structure and JSON formatting to accurately insert new pages into specified groups without breaking the sidebar configuration.

How do I place a new API endpoint guide into the API Reference navigation group?

To place a new API endpoint guide into the API Reference navigation group, you add the file path to the corresponding section in your docs.json, making it discoverable for users.