This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch feat/show-developer-portal-nav in repository https://gitbox.apache.org/repos/asf/superset.git
commit f9e0634ebb2e6e140de3f42513561ecb0af3227b Author: Evan Rusackas <[email protected]> AuthorDate: Wed Jan 21 13:03:37 2026 -0800 docs: show Developer Portal in global navigation Enable the Developer Portal navigation item in the global navbar. The section was previously hidden via hideFromNav flag while the content was being developed, but is ready for visibility. Co-Authored-By: Claude Opus 4.5 <[email protected]> --- docs/versions-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [
