Found during review of #456. Pre-existing on main.
/api-docs: each endpoint article uses h4 for "Request body" / "Response" directly under the section h2, so the outline goes h2 → h4.
- Recipe page: sectioned recipes render section names as
h3 in the steps column, which has no h2 of its own (the plan deferred a "Method" heading because recipe-method has no locale key).
Fix: make the endpoint summary an h3 (or the sub-labels h3), and add a translated "Method" h2 above the steps.
Found during review of #456. Pre-existing on main.
/api-docs: each endpointarticleusesh4for "Request body" / "Response" directly under the sectionh2, so the outline goes h2 → h4.h3in the steps column, which has noh2of its own (the plan deferred a "Method" heading becauserecipe-methodhas no locale key).Fix: make the endpoint summary an
h3(or the sub-labelsh3), and add a translated "Method"h2above the steps.