From 39724ff4d6e4e2fdd8b476077523e251ad686780 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 9 Jul 2026 20:29:43 +0800 Subject: docs(abouts): reorganize dev-docs into categorized subdirectories Move about docs and templates from the root docs folder into dev-docs/abouts and dev-docs/templates respectively, adding .name files for directory metadata --- docs/dev-docs/templates/doc.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs/dev-docs/templates/doc.md (limited to 'docs/dev-docs/templates/doc.md') diff --git a/docs/dev-docs/templates/doc.md b/docs/dev-docs/templates/doc.md new file mode 100644 index 0000000..6a56bbd --- /dev/null +++ b/docs/dev-docs/templates/doc.md @@ -0,0 +1,15 @@ +

Title

+

+ Description +

+ +Content here + + + + +

+ Written by @Your-Name +

-- cgit