aboutsummaryrefslogtreecommitdiff
path: root/docs/dev-docs/templates
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-09 20:29:43 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-09 20:57:24 +0800
commit39724ff4d6e4e2fdd8b476077523e251ad686780 (patch)
tree659f227883e6cccaaa4a6da5cec1d8188127eed3 /docs/dev-docs/templates
parentbafe23f814bbd257ba347a9f4ce111cccf0080b3 (diff)
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
Diffstat (limited to 'docs/dev-docs/templates')
-rw-r--r--docs/dev-docs/templates/.name0
-rw-r--r--docs/dev-docs/templates/doc.md15
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/dev-docs/templates/.name b/docs/dev-docs/templates/.name
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/docs/dev-docs/templates/.name
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 @@
+<h1 align="center">Title</h1>
+<p align="center">
+ Description
+</p>
+
+Content here
+
+<!-- To display playable code if needed -->
+<!--<iframe
+ src="../play/play.html?tur=default.md&amp;title=Title"
+ height="600px"/>-->
+
+<p align="center" style="font-size: 0.85em; color: gray;">
+ Written by @Your-Name
+</p>