summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/create-project.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gitlab-basics/create-project.md')
-rw-r--r--doc/gitlab-basics/create-project.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
deleted file mode 100644
index f737dffc024..00000000000
--- a/doc/gitlab-basics/create-project.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# How to create a project in GitLab
-
-To create a new project, sign in to GitLab.
-
-Go to your Dashboard and click on "new project" on the right side of your screen.
-
-![Create a project](basicsimages/new_project.png)
-
-Fill out the required information:
-
-1. Project path or the name of your project (you can't add spaces, so you can use hyphens or underscores)
-
-1. Your project's description
-
-1. Select a [visibility level](https://gitlab.com/help/public_access/public_access)
-
-1. You can also [import your existing projects](http://docs.gitlab.com/ce/workflow/importing/README.html)
-
-1. Click on "create project"
-
-!![Project information](basicsimages/project_info.png)