Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-02 14:28:17 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-02 14:28:17 +0300
commit7c89308ae4891085d59c6f85da77c5c13e0bd233 (patch)
tree3c866aac276059962c2111a3e07072f914518a98 /doc/gitlab-basics
parent30b56b160b854baf03bfacd80c0e87d62716dd0f (diff)
Move docs for template dropdowns to the new location
Diffstat (limited to 'doc/gitlab-basics')
-rw-r--r--doc/gitlab-basics/add-file.md14
-rw-r--r--doc/gitlab-basics/basicsimages/file_button.pngbin14131 -> 0 bytes
-rw-r--r--doc/gitlab-basics/basicsimages/first_file.pngbin25748 -> 0 bytes
-rw-r--r--doc/gitlab-basics/basicsimages/mit_license.pngbin101405 -> 0 bytes
4 files changed, 0 insertions, 14 deletions
diff --git a/doc/gitlab-basics/add-file.md b/doc/gitlab-basics/add-file.md
index 27591a4a15a..ff10a98e8f5 100644
--- a/doc/gitlab-basics/add-file.md
+++ b/doc/gitlab-basics/add-file.md
@@ -25,17 +25,3 @@ Add all the information that you'd like to include in your file:
Add a commit message based on what you just added and then click on "commit changes":
![Commit changes](basicsimages/commit_changes.png)
-
-# On a new project
-
-When starting a new project, there are some common files which the new project might need too. Therefore a message will be displayed by GitLab to make this easy for you.
-
-![First file for your project](basicsimages/first_file.png)
-
-When clicking on either `LICENSE` or `.gitignore`, a dropdown will be displayed to provide you with a template which might be suitable for your project.
-
-![MIT license selected](basicsimages/mit_license.png)
-
-The license, changelog, contribution guide, or `.gitlab-ci.yml` file could also be added through a button on the project page. In the example below the license has already been created, which creates a link to the license itself.
-
-![New file button](basicsimages/file_button.png)
diff --git a/doc/gitlab-basics/basicsimages/file_button.png b/doc/gitlab-basics/basicsimages/file_button.png
deleted file mode 100644
index 4efc51cc423..00000000000
--- a/doc/gitlab-basics/basicsimages/file_button.png
+++ /dev/null
Binary files differ
diff --git a/doc/gitlab-basics/basicsimages/first_file.png b/doc/gitlab-basics/basicsimages/first_file.png
deleted file mode 100644
index 67190c58823..00000000000
--- a/doc/gitlab-basics/basicsimages/first_file.png
+++ /dev/null
Binary files differ
diff --git a/doc/gitlab-basics/basicsimages/mit_license.png b/doc/gitlab-basics/basicsimages/mit_license.png
deleted file mode 100644
index 3695a11e34c..00000000000
--- a/doc/gitlab-basics/basicsimages/mit_license.png
+++ /dev/null
Binary files differ