aboutsummaryrefslogtreecommitdiff
path: root/docs/dev-docs/pages/templates/doc.md
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-09 20:41:01 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-09 20:57:25 +0800
commitcde98d144ef373012634c5be4dccca6d205791c3 (patch)
treeb92ad57dda31e72f954b6bc25ab76912a6aa7fb4 /docs/dev-docs/pages/templates/doc.md
parent9b8deaeced4f4a6f7c2492528019cc6e10c379ac (diff)
docs: add hero banners and unify page titles in dev-docs
Diffstat (limited to 'docs/dev-docs/pages/templates/doc.md')
-rw-r--r--docs/dev-docs/pages/templates/doc.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/dev-docs/pages/templates/doc.md b/docs/dev-docs/pages/templates/doc.md
index 6a56bbd..a105af7 100644
--- a/docs/dev-docs/pages/templates/doc.md
+++ b/docs/dev-docs/pages/templates/doc.md
@@ -1,3 +1,11 @@
+<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
@@ -13,3 +21,8 @@ Content here
<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>