diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-09 20:41:01 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-09 20:57:25 +0800 |
| commit | cde98d144ef373012634c5be4dccca6d205791c3 (patch) | |
| tree | b92ad57dda31e72f954b6bc25ab76912a6aa7fb4 /docs/dev-docs/pages/templates/doc.md | |
| parent | 9b8deaeced4f4a6f7c2492528019cc6e10c379ac (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.md | 13 |
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> |
