Skip to content

docs: fix Accordion route spelling#571

Open
Lucas-FManager wants to merge 1 commit into
thesysdev:mainfrom
Lucas-FManager:codex/fix-accordion-typo
Open

docs: fix Accordion route spelling#571
Lucas-FManager wants to merge 1 commit into
thesysdev:mainfrom
Lucas-FManager:codex/fix-accordion-typo

Conversation

@Lucas-FManager
Copy link
Copy Markdown

@Lucas-FManager Lucas-FManager commented May 24, 2026

Problem

The docs navigation and route naming use the misspelling accordian, while the component and user-facing concept are Accordion.

Root Cause

The typo exists in both docs navigation configs and in the block route folder name. Because navigation IDs and links reuse that misspelled value, users see Accordian in the sidebar and the generated route also carries the typo.

What Changed

  • Updated the navigation ID, label, and href to use accordion / Accordion.
  • Moved the docs block page from /components/blocks/accordian to /components/blocks/accordion.
  • Added a redirect from the old misspelled route so existing links do not break.

Why This Approach

This fixes the visible typo and the route naming, while preserving backwards compatibility for anyone who already has the old URL bookmarked or linked.

Validation

  • git diff --check
  • rg "Accordian|accordian" docs/app docs/shared -g '!node_modules'

Risk

Low. This is a docs route/navigation correction. The compatibility redirect keeps the old path working.

Closes #553

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Accordion typo in docs navigation and route naming

1 participant