diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-03-16 15:54:23 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-03-16 15:54:23 -0300 |
commit | e4cd6c683be59b66778b9612f1cfbe0c3f740eee (patch) | |
tree | 93f3414ce66c7ee8a504b443b58cb407dd7851b0 /doc/development/doc_styleguide.md | |
parent | c95125e17e9afa3641f1698ebb3dfa9642d331c6 (diff) | |
download | gitlab-ce-e4cd6c683be59b66778b9612f1cfbe0c3f740eee.tar.gz |
add topics dir to doc_styleguide
Diffstat (limited to 'doc/development/doc_styleguide.md')
-rw-r--r-- | doc/development/doc_styleguide.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md index 9bed441c131..7c0013aa476 100644 --- a/doc/development/doc_styleguide.md +++ b/doc/development/doc_styleguide.md @@ -27,6 +27,7 @@ The table below shows what kind of documentation goes where. | `doc/legal/` | Legal documents about contributing to GitLab. | | `doc/install/`| Probably the most visited directory, since `installation.md` is there. Ideally this should go under `doc/administration/`, but it's best to leave it as-is in order to avoid confusion (still debated though). | | `doc/update/` | Same with `doc/install/`. Should be under `administration/`, but this is a well known location, better leave as-is, at least for now. | +| `doc/topics/` | Indexes per Topic (`doc/topics/topic-name/index.md`); Documentation Articles: user guides, admin guides, technical overviews, tutorials (`doc/topics/topic-name/`). | --- |