summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-04-27 09:22:50 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-04-27 09:23:36 +0200
commit5642e8df1cf79e945afcea897ffb6a1c010c222e (patch)
tree86ceb2d44deb136eaf885a90ef721d00b88c7b24
parent18da9e8d32495b1e457a850b49bbce0abc39d596 (diff)
downloadgitlab-ce-wabernat1/gitlab-ce-patch-14.tar.gz
Add new image now that the plus button is brought backwabernat1/gitlab-ce-patch-14
-rw-r--r--doc/gitlab-basics/create-project.md30
-rw-r--r--doc/gitlab-basics/img/create_new_project_button.pngbin6978 -> 3702 bytes
2 files changed, 16 insertions, 14 deletions
diff --git a/doc/gitlab-basics/create-project.md b/doc/gitlab-basics/create-project.md
index 4e36ce6cfc0..2513f4b420a 100644
--- a/doc/gitlab-basics/create-project.md
+++ b/doc/gitlab-basics/create-project.md
@@ -1,6 +1,7 @@
# How to create a project in GitLab
-1. In your dashboard, click the green **New Project** button.
+1. In your dashboard, click the green **New project** button or use the plus
+ icon in the upper right corner of the navigation bar.
![Create a project](img/create_new_project_button.png)
@@ -9,18 +10,19 @@
![Project information](img/create_new_project_info.png)
1. Provide the following information:
+ - Enter the name of your project in the **Project name** field. You can't use
+ special characters, but you can use spaces, hyphens, underscores or even
+ emoji.
+ - If you have a project in a different repository, you can [import it] by
+ clicking an **Import project from** button provided this is enabled in
+ your GitLab instance. Ask your administrator if not.
+ - The **Project description (optional)** field enables you to enter a
+ description for your project's dashboard, which will help others
+ understand what your project is about. Though it's not required, it's a good
+ idea to fill this in.
+ - Changing the **Visibility Level** modifies the project's
+ [viewing and access rights](../public_access/public_access.md) for users.
- 1. Enter the name of your project in the **Project name** field. You can't use
- special characters, but you can use spaces, hyphens, underscores or even
- emoji.
- 1. If you have a project in a different repository, you can import it by
- clicking an **Import project from** button and following the instructions
- at [Migrating projects to a GitLab instance](../workflow/importing/README.md).
- 1. The **Project description (optional)** field enables you to enter a
- description for your project's dashboard, which will help others
- understand what your project is about. Though it's not required, it's a good
- idea to fill this in.
- 1. Changing the **Visibility Level** modifies the project's
- [viewing and access rights](../public_access/public_access.md) for users.
+1. Click **Create project**.
-1. Click **Create project**. \ No newline at end of file
+[import it]: ../workflow/importing/README.md
diff --git a/doc/gitlab-basics/img/create_new_project_button.png b/doc/gitlab-basics/img/create_new_project_button.png
index 8d7a69e55ed..567f104880f 100644
--- a/doc/gitlab-basics/img/create_new_project_button.png
+++ b/doc/gitlab-basics/img/create_new_project_button.png
Binary files differ