kaxil opened a new pull request, #1458: URL: https://github.com/apache/airflow-site/pull/1458
## Summary Adds a "Registry" link to the navigation bar in two places: 1. **Hugo main website** — new `[[menu.main]]` entry in `config.toml` at weight 12, placing it between Documentation (10) and Roadmap (15) 2. **Sphinx Airflow Theme** — adds Registry to the default `navbar_links` in `__init__.py` ### Verified locally Built the site with `site.sh preview-landing-pages` and 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__.py` is a fallback — production Airflow docs override `navbar_links` via `conf_constants.py` in the airflow repo. A follow-up PR there will add Registry to the full docs navbar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
