docs-v2/layouts/_default
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
..
_markup feat(monolith): use minio for object storage (#6228) 2025-07-17 15:14:17 -05:00
LLMS-TXT-README.md Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
api.html fix(api): render children listing on API section index pages 2025-12-31 14:41:44 -06:00
landing-influxdb.html Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
landing-influxdb.llmstxt.txt Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
list.html Algolia search modifications (#3522) 2021-12-23 09:49:35 -07:00
page-list.json chore(hugo): Update shortcodes and templates to avoid calling isset on <nil> 2025-05-19 14:57:15 -05:00
section.html Algolia search modifications (#3522) 2021-12-23 09:49:35 -07:00
single.html Algolia search modifications (#3522) 2021-12-23 09:49:35 -07:00
tags-landing.html Algolia search modifications (#3522) 2021-12-23 09:49:35 -07:00