From bbd5493428efcce72388f08b7feda722aa5e1b2c Mon Sep 17 00:00:00 2001 From: Marcia Ramos <virtua.creative@gmail.com> Date: Wed, 22 Mar 2017 20:42:54 -0300 Subject: [PATCH] add instructions on subtopics --- doc/development/doc_styleguide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md index 1d4dfeea6b1..3c755c192fa 100644 --- a/doc/development/doc_styleguide.md +++ b/doc/development/doc_styleguide.md @@ -57,6 +57,10 @@ The table below shows what kind of documentation goes where. own document located at `doc/user/admin_area/settings/`. For example, the **Visibility and Access Controls** category should have a document located at `doc/user/admin_area/settings/visibility_and_access_controls.md`. +1. The `doc/topics/` directory holds topic-related technical content. Create + `doc/topics/topic-name/subtopic-name/index.md` when subtopics become necessary. + Note that `topics` holds the index page per topic, and techical articles. General + user- and admin- related documentation, should be placed accordingly. --- -- GitLab