From f7ee7170231152a13e2245a5acdd2477036d2dc9 Mon Sep 17 00:00:00 2001 From: yutt Date: Tue, 25 Jun 2024 13:38:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9menu=E5=90=8E=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INFRA_DOCS/{menu.yml => menu.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename INFRA_DOCS/{menu.yml => menu.yaml} (100%) diff --git a/INFRA_DOCS/menu.yml b/INFRA_DOCS/menu.yaml similarity index 100% rename from INFRA_DOCS/menu.yml rename to INFRA_DOCS/menu.yaml -- Gitee From 392e6a3d4cf122682f4fc153088abfbb112f174d Mon Sep 17 00:00:00 2001 From: yutt Date: Thu, 27 Jun 2024 14:12:32 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E8=AE=BE=E6=96=BD=E7=B1=BB=E5=85=A8=E9=83=A8=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INFRA_DOCS/menu.yaml | 17 ----------------- INFRA_DOCS/test/test1.md | 4 ---- INFRA_DOCS/test1/test1.md | 2 -- 3 files changed, 23 deletions(-) delete mode 100644 INFRA_DOCS/menu.yaml delete mode 100644 INFRA_DOCS/test/test1.md delete mode 100644 INFRA_DOCS/test1/test1.md diff --git a/INFRA_DOCS/menu.yaml b/INFRA_DOCS/menu.yaml deleted file mode 100644 index 7c83416..0000000 --- a/INFRA_DOCS/menu.yaml +++ /dev/null @@ -1,17 +0,0 @@ -INFRA_DOCS: - menu: menu.yml - maintainers: maintainers.yml - 这是开源: - 验证文档绝对路径: /test/test1.md - 验证相对路径: ./test/test1.md - 验证指定路径下的文件不存在: ./asdf.md - 验证文档名后多空格是否能正常解析: ./test/test1.md - 验证文档为空: ~ - 这是正常的文件夹: - 验证文档绝对路径: /test/test1.md - 验证相对路径: ./test/test1.md -# 验证yaml注释功能: asdfasdf - 这是测试: - 注意事项: - 注意: ./test/test1.md - txt: ./testtest2.txt diff --git a/INFRA_DOCS/test/test1.md b/INFRA_DOCS/test/test1.md deleted file mode 100644 index c61d85d..0000000 --- a/INFRA_DOCS/test/test1.md +++ /dev/null @@ -1,4 +0,0 @@ -# test -__test2__ -我我我我我我我吾问无为谓哇哇哇 -aaa diff --git a/INFRA_DOCS/test1/test1.md b/INFRA_DOCS/test1/test1.md deleted file mode 100644 index 6648a1d..0000000 --- a/INFRA_DOCS/test1/test1.md +++ /dev/null @@ -1,2 +0,0 @@ -# test -__test2__ \ No newline at end of file -- Gitee