From 1a3362d76151b5eaef35fc058ce4b9c08ee6f2cd Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Thu, 14 Dec 2017 16:03:22 -0200 Subject: change where we're placing new tech articles --- doc/development/writing_documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/writing_documentation.md') diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md index 42a7584751c..43a79ffcaa5 100644 --- a/doc/development/writing_documentation.md +++ b/doc/development/writing_documentation.md @@ -205,7 +205,7 @@ They are topic-related documentation, written with an user-friendly approach and A technical article guides users and/or admins to achieve certain objectives (within guides and tutorials), or provide an overview of that particular topic or feature (within technical overviews). It can also describe the use, implementation, or integration of third-party tools with GitLab. -They live under `doc/articles/article-title/index.md`, and their images should be placed under `doc/articles/article-title/img/`. Find a list of existing [technical articles](../articles/index.md) here. +They should be placed in a new directory named `/article-title/index.md` under a topic-related folder, and their images should be placed in `/article-title/img/`. For example, a new article on GitLab Pages should be placed in `doc/user/project/pages/article-title/` and a new article on GitLab CI/CD should be placed in `doc/ci/article-title/`. #### Types of Technical Articles -- cgit v1.2.1