diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-30 02:25:44 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-08-30 02:25:44 +0000 |
commit | 513d3f58117cfaa9c24e1a354a72e1a5346e1109 (patch) | |
tree | 0b8aa9f625315f57d43de2d2fb4663c8b69d477b /doc/university | |
parent | e348def82fde55f70de517f1c51bb7fdbb8be9fd (diff) | |
download | gitlab-ce-513d3f58117cfaa9c24e1a354a72e1a5346e1109.tar.gz |
Fix markdown in various docs
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
Diffstat (limited to 'doc/university')
-rw-r--r-- | doc/university/process/README.md | 4 | ||||
-rw-r--r-- | doc/university/training/gitlab_flow.md | 4 | ||||
-rw-r--r-- | doc/university/training/topics/git_intro.md | 2 | ||||
-rw-r--r-- | doc/university/training/user_training.md | 2 |
4 files changed, 2 insertions, 10 deletions
diff --git a/doc/university/process/README.md b/doc/university/process/README.md index b278e02ccd5..1a555f065ed 100644 --- a/doc/university/process/README.md +++ b/doc/university/process/README.md @@ -2,10 +2,6 @@ comments: false --- ---- -title: University | Process ---- - # Suggesting improvements If you would like to teach a class or participate or help in any way please diff --git a/doc/university/training/gitlab_flow.md b/doc/university/training/gitlab_flow.md index 0ce92be4994..66e645a0af8 100644 --- a/doc/university/training/gitlab_flow.md +++ b/doc/university/training/gitlab_flow.md @@ -23,8 +23,6 @@ type: reference as opposed to individual stable branches - Consider creating a tag for each version that gets deployed -## Production branch - ![inline](gitlab_flow/production_branch.png) ## Release branch @@ -36,8 +34,6 @@ type: reference - Cherry-pick critical bug fixes to stable branch for patch release - Never commit bug fixes directly to stable branch -## Release branch - ![inline](gitlab_flow/release_branches.png) ## More details diff --git a/doc/university/training/topics/git_intro.md b/doc/university/training/topics/git_intro.md index 845bb7f0a81..c9a1cbb7839 100644 --- a/doc/university/training/topics/git_intro.md +++ b/doc/university/training/topics/git_intro.md @@ -15,7 +15,7 @@ comments: false - Adapts to nearly any workflow - Fast, reliable and stable file format -## Help! +## Help Use the tools at your disposal when you get stuck. diff --git a/doc/university/training/user_training.md b/doc/university/training/user_training.md index e440652edfc..37107e13584 100644 --- a/doc/university/training/user_training.md +++ b/doc/university/training/user_training.md @@ -23,7 +23,7 @@ type: reference - Adapts to nearly any workflow. - Fast, reliable and stable file format. -## Help! +## Help Use the tools at your disposal when you get stuck. |