{% extends "base.html" %} {# Search Results Page Dedicated page for search functionality with full-screen experience. Can be accessed directly at /search/ or used as a fallback. #} {% block title %}Search - {{ site.config.title }}{% endblock %} {% block content %}
{# Search Component #} {% include 'partials/search.html' %}
{# Search Tips - Compact & Slick #}
⌨️

Shortcuts

⌘/Ctrl + K Esc
🎯

Operators

+term -term term~2
πŸ”

Filters

Filter by section, type, or tags
πŸ“š

Index

Docs, Blog, API, & CLI
πŸ—ΊοΈ

Interactive Graph

{# Popular Searches #}
{# moved to assets/js/search-page.js #} {# styles are covered by components/search.css and global tokens #} {# Graph scripts loaded in base.html #} {% endblock %}