summaryrefslogtreecommitdiffstatshomepage
path: root/dev/src/material/overrides/main.html
diff options
context:
space:
mode:
authorGitHub Action <action@github.com>2023-12-15 01:24:12 +0000
committerGitHub Action <action@github.com>2023-12-15 01:24:12 +0000
commitd1052ddfbe2431eb5d6c1d41301cdf2ad049b6de (patch)
treefe0d8d0136127dcafa1e3dc3dd4cf4a31725a22e /dev/src/material/overrides/main.html
parentc15103048d22c8e3171c8965b8cf15ca99494086 (diff)
downloadinfini-d1052ddfbe2431eb5d6c1d41301cdf2ad049b6de.tar.gz
infini-d1052ddfbe2431eb5d6c1d41301cdf2ad049b6de.zip
Deployed daa378d6 to dev with MkDocs 1.5.3 and mike 2.0.0
Diffstat (limited to 'dev/src/material/overrides/main.html')
-rw-r--r--dev/src/material/overrides/main.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev/src/material/overrides/main.html b/dev/src/material/overrides/main.html
deleted file mode 100644
index e723f098..00000000
--- a/dev/src/material/overrides/main.html
+++ /dev/null
@@ -1,17 +0,0 @@
-{#-
- This file was automatically generated - do not edit
--#}
-{% extends "base.html" %}
-{% block extrahead %}
- <link rel="stylesheet" href="{{ 'assets/stylesheets/custom.00c04c01.min.css' | url }}">
-{% endblock %}
-{% block outdated %}
- 当前阅览的并不是稳定版,
- <a href="{{ '../' ~ base_url }}">
- <strong>单击此处跳转到稳定版文档.</strong>
- </a>
-{% endblock %}
-{% block scripts %}
- {{ super() }}
- <script src="{{ 'assets/javascripts/custom.9c11c319.min.js' | url }}"></script>
-{% endblock %}