{{ sub_title }}
{% if sub_desc %} {{ sub_desc }} {% else %} {% match sub_type %} {% case _ if 'python' in sub_type %} Browse Python packages, modules, classes, and functions. {% case _ if 'openapi' in sub_type %} Explore REST API endpoints, parameters, and response schemas. {% case _ if 'cli' in sub_type %} Command-line interface documentation with options and examples. {% case _ %} API documentation and reference material. {% end %} {% end %}
{# Preview Items #} {% if preview_items | length > 0 %}-
{% for item in preview_items %}
{% let item_title = item?.title ?? item?.name ?? 'Item' %}
- {{ item_title }} {% export last_preview_item = item %} {% end %} {% let remaining = child_count - preview_limit %} {% if remaining > 0 %}
- +{{ remaining }} more {% end %}