add-to-nav

Insert or move pages in Mintlify docs.json navigation with JSON validation.

7|2|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/DomoApps/domo-documentation-hub --skill add-to-nav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-to-nav
Source: https://github.com/DomoApps/domo-documentation-hub/tree/main/.claude/skills/add-to-nav
Command: npx skills add https://github.com/DomoApps/domo-documentation-hub --skill add-to-nav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually editing the docs.json navigation to insert, move, or register articles is error-prone and tedious; this skill automates targeted navigation edits to keep the navigation coherent and up-to-date.

Core Features & Use Cases

  • Insert a new page into the docs.json navigation under the correct tab, group, and position.
  • Move an existing page to a new location within the navigation, preserving structure and order.
  • Register changes to ensure new or relocated articles appear in the intended place without breaking JSON validity.

Quick Start

Provide the page path, the operation (Insert or Move), and the target location within docs.json, and I will update the navigation accordingly.

Frequently Asked Questions about add-to-nav

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

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

To add a new page to Mintlify docs.json navigation, you provide the page path, the Insert operation, and the target location, which automatically places the article under the correct tab and group while validating the JSON structure.

How do I move an existing page to a different tab in docs.json?

To move an existing page to a different tab in docs.json, you specify the page path, the Move operation, and the target location, which relocates the article while preserving the overall navigation structure and order.

Why does manually editing docs.json navigation break my Mintlify documentation?

Manually editing docs.json navigation often breaks documentation because JSON syntax errors and misplaced structural elements easily occur during insert or move operations, disrupting the coherent navigation structure.

What do I need to provide to update Mintlify navigation structure successfully?

To update Mintlify navigation structure successfully, you need to provide the exact page path, the specific operation type whether Insert or Move, and the precise target location within the docs.json file.

Does updating docs.json navigation validate the JSON structure automatically?

Updating docs.json navigation validates the JSON structure automatically, ensuring that inserting new pages or relocating existing ones maintains a valid and coherent navigation structure without breaking the file.

Can I register a new article into an existing group in docs.json without breaking the order?

You can register a new article into an existing group in docs.json without breaking the order by using the Insert operation with a specified target position, which maintains the sequence and validates the navigation structure.