This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fabd7f997 docs: show Developer Portal in global navigation (#37313)
9fabd7f997 is described below

commit 9fabd7f997c7e533537cf18c58528da117d67eba
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Jan 22 09:41:07 2026 -0800

    docs: show Developer Portal in global navigation (#37313)
    
    Co-authored-by: Claude Opus 4.5 <[email protected]>
---
 docs/docusaurus.config.ts    | 2 +-
 docs/src/data/databases.json | 2 +-
 docs/versions-config.json    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts
index c9b0e8c28c..320299e7c6 100644
--- a/docs/docusaurus.config.ts
+++ b/docs/docusaurus.config.ts
@@ -134,7 +134,7 @@ if (!versionsConfig.developer_portal.disabled && 
!versionsConfig.developer_porta
       {
         type: 'doc',
         docsPluginId: 'developer_portal',
-        docId: 'extensions/architectural-principles',
+        docId: 'extensions/overview',
         label: 'Extensions',
       },
       {
diff --git a/docs/src/data/databases.json b/docs/src/data/databases.json
index 88eb25777a..35e91f79a9 100644
--- a/docs/src/data/databases.json
+++ b/docs/src/data/databases.json
@@ -1,5 +1,5 @@
 {
-  "generated": "2026-01-19T22:38:23.768Z",
+  "generated": "2026-01-21T21:46:41.044Z",
   "statistics": {
     "totalDatabases": 67,
     "withDocumentation": 67,
diff --git a/docs/versions-config.json b/docs/versions-config.json
index 3587ebb9d6..d96bfc498d 100644
--- a/docs/versions-config.json
+++ b/docs/versions-config.json
@@ -22,7 +22,7 @@
   },
   "developer_portal": {
     "disabled": false,
-    "hideFromNav": true,
+    "hideFromNav": false,
     "lastVersion": "current",
     "includeCurrentVersion": true,
     "onlyIncludeVersions": [

Reply via email to