From efb0730e641f575368e7e80fec80be16a03c95f4 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 15 Dec 2023 09:17:18 +0800 Subject: refactor(dir-tree): `material` -> `src/material` --- docs/src/material/overrides/main.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/src/material/overrides/main.html (limited to 'docs/src/material/overrides/main.html') diff --git a/docs/src/material/overrides/main.html b/docs/src/material/overrides/main.html new file mode 100644 index 00000000..e723f098 --- /dev/null +++ b/docs/src/material/overrides/main.html @@ -0,0 +1,17 @@ +{#- + This file was automatically generated - do not edit +-#} +{% extends "base.html" %} +{% block extrahead %} + +{% endblock %} +{% block outdated %} + 当前阅览的并不是稳定版, + + 单击此处跳转到稳定版文档. + +{% endblock %} +{% block scripts %} + {{ super() }} + +{% endblock %} -- cgit v1.2.3-70-g09d2