summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-03-22 23:14:26 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-03-22 23:14:26 +0200
commitbd676e3de855e24ab767cfa0406e6229f4809540 (patch)
tree81cb55e8b34805ee1309968cffc92d841a33afb1
parenteb8f0bff6c61a91b2444f3057ad7c718ab58a243 (diff)
downloadgitlab-ce-doc-refactor-gitlab-basics.tar.gz
Refactor create new project docdoc-refactor-gitlab-basics
[ci skip]
-rw-r--r--doc/gitlab-basics/create-project.md34
-rw-r--r--doc/gitlab-basics/img/create_project_info.pngbin0 -> 248404 bytes
-rw-r--r--doc/gitlab-basics/img/create_project_new_project.pngbin0 -> 12481 bytes
-rw-r--r--doc/gitlab-basics/img/new_project.pngbin2319 -> 0 bytes
-rw-r--r--doc/gitlab-basics/img/project_info.pngbin21862 -> 0 bytes
5 files changed, 24 insertions, 10 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
index d0ccc1c13e8..6c6791dab67 100644
--- a/doc/gitlab-basics/create-project.md
+++ b/doc/gitlab-basics/create-project.md
@@ -1,21 +1,35 @@
# How to create a project in GitLab
-To create a new project, sign in to GitLab.
+A project includes the Git repository, an issue and merge request tracker,
+and a dedicated wiki.
-Go to your Dashboard and click on "new project" on the right side of your screen.
+When you create a new project, you can:
-![Create a project](img/new_project.png)
+- [Import a project][import] from another provider
+- Provide an optional description
+- Set the [visibility level] for that project such as Private, Internal or Public.
-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)
+There are 2 ways to create a new project. You can go to your Dashboard and
+click on **New Project** on the right side of your screen or use the plus (`+`)
+button which is always visible in the upper right corner.
-1. Your project's description
+![Create a project](img/create_project_new_project.png)
-1. Select a [visibility level](https://gitlab.com/help/public_access/public_access)
+>**Note:**
+If you intend to import a project from another provider you don't need to
+follow the steps below.
-1. You can also [import your existing projects](http://doc.gitlab.com/ce/workflow/importing/README.html)
+From there on you must fill out the required information:
-1. Click on "create project"
+1. Set the project path or the name of your project (you can't add spaces, you
+ can use hyphens or underscores instead)
+1. Optionally provide a description
+1. Set the project's visibility level
+1. Click on **Create project**
-!![Project information](img/project_info.png)
+![Project information](img/create_project_info.png)
+
+[import]: ../workflow/importing/README.md
+[visibility level]: ../public_access/public_access.md
diff --git a/doc/gitlab-basics/img/create_project_info.png b/doc/gitlab-basics/img/create_project_info.png
new file mode 100644
index 00000000000..ac5d6912f06
--- /dev/null
+++ b/doc/gitlab-basics/img/create_project_info.png
Binary files differ
diff --git a/doc/gitlab-basics/img/create_project_new_project.png b/doc/gitlab-basics/img/create_project_new_project.png
new file mode 100644
index 00000000000..dcf5c029455
--- /dev/null
+++ b/doc/gitlab-basics/img/create_project_new_project.png
Binary files differ
diff --git a/doc/gitlab-basics/img/new_project.png b/doc/gitlab-basics/img/new_project.png
deleted file mode 100644
index ac255270a66..00000000000
--- a/doc/gitlab-basics/img/new_project.png
+++ /dev/null
Binary files differ
diff --git a/doc/gitlab-basics/img/project_info.png b/doc/gitlab-basics/img/project_info.png
deleted file mode 100644
index 6c06ff351fa..00000000000
--- a/doc/gitlab-basics/img/project_info.png
+++ /dev/null
Binary files differ