mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-04-21 11:45:27 +08:00
更新文档
This commit is contained in:
@@ -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> 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> Proxmox VE</td>
|
||||
<td align="center">all</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -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> 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> Proxmox VE</td>
|
||||
<td align="center">all</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -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> 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> Proxmox VE</td>
|
||||
<td align="center">all</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
2
docs/assets/css/tdesign.min.css
vendored
2
docs/assets/css/tdesign.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
docs/assets/js/modules/tdesign.min.js
vendored
8
docs/assets/js/modules/tdesign.min.js
vendored
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
2
docs/theme/partials/content.html
vendored
2
docs/theme/partials/content.html
vendored
@@ -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 %}
|
||||
|
||||
|
||||
5
docs/theme/partials/header.html
vendored
5
docs/theme/partials/header.html
vendored
@@ -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 %}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user