docs-v2/layouts/api
Jason Stirnaman fc1f93680b style(api): use Redocly anchor format and flatten operation layout
- Switch operation anchors from {method}-{path} to
  operation/{operationId} (PascalCase), matching Redocly convention
  and existing content links like #operation/PutPluginFile.
  Updated in Hugo templates, all-endpoints list, and JS TOC.

- Remove nested bordered containers from API operations. Operations
  separated by top-border dividers instead of card wrappers. Param
  lists, schema properties, and responses no longer wrapped in
  bordered boxes.

- Replace CSS custom properties (var(--article-text, ...)) with SCSS
  theme variables ($article-text, $article-heading, $nav-border, etc).
  The CSS vars were never defined in this theme, so all text fell back
  to hardcoded dark-gray values invisible in dark mode.

- Delete entire dark mode override section — now handled automatically
  by Hugo's per-theme SCSS compilation.

- Add border-bottom divider to operation endpoint line for visual
  separation from the operation heading.

- Update PLAN.md to mark Task 7 as completed.
2026-03-06 14:35:54 -06:00
..
all-endpoints.html feat(api): add All endpoints page and fix v2 menu warnings 2026-01-14 17:27:39 -06:00
list.html style(api): use Redocly anchor format and flatten operation layout 2026-03-06 14:35:54 -06:00
section.html refactor(api): complete Hugo-native migration, remove RapiDoc 2026-02-13 15:07:02 -06:00
single.html refactor(api): complete Hugo-native migration, remove RapiDoc 2026-02-13 15:07:02 -06:00