diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-09 20:29:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-09 20:57:24 +0800 |
| commit | 39724ff4d6e4e2fdd8b476077523e251ad686780 (patch) | |
| tree | 659f227883e6cccaaa4a6da5cec1d8188127eed3 /docs/dev-docs/templates/doc.md | |
| parent | bafe23f814bbd257ba347a9f4ce111cccf0080b3 (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/doc.md')
| -rw-r--r-- | docs/dev-docs/templates/doc.md | 15 |
1 files changed, 15 insertions, 0 deletions
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&title=Title" + height="600px"/>--> + +<p align="center" style="font-size: 0.85em; color: gray;"> + Written by @Your-Name +</p> |
