aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-02-05 11:20:09 -0500
committersonartech <sonartech@sonarsource.com>2019-02-11 09:11:44 +0100
commit53c67ab87730b30eb4cf02d7eac21be6464b04e5 (patch)
tree2c92b288061183023284ca825a47011a7ead7fa6 /server/sonar-docs/src
parent3bfeecc91f0d1903cd407b507334caa4ae74ad71 (diff)
downloadsonarqube-53c67ab87730b30eb4cf02d7eac21be6464b04e5.tar.gz
sonarqube-53c67ab87730b30eb4cf02d7eac21be6464b04e5.zip
DOCS add non-admin project provisioning
Doc update overlooked during relevant sprint
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r--server/sonar-docs/src/pages/project-administration/project-existence.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/project-administration/project-existence.md b/server/sonar-docs/src/pages/project-administration/project-existence.md
index c8b2e5a5988..863bc695378 100644
--- a/server/sonar-docs/src/pages/project-administration/project-existence.md
+++ b/server/sonar-docs/src/pages/project-administration/project-existence.md
@@ -8,7 +8,7 @@ Typically, projects are created during their first analysis and never deleted (b
## How do I provision a project before its first analysis?
Provisioning a project allows you to declare and configure it (define permissions, set quality profiles, etc.) before running the first analysis. To be able to provision projects, you have to be logged in and be granted the Provision Projects permission.
-To provision a new project, go to **[Administration > Projects > Management](/#sonarqube-admin#/admin/projects_management/)** and click on **Create Project**. The only required information is the key and the name of your project.
+To provision a new project either use the '+' menu in the top menu or if you have global administration privileges, go to **[Administration > Projects > Management](/#sonarqube-admin#/admin/projects_management/)** and click on **Create Project**. The only required information is the key and the name of your project.
Once the project is provisioned, you can configure it (define permissions, set quality profiles, etc.), and when you're finished with the configuration, you can simply run the project's first analysis.