Commit 4e0f9eeb authored by Mark Pundsack's avatar Mark Pundsack

Clean up TOC

parent da6d148c
...@@ -24,15 +24,15 @@ If you want a quick introduction to GitLab CI, follow our ...@@ -24,15 +24,15 @@ If you want a quick introduction to GitLab CI, follow our
- [Jobs](#jobs) - [Jobs](#jobs)
- [script](#script) - [script](#script)
- [stage](#stage) - [stage](#stage)
- [job variables](#job-variables)
- [only and except](#only-and-except) - [only and except](#only-and-except)
- [job variables](#job-variables)
- [tags](#tags) - [tags](#tags)
- [when](#when) - [when](#when)
- [environment](#environment) - [environment](#environment)
- [artifacts](#artifacts) - [artifacts](#artifacts)
- [artifacts:name](#artifacts-name) - [artifacts:name](#artifactsname)
- [artifacts:when](#artifacts-when) - [artifacts:when](#artifactswhen)
- [artifacts:expire_in](#artifacts-expire_in) - [artifacts:expire_in](#artifactsexpire_in)
- [dependencies](#dependencies) - [dependencies](#dependencies)
- [before_script and after_script](#before_script-and-after_script) - [before_script and after_script](#before_script-and-after_script)
- [Git Strategy](#git-strategy) - [Git Strategy](#git-strategy)
...@@ -40,7 +40,7 @@ If you want a quick introduction to GitLab CI, follow our ...@@ -40,7 +40,7 @@ If you want a quick introduction to GitLab CI, follow our
- [Hidden jobs](#hidden-jobs) - [Hidden jobs](#hidden-jobs)
- [Special YAML features](#special-yaml-features) - [Special YAML features](#special-yaml-features)
- [Anchors](#anchors) - [Anchors](#anchors)
- [Validate the .gitlab-ci.yml](#validate-the-gitlab-ci-yml) - [Validate the .gitlab-ci.yml](#validate-the-gitlab-ciyml)
- [Skipping builds](#skipping-builds) - [Skipping builds](#skipping-builds)
- [Examples](#examples) - [Examples](#examples)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment