{% extends "base.html" %} {# CLI Reference Home Template Optimized home page template for CLI reference sites. Features: - No action bar (cleaner for home page) - Hero section with title and description - Main content area - Quick links to key CLI reference sections - No blog posts (CLI reference sites don't need recent posts) Usage: Set `type: autodoc-cli` on home page to auto-select Or set `template: autodoc/cli/home.html` in frontmatter #} {% block content %}
{{ params.description }}
{% end %}{{ section.metadata.description }}
{% end %} {% if section.pages %} {{ section.pages | length }} command{{ 's' if section.pages | length != 1 else '' }} {% end %} {% end %}{{ link.description }}
{% end %} {% end %} {% end %}