docs-v2/layouts/api
Jason Stirnaman 59daf1733d fix(api): render children listing on API section index pages
Update Hugo templates to correctly display API children listing on
section index pages (/influxdb3/core/api/, /influxdb3/enterprise/api/)
instead of the RapiDoc renderer.

- Create layouts/api/section.html for API section pages
- Update layouts/_default/api.html to detect section pages and render
  content directly instead of using RapiDoc
- Clean up layouts/api/list.html debug comment

The issue was that layouts/_default/api.html took precedence over
layouts/api/list.html for section pages due to Hugo's type-based
template lookup. The fix adds .IsSection check to delegate section
pages to appropriate rendering logic.
2025-12-31 14:41:44 -06:00
..
list.html fix(api): render children listing on API section index pages 2025-12-31 14:41:44 -06:00
section.html fix(api): render children listing on API section index pages 2025-12-31 14:41:44 -06:00
single.html fix(api): Remove duplicated Authentication section 2025-12-29 14:55:12 -06:00