From 6ee18bda2ffb0a005104b931dc63b82dd1b73040 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Tue, 2 May 2017 15:38:41 -0300 Subject: fix reference to publication date --- doc/development/writing_documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development/writing_documentation.md') 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 -- cgit v1.2.1