docs: Reorganize and improve developer portal documentation (#36005)

This commit is contained in:
Michael S. Molina
2025-11-06 16:50:31 -03:00
committed by GitHub
parent 2f2128ac48
commit 208b1f7fa3
43 changed files with 708 additions and 5081 deletions

View File

@@ -35,8 +35,8 @@ Welcome to the Apache Superset Developer Portal - your comprehensive resource fo
### Extension Development
- [Extension Project Structure](/developer_portal/extensions/extension-project-structure)
- [Extension Architecture](/developer_portal/architecture/overview)
- [Extension Architecture](/developer_portal/extensions/high-level-architecture)
- [Extension Architecture](/developer_portal/extensions/architecture)
- [Quick Start](/developer_portal/extensions/quick-start)
## 📚 Documentation Sections
@@ -105,9 +105,9 @@ Everything you need to contribute to the Apache Superset project. This section i
<td width="50%">
**I want to build an extension**
1. [Learn the architecture](/developer_portal/architecture/overview)
1. [Start with Quick Start](/developer_portal/extensions/quick-start)
2. [Learn extension structure](/developer_portal/extensions/extension-project-structure)
3. [Explore architecture](/developer_portal/extensions/high-level-architecture)
3. [Explore architecture](/developer_portal/extensions/architecture)
</td>
</tr>