diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2019-06-21 09:10:32 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-07-05 20:21:11 +0200 |
commit | 27631acbf487a755813765d5f53afbf80bd4c8ee (patch) | |
tree | bc0d644d9114689fa954d42189584742503afbc3 /server/sonar-docs/src/pages/analysis | |
parent | 764ee36334740399c1fc7f324568fda4827a5815 (diff) | |
download | sonarqube-27631acbf487a755813765d5f53afbf80bd4c8ee.tar.gz sonarqube-27631acbf487a755813765d5f53afbf80bd4c8ee.zip |
SC-781 Remove special behavior to bind personal organization
* Update documentation talking about personal orgs
* Drop unused organization/delete route
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/overview.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/overview.md b/server/sonar-docs/src/pages/analysis/overview.md index e807b6e755e..b5577af5461 100644 --- a/server/sonar-docs/src/pages/analysis/overview.md +++ b/server/sonar-docs/src/pages/analysis/overview.md @@ -6,10 +6,10 @@ url: /analysis/overview/ <!-- sonarcloud --> ## Prepare your organization -A project must belong to an [organization](/organizations/overview/). Create one if you intend to collaborate with your team mates, or use your personal organization for test purposes. +A project must belong to an [organization](/organizations/overview/). You need to create one to analyze a project and collaborate with your team mates. [[info]] -| ** Important note for private code:** Newly created organizations and personal organizations are under a free plan by default. This means projects analyzed on these organizations are public by default: the code will be browsable by anyone. If you want private projects, you should [upgrade your organization to a paid plan](/sonarcloud-pricing/). +| ** Important note for private code:** Newly created organizations are under a free plan by default. This means projects analyzed on these organizations are public by default: the code will be browsable by anyone. If you want private projects, you should [upgrade your organization to a paid plan](/sonarcloud-pricing/). Find the key of your organization, you will need it at later stages. It can be found on the top right corner of your organization's header. |