Skip to content

docs: alphabetize annotations reference#798

Merged
oojacoboo merged 1 commit intothecodingmachine:masterfrom
oojacoboo:docs/alphabetize-annotations-reference
Apr 21, 2026
Merged

docs: alphabetize annotations reference#798
oojacoboo merged 1 commit intothecodingmachine:masterfrom
oojacoboo:docs/alphabetize-annotations-reference

Conversation

@oojacoboo
Copy link
Copy Markdown
Collaborator

@oojacoboo oojacoboo commented Apr 21, 2026

Summary

  • Reorder all attribute sections in website/docs/annotations-reference.md alphabetically.
  • The page's in-page navigation (sidebar ToC) currently lists attributes in a mixed semantic/historical order, which makes it hard to locate a specific attribute when you already know its name. Alphabetical order makes lookup trivial.
  • Added a one-line note under the intro stating the order.
  • No section body was modified — content is byte-identical aside from ordering and the single added note line.

Test plan

  • grep -c "^## #\[" returns 25 before and after (no section lost or added).
  • sort-diff of pre/post shows the only differing line is the new intro sentence.
  • Render the Docusaurus site locally and verify the ToC displays A→Z.

Reorder all attribute sections in annotations-reference.md alphabetically
so readers can locate a specific attribute in the page sidebar without
scanning the full list. Content within each section is unchanged.
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.84%. Comparing base (53f9d49) to head (56cb1d0).
⚠️ Report is 149 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #798      +/-   ##
============================================
- Coverage     95.72%   94.84%   -0.89%     
- Complexity     1773     1869      +96     
============================================
  Files           154      175      +21     
  Lines          4586     5079     +493     
============================================
+ Hits           4390     4817     +427     
- Misses          196      262      +66     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@oojacoboo oojacoboo merged commit 5070ef9 into thecodingmachine:master Apr 21, 2026
13 checks passed
@oojacoboo oojacoboo deleted the docs/alphabetize-annotations-reference branch April 21, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants