diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-10 16:23:18 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-10 16:26:13 +0800 |
| commit | abbabd9c55daa79b07cd9ba81037568958794a91 (patch) | |
| tree | 6bed622d2b500473669f64d6b73c75ba51668946 /docs/dev/pages/templates/doc.md | |
| parent | 73d0f0185f94a8733dfb5eb538298447ab8977b3 (diff) | |
chore(docs): rename dev-docs directory to dev
Update sidebar link for remove-r-print-macro to use full description
Diffstat (limited to 'docs/dev/pages/templates/doc.md')
| -rw-r--r-- | docs/dev/pages/templates/doc.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/dev/pages/templates/doc.md b/docs/dev/pages/templates/doc.md new file mode 100644 index 0000000..e8a9308 --- /dev/null +++ b/docs/dev/pages/templates/doc.md @@ -0,0 +1,28 @@ +<h1 align="center">Helpdoc Template</h1> +<p align="center"> + A template for writing documentation +</p> + +When writing a Helpdoc, you can use the following template to draft + +```markdown +<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> +``` + +<p align="center" style="font-size: 0.85em; color: gray;"> + Written by @Weicao-CatilGrass +</p> |
