cmarteepants commented on PR #63188: URL: https://github.com/apache/airflow/pull/63188#issuecomment-4025790895
Following up on the nav noise concern raised by @ryanahamilton and the About menu idea from @potiuk: I think there's a better implementation here than the footer trademark. What if instead of adding a trademark element to the nav footer, we: 1. Rename the existing `Docs` menu to `About` 2. Add `Apache Airflow™` as the first item, linking to https://airflow.apache.org/ 3. Keep the existing items (Documentation, GitHub Repo, REST API Reference) 4. Display the version as `Apache Airflow™ v3.2.0` rather than just `3.2.0` (tip of the hat to @ryanahamilton's suggestion) This addresses the brand concern more robustly than the current PR: the trademark is always present regardless of whether the logo has been replaced, and it earns its place by being attached to something genuinely useful. It also avoids adding a new persistent element to the nav that users will wonder about. The version display idea is particularly nice since it makes the trademark attribution feel natural rather than like a compliance notice. Happy to help write up an updated description if this direction works for the reviewers. -- 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]
