- Notifications
You must be signed in to change notification settings - Fork1.2k
collapse docs from readme#580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR introduces collapsible sections in the README to make the Tools and Resources lists more navigable.
- Wrap each major Tools category under
<details>
/<summary>
blocks - Wrap each Resources subsection under
<details>
/<summary>
blocks
Comments suppressed due to low confidence (1)
README.md:431
- [nitpick] The summary here reads "Context" but is wrapping the user-related tool
get_me
. Rename it toUsers
to match the section content and maintain consistency.
<summary>Context</summary>
<details> | ||
<summary>Users</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
User tools (get_me
andsearch_users
) are split into two separate collapsible sections. Consider merging them into a singleUsers
block to avoid duplication and improve organization.
Copilot uses AI. Check for mistakes.
Uh oh!
There was an error while loading.Please reload this page.
Closes:
The readme is getting too big and confusing. This is the first of a few refactors to reduce the size of the root readme and to improve readability.
Seehere for a rendered version.