diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-26 22:51:07 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-26 22:51:07 +0200 |
commit | cbd9f1bc096073a5e41f05729afebb1c9d59b3cb (patch) | |
tree | 4d94ef9a0a7ae4b551ad8456e62b1403238eb9a5 /doc/ci | |
parent | 01160fc06182de89c400af174861f6545ad6ceb8 (diff) | |
download | gitlab-ce-cbd9f1bc096073a5e41f05729afebb1c9d59b3cb.tar.gz |
Move languages to examples
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/examples/README.md | 16 | ||||
-rw-r--r-- | doc/ci/examples/php.md (renamed from doc/ci/languages/php.md) | 0 | ||||
-rw-r--r-- | doc/ci/languages/README.md | 7 |
3 files changed, 12 insertions, 11 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index 1cf41aea391..a2e002229fd 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -1,5 +1,13 @@ -# Build script examples +## Build script examples -+ [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md) -+ [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md) -+ [Test a Clojure application](test-clojure-application.md) +- [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md) +- [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md) +- [Test a Clojure application](test-clojure-application.md) + +### Languages + +This is a list of languages you can test with GitLab CI. Each section has +comprehensive documentation and comes with a test repository hosted on +GitLab.com + +- [Testing PHP](php.md) diff --git a/doc/ci/languages/php.md b/doc/ci/examples/php.md index aeadd6a448e..aeadd6a448e 100644 --- a/doc/ci/languages/php.md +++ b/doc/ci/examples/php.md diff --git a/doc/ci/languages/README.md b/doc/ci/languages/README.md deleted file mode 100644 index 54b2343e08b..00000000000 --- a/doc/ci/languages/README.md +++ /dev/null @@ -1,7 +0,0 @@ -### Languages - -This is a list of languages you can test with GitLab CI. Each section has -comprehensive documentation and comes with a test repository hosted on -GitLab.com - -+ [Testing PHP](php.md) |