fix(docs): align homepage feature button with integrations page#496
Conversation
The "Any Language" button's tooltip described script usage but linked to the Integrations page, which covers framework integrations like clap. Renamed to "Integrations" with a matching description. Fixes #493 Co-Authored-By: Claude Opus 4.6 <[email protected]>
Summary of ChangesHello @jdx, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request improves the clarity and consistency of the documentation homepage by updating a key navigation element. It addresses a discrepancy where a feature button's label and tooltip did not accurately represent the content of its linked page. The changes ensure that users are now correctly guided to information about framework integrations, enhancing the overall user experience. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request correctly aligns the homepage feature button with the integrations page by updating its label and tooltip. The change improves clarity and consistency for users. I have one suggestion to further improve the readability of the new tooltip text.
| <strong>Language Agnostic</strong> | ||
| <p>Use with bash scripts or integrate with CLIs written in any language via the usage CLI.</p> | ||
| <strong>Framework Integrations</strong> | ||
| <p>Generate usage specs from CLI frameworks like clap, with more integrations coming soon.</p> |
There was a problem hiding this comment.
To improve readability and visually distinguish clap as a framework name, it's good practice to wrap it in <code> tags. This would also make the styling consistent with how clap is presented on the integrations page.
<p>Generate usage specs from CLI frameworks like <code>clap</code>, with more integrations coming soon.</p>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #496 +/- ##
==========================================
+ Coverage 70.71% 77.81% +7.10%
==========================================
Files 47 47
Lines 6716 6595 -121
Branches 6716 6595 -121
==========================================
+ Hits 4749 5132 +383
+ Misses 1277 1105 -172
+ Partials 690 358 -332 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR fixes an inconsistency in the homepage where the "Any Language" feature button's tooltip described language-agnostic scripting but linked to the framework integrations page. The button has been renamed to "Integrations" with an updated tooltip that accurately describes generating usage specs from CLI frameworks like clap, ensuring the button label, tooltip, and link destination are now all aligned.
Changes:
- Renamed homepage feature button from "Any Language" to "Integrations"
- Updated tooltip title from "Language Agnostic" to "Framework Integrations"
- Revised tooltip description to accurately reflect the framework integrations page content
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
### 🚀 Features - add Cobra (Go) integration for generating usage specs by [@jdx](https://github.com/jdx) in [#498](#498) - Add support for nushell by [@abusch](https://github.com/abusch) in [#485](#485) ### 🐛 Bug Fixes - **(docs)** align homepage feature button with integrations page by [@jdx](https://github.com/jdx) in [#496](#496) ### 📚 Documentation - add integrations directory with framework tracker by [@jdx](https://github.com/jdx) in [#497](#497) - add integrations directory with framework tracker by [@jdx](https://github.com/jdx) in [#499](#499) ### 🔍 Other Changes - mise up by [@muzimuzhi](https://github.com/muzimuzhi) in [#492](#492) ### 📦️ Dependency Updates - update actions/checkout digest to de0fac2 by [@renovate[bot]](https://github.com/renovate[bot]) in [#494](#494) - update taiki-e/upload-rust-binary-action digest to f391289 by [@renovate[bot]](https://github.com/renovate[bot]) in [#495](#495) - lock file maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#500](#500) ### New Contributors - @abusch made their first contribution in [#485](#485)
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [usage](https://github.com/jdx/usage) | minor | `2.16.2` → `2.17.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>jdx/usage (usage)</summary> ### [`v2.17.0`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#2170---2026-02-16) [Compare Source](jdx/usage@v2.16.2...v2.17.0) ##### 🚀 Features - add Cobra (Go) integration for generating usage specs by [@​jdx](https://github.com/jdx) in [#​498](jdx/usage#498) - Add support for nushell by [@​abusch](https://github.com/abusch) in [#​485](jdx/usage#485) ##### 🐛 Bug Fixes - **(docs)** align homepage feature button with integrations page by [@​jdx](https://github.com/jdx) in [#​496](jdx/usage#496) ##### 📚 Documentation - add integrations directory with framework tracker by [@​jdx](https://github.com/jdx) in [#​497](jdx/usage#497) - add integrations directory with framework tracker by [@​jdx](https://github.com/jdx) in [#​499](jdx/usage#499) ##### 🔍 Other Changes - mise up by [@​muzimuzhi](https://github.com/muzimuzhi) in [#​492](jdx/usage#492) ##### 📦️ Dependency Updates - update actions/checkout digest to [`de0fac2`](jdx/usage@de0fac2) by [@​renovate\[bot\]](https://github.com/renovate\[bot]) in [#​494](jdx/usage#494) - update taiki-e/upload-rust-binary-action digest to [`f391289`](jdx/usage@f391289) by [@​renovate\[bot\]](https://github.com/renovate\[bot]) in [#​495](jdx/usage#495) - lock file maintenance by [@​renovate\[bot\]](https://github.com/renovate\[bot]) in [#​500](jdx/usage#500) ##### New Contributors - [@​abusch](https://github.com/abusch) made their first contribution in [#​485](jdx/usage#485) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Summary
/cli/scripts) but linked to/spec/integrations(framework integrations like clap)Fixes #493
Test plan
/spec/integrations🤖 Generated with Claude Code