sidebar-update

Update sidebar configuration and internal links after documentation files are moved or renamed.

5|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/technomensch/knowledge-graph --skill sidebar-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sidebar-update
Source: https://github.com/technomensch/knowledge-graph/tree/main/skills/sidebar-update
Command: npx skills add https://github.com/technomensch/knowledge-graph --skill sidebar-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the issue of outdated sidebar entries when documentation files are moved or renamed, ensuring navigation remains accurate.

Core Features & Use Cases

  • Automatic Sidebar Entry Updates: Detects moved or renamed docs and updates sidebars.js entries accordingly.
  • Internal Link Correction: Finds and updates broken internal links to reflect new document paths.
  • Use Case: When reorganizing a documentation site, use this Skill to automatically align the sidebar navigation with the new file structure, saving manual editing time.

Quick Start

Use the sidebar-update skill to automatically correct your documentation sidebar entries after reorganizing your docs folder.

Frequently Asked Questions about sidebar-update

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

FAQPage Schema
How do I update sidebar configuration automatically after moving documentation files?

To update sidebar configuration automatically after moving documentation files, this Skill parses JavaScript configuration files and safely applies path updates with confirmation steps. It detects moved or renamed docs and aligns your sidebar navigation accordingly.

What is the best way to fix broken internal links when reorganizing a documentation site?

The best way to fix broken internal links when reorganizing a documentation site is to use an automated tool that parses Markdown files for path references. This Skill finds and updates outdated internal links to reflect new document paths.

Can I automate sidebar maintenance for large documentation projects to prevent broken links?

Yes, you can automate sidebar maintenance for large documentation projects to prevent broken links. This Skill is specifically designed for users managing large documentation projects who want to automate sidebar updates and ensure navigation remains accurate.

How does updating sidebars.js entries work when Markdown files are renamed?

Updating sidebars.js entries when Markdown files are renamed works by parsing the JavaScript configuration file for path references. The Skill detects the renamed documentation files and safely applies the necessary path updates with confirmation steps.

Do I need to manually confirm path updates when correcting documentation navigation?

No, you do not manually track changes, but the Skill safely applies updates with confirmation steps. This ensures documentation navigation remains accurate after files are moved or renamed without unintended modifications.