Conversation
Add a "Registry" link to the navbar in two places: 1. Hugo main website: new [[menu.main]] entry at weight 12, placing it between Documentation and Roadmap 2. Sphinx Airflow Theme: add to default navbar_links so the link appears in documentation pages
|
Thank you very much for this project! However, I noticed something on the registry providers page at https://airflow.staged.apache.org/registry/providers/ - the sorting field indicates that providers are sorted by 'Most Downloads', but they actually appear to be sorted alphabetically instead. Is this expected behavior? It's a bit confusing as the UI suggests one sorting method but the actual order doesn't match. |
Thanks @mik-laj , Fixed in apache/airflow#63764 |


Summary
Adds a "Registry" link to the navigation bar in two places:
[[menu.main]]entry inconfig.tomlat weight 12, placing it between Documentation (10) and Roadmap (15)navbar_linksin__init__.pyVerified locally
Built the site with
site.sh preview-landing-pagesand confirmed Registry appears in the navbar:Menu order: Community, Meetups, Documentation, Registry, Use Cases, Announcements, Blog, Airflow Survey 2025, Ecosystem
Note
The Sphinx theme default in
__init__.pyis a fallback — production Airflow docs overridenavbar_linksviaconf_constants.pyin the airflow repo. A follow-up PR there will add Registry to the full docs navbar.