docs: fix database logos on overview page, rename Developer Portal

- Fix 61 broken database logo images by updating paths from
  docs/static/img/ to /img/ (Docusaurus serves static/ at root)
- Update all old superset.apache.org/docs/ links to new bifurcated
  paths (user-docs, admin-docs, developer-docs)
- Rename "Developer Portal" to "Developer Docs" in user-facing pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-02-25 20:31:13 -08:00
parent 388eb5e7d6
commit c151cc7200
3 changed files with 75 additions and 75 deletions

View File

@@ -248,7 +248,7 @@ superset-extensions dev
## Contributing Extension-Compatible Components
Components in `@apache-superset/core` are automatically documented in the Developer Portal. Simply add a component to the package and it will appear in the extension documentation.
Components in `@apache-superset/core` are automatically documented in the Developer Docs. Simply add a component to the package and it will appear in the extension documentation.
### Requirements
@@ -307,7 +307,7 @@ When the docs site is built (`yarn start` or `yarn build` in the `docs/` directo
- Props table from story `args`
- Usage code snippet
- Links to source files
3. Pages appear automatically in **Developer Portal → Extensions → Components**
3. Pages appear automatically in **Developer Docs → Extensions → Components**
### Best Practices