diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-09 20:32:59 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-09 20:57:24 +0800 |
| commit | 9b8deaeced4f4a6f7c2492528019cc6e10c379ac (patch) | |
| tree | 992600b808a2ce51712752596fc193898f819239 /docs/dev-docs/pages/templates/doc.md | |
| parent | 39724ff4d6e4e2fdd8b476077523e251ad686780 (diff) | |
docs: restructure dev-docs sidebar and move pages into subdirectories
Diffstat (limited to 'docs/dev-docs/pages/templates/doc.md')
| -rw-r--r-- | docs/dev-docs/pages/templates/doc.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/dev-docs/pages/templates/doc.md b/docs/dev-docs/pages/templates/doc.md new file mode 100644 index 0000000..6a56bbd --- /dev/null +++ b/docs/dev-docs/pages/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> |
