no-hup opened a new pull request, #43690:
URL: https://github.com/apache/superset/pull/43690

   ### Summary
   
   The extension component docs still point at 
`superset-frontend/packages/superset-core/src/ui/components/`, but that 
`src/ui/` layer no longer exists — the package was reorganized into a 
feature-based structure and the components now live directly under 
`src/components/`. So the "Source Links" in `alert.mdx` 404, and the "add a new 
component" steps in `index.mdx` tell you to add files to a path that isn't 
there anymore.
   
   This just drops the stale `ui/` segment from the paths:
   
   - `alert.mdx` — the Story file / Component source links now resolve (they 
currently 404).
   - `index.mdx` — the two instruction lines now point at the real 
`src/components/` location.
   
   Verified against current `master`:
   - `.../src/components/Alert/index.tsx` and `.../src/components/index.ts` 
exist.
   - The old `.../src/ui/...` paths return 404.
   
   Docs-only, no code or behavior change.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to