更新文档

This commit is contained in:
Super Manito
2025-09-22 12:33:17 +08:00
parent 6f9cb652fc
commit 802b9383a6
11 changed files with 22 additions and 25 deletions

View File

@@ -54,7 +54,7 @@
<td align="center">all</td>
</tr>
<tr>
<td><a href=https://www.proxmox.com/en/products/proxmox-virtual-environment/overview target="_blank"><sub><img src="/docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td><a href="https://www.proxmox.com/en/products/proxmox-virtual-environment/overview" target="_blank"><sub><img src="/docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td align="center">all</td>
</tr>
<tr>

View File

@@ -54,7 +54,7 @@
<td align="center">all</td>
</tr>
<tr>
<td><a href=https://www.proxmox.com/en/products/proxmox-virtual-environment/overview target="_blank"><sub><img src="/docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td><a href="https://www.proxmox.com/en/products/proxmox-virtual-environment/overview" target="_blank"><sub><img src="/docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td align="center">all</td>
</tr>
<tr>

View File

@@ -54,7 +54,7 @@
<td align="center">all</td>
</tr>
<tr>
<td><a href=https://www.proxmox.com/en/products/proxmox-virtual-environment/overview target="_blank"><sub><img src="/docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td><a href="https://www.proxmox.com/en/products/proxmox-virtual-environment/overview" target="_blank"><sub><img src="/docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td align="center">all</td>
</tr>
<tr>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2,7 +2,7 @@
{% include "partials/actions.html" %}
{% if "\x3ch1" not in page.content %}
{% if "\u003ch1" not in page.content %}
<h1>{{ page.title | d(config.site_name, true)}}</h1>
{% endif %}

View File

@@ -61,14 +61,11 @@
{% if "material/search" in config.plugins %}
{% set search = config.plugins["material/search"] | attr("config") %}
{% if search.enabled %}
<label class="md-header__button md-icon" for="__search" style="transform: scale(1.2);">
<label class="md-header__button md-icon" for="__search">
{% set icon = config.theme.icon.search or "material/magnify" %}
{% include ".icons/" ~ icon ~ ".svg" %}
</label>
{% include "partials/search.html" %}
{% endif %}
{% endif %}

View File

@@ -1,4 +1,4 @@
mkdocs-material==9.6.19
mkdocs-material==9.6.20
mkdocs-glightbox==0.4.0
mkdocs-exclude-search==0.6.6
# mkdocs-minify-plugin==0.8.0