Skip to content

Fix Accordion typo in docs navigation and route naming#559

Closed
MD-Mushfiqur123 wants to merge 2 commits into
thesysdev:mainfrom
MD-Mushfiqur123:fix/accordion-typo
Closed

Fix Accordion typo in docs navigation and route naming#559
MD-Mushfiqur123 wants to merge 2 commits into
thesysdev:mainfrom
MD-Mushfiqur123:fix/accordion-typo

Conversation

@MD-Mushfiqur123
Copy link
Copy Markdown

Closes #553

- Rename directory accordian/ to accordion/
- Fix function name BlocksAccordianPage -> BlocksAccordionPage
- Fix navigation ids, labels, and hrefs in both component and design-system configs
- Add permanent redirect from old path to maintain backward compatibility

Closes thesysdev#553
@vishxrad
Copy link
Copy Markdown
Contributor

Thanks @MD-Mushfiqur123, closing this in favor of #571, which has since landed for #553. Your approach (config-level redirect in next.config.mjs instead of a stub page) was actually the right call, and that's the approach now in main.

Two reasons this one didn't go in directly:

  1. The vue-chat README in examples/vue-chat/ is unrelated to the typo fix and would have needed its own review. If you'd like to contribute that doc, please open a separate PR and we'll review it on its own merits.
  2. The redirect needed to also cover /docs/design-system/blocks/accordian in addition to the components path.

Appreciate you taking a swing at this. Closing as superseded.

@vishxrad vishxrad closed this May 26, 2026
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

2 participants