diff options
Diffstat (limited to 'doc/development/writing_documentation.md')
-rw-r--r-- | doc/development/writing_documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md index 31662c09038..5d366f20467 100644 --- a/doc/development/writing_documentation.md +++ b/doc/development/writing_documentation.md @@ -52,13 +52,13 @@ Every **Technical Article** contains, in the very beginning, a blockquote with t - A reference to the **type of article** (user guide, admin guide, tech overview, tutorial) - A reference to the **knowledge level** expected from the reader to be able to follow through (beginner, intermediate, advanced) - A reference to the **author's name** and **GitLab.com handle** -- The publication date (for reference) +- A reference to the publication date (YYYY/MM/DD) ```md > **Type:** tutorial || > **Level:** intermediary || > **Author:** [Name Surname](https://gitlab.com/username) || -> **Publication date:** AAAA/MM/DD +> **Publication date:** YYYY/MM/DD ``` #### Technical Articles - Writing Method |