michael-s-molina opened a new pull request, #36298: URL: https://github.com/apache/superset/pull/36298
### SUMMARY Reorganizes the extensions documentation from 11 pages to 8 pages for improved clarity and navigation. **Pages combined into "Development":** - Extension Project Structure - Extension Metadata - Development Mode - Interacting with the Host **Pages renamed:** - "Frontend Contribution Types" → "Contribution Types" (now includes Backend section) - "Deploying an Extension" → "Deployment" - "Security Implications and Responsibilities" → "Security" **Final structure:** 1. Overview 2. Quick Start 3. Architecture 4. Contribution Types 5. Development 6. Deployment 7. MCP Integration 8. Security ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <img width="1706" height="782" alt="Screenshot 2025-11-26 at 14 06 58" src="https://github.com/user-attachments/assets/8490f1cc-39fc-43ca-9e64-4b0083e7f5d2" /> ### TESTING INSTRUCTIONS 1. Run `yarn start` in `docs` 2. Navigate to http://localhost:3000/developer_portal/ ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
