You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**What:** All 4 API doc pages duplicate the endpoint header markup (colored method badge + path in bordered container). APIRepositoriesPage already has a local `EndpointHeader` component - extract it to `@/components/docs` and reuse.
19
+
20
+
**Saves:**~40 lines of duplication
21
+
22
+
**When to do:** Next time any of these pages need changes, or during a cleanup sprint.
**What:** Same page list maintained in 3 places. Adding a page requires updating all 3. Extract single `docsNavigation` data source and derive variants from it.
35
+
36
+
**When to do:** Before adding more doc pages, or if someone forgets to update all 3.
0 commit comments