summaryrefslogtreecommitdiff
path: root/doc/development/documentation
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 09:13:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-04 09:13:07 +0000
commit6cd4578a23ffe0fb94632f83a07a25d01f8d6821 (patch)
treed21e9881e4ceb8ae6f28451f0797acc59e7cd1e8 /doc/development/documentation
parentb6a194f6625042a09e083443c3326cc61aefc4c0 (diff)
downloadgitlab-ce-6cd4578a23ffe0fb94632f83a07a25d01f8d6821.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/documentation')
-rw-r--r--doc/development/documentation/topic_types/tutorial.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/development/documentation/topic_types/tutorial.md b/doc/development/documentation/topic_types/tutorial.md
index 52f715cfcf3..91f426147b5 100644
--- a/doc/development/documentation/topic_types/tutorial.md
+++ b/doc/development/documentation/topic_types/tutorial.md
@@ -27,8 +27,10 @@ In general, you might consider using a tutorial when:
## Tutorial file name and location
-For tutorial Markdown files, create a subfolder under `doc/tutorials`.
-The tutorial file should be `index.md`.
+For tutorial Markdown files, you can either:
+
+- Save the file in a directory with the product documentation.
+- Create a subfolder under `doc/tutorials` and name the file `index.md`.
## Tutorial format