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. |
||
|---|---|---|
| .. | ||
| _markup | ||
| LLMS-TXT-README.md | ||
| api.html | ||
| landing-influxdb.html | ||
| landing-influxdb.llmstxt.txt | ||
| list.html | ||
| page-list.json | ||
| section.html | ||
| single.html | ||
| tags-landing.html | ||