{#- This file overrides the default Material for MkDocs actions partial to add a custom "Copy for LLM" button. -#} {% if page.edit_url %} {% include ".icons/material/pencil.svg" %} {% endif %} {% if config.repo_url %} {% if "github" in config.repo_url %} {% include ".icons/fontawesome/brands/github.svg" %} {% elif "gitlab" in config.repo_url %} {% include ".icons/fontawesome/brands/gitlab.svg" %} {% elif "bitbucket" in config.repo_url %} {% include ".icons/fontawesome/brands/bitbucket.svg" %} {% else %} {% include ".icons/material/source-repository.svg" %} {% endif %} {% endif %} {% include ".icons/material/volume-high.svg" %} {% include ".icons/material/robot-outline.svg" %}