Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
c55b5c72
Commit
c55b5c72
authored
Nov 05, 2015
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate documentation links
parent
1423284c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
16 deletions
+11
-16
doc/README.md
doc/README.md
+11
-16
No files found.
doc/README.md
View file @
c55b5c72
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment