diff options
Diffstat (limited to 'docs/dev-docs/pages/templates')
| -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> |
