Remove duplicate documentation links
This commit is contained in:
parent
1423284c74
commit
c55b5c72e9
1 changed files with 11 additions and 16 deletions
|
@ -17,20 +17,20 @@
|
|||
|
||||
## CI Documentation
|
||||
|
||||
+ [Quick Start](ci/quick_start/README.md)
|
||||
+ [Configuring project (.gitlab-ci.yml)](ci/yaml/README.md)
|
||||
+ [Configuring runner](ci/runners/README.md)
|
||||
+ [Configuring deployment](ci/deployment/README.md)
|
||||
+ [Using Docker Images](ci/docker/using_docker_images.md)
|
||||
+ [Using Docker Build](ci/docker/using_docker_build.md)
|
||||
+ [Using Variables](ci/variables/README.md)
|
||||
- [Quick Start](ci/quick_start/README.md)
|
||||
- [Configuring project (.gitlab-ci.yml)](ci/yaml/README.md)
|
||||
- [Configuring runner](ci/runners/README.md)
|
||||
- [Configuring deployment](ci/deployment/README.md)
|
||||
- [Using Docker Images](ci/docker/using_docker_images.md)
|
||||
- [Using Docker Build](ci/docker/using_docker_build.md)
|
||||
- [Using Variables](ci/variables/README.md)
|
||||
|
||||
### CI Examples
|
||||
|
||||
+ [Test and deploy Ruby applications to Heroku](ci/examples/test-and-deploy-ruby-application-to-heroku.md)
|
||||
+ [Test and deploy Python applications to Heroku](ci/examples/test-and-deploy-python-application-to-heroku.md)
|
||||
+ [Test Clojure applications](ci/examples/test-clojure-application.md)
|
||||
+ Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
|
||||
- [Test and deploy Ruby applications to Heroku](ci/examples/test-and-deploy-ruby-application-to-heroku.md)
|
||||
- [Test and deploy Python applications to Heroku](ci/examples/test-and-deploy-python-application-to-heroku.md)
|
||||
- [Test Clojure applications](ci/examples/test-clojure-application.md)
|
||||
- Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
|
||||
|
||||
## Administrator documentation
|
||||
|
||||
|
@ -49,11 +49,6 @@
|
|||
- [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
|
||||
- [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
|
||||
|
||||
### Administrator documentation
|
||||
|
||||
+ [User permissions](permissions/permissions.md)
|
||||
+ [API](api/README.md)
|
||||
|
||||
## Contributor documentation
|
||||
|
||||
- [Development](development/README.md) Explains the architecture and the guidelines for shell commands.
|
||||
|
|
Loading…
Reference in a new issue