Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-12-29 03:14:28 +0300
committerMike Lewis <mlewis@gitlab.com>2018-12-29 03:14:28 +0300
commitf95eebc7d4a91593896c60a4e4ea0da4ee34974d (patch)
tree6eda955c16b76f8298262d1de407409a37957d39 /doc
parent04e7b1cf14579b611adc9c8d575298f5df9c86fe (diff)
Bring in 'content - what belongs in docs' from 'other' workflow page
Diffstat (limited to 'doc')
-rw-r--r--doc/development/documentation/index.md22
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md
index 8861dabfd88..290a96fa4fb 100644
--- a/doc/development/documentation/index.md
+++ b/doc/development/documentation/index.md
@@ -21,6 +21,24 @@ The source of the documentation is maintained in the following repository locati
Documentation issues and merge requests are part of their respective repositories and all have the label `Documentation`.
+## Content: what belongs in the docs
+
+In docs, we share any and all helpful information, processes, and tips with customers.
+There is no reason to withhold 'risky' steps and store them in another
+location; simply include them in the docs with all necessary detail including
+sufficiently specific warnings and caveats.
+
+Any content that is relevant to users, admins, or IT decision-makers may be included.
+You can freely include presentations, videos, etc.; no matter who it was originally written for,
+if it is helpful to any of our audiences, we can include it.
+
+See the [Documentation Structure](structure.md) page for further details and a sample document template.
+Note that a `Troubleshooting` section in doc pages is part of that default template
+and can freely be added to any page.
+
+These guidelines help toward the goal of having every user's search of documentation
+yield a useful result.
+
## Contributing to docs
[Contributions to GitLab docs](workflow.md) are welcome from the entire GitLab community:
@@ -227,7 +245,7 @@ This redirection method will not provide a redirect fallback on GitLab `/help`.
it, make sure to add a link to the new page on the doc, otherwise it's a dead end for users that
land on the doc via `/help`.
-### Redirections for pages with Disqus comments
+#### Redirections for pages with Disqus comments
If the documentation page being relocated already has any Disqus comments,
we need to preserve the Disqus thread.
@@ -265,7 +283,7 @@ choices:
| Ending in `-docs` | `123-update-api-issues-docs` |
If your branch name matches any of the above, it will run only the docs
-tests. If it doesn't, the whole test suite will run (including docs).
+tests. If it does not, the whole application test suite will run (including docs tests).
## Merge requests for GitLab documentation