diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-05-02 17:41:34 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-03 20:20:51 +0200 |
commit | c87c2986e927c424c64fd8d7cdb01c6c3ff34b95 (patch) | |
tree | 982ab0668005610a0b02f55bda3f261a92bcac11 /server/sonar-docs/src | |
parent | 50627ee0c51115fcb56e78301b57854ee01457cc (diff) | |
download | sonarqube-c87c2986e927c424c64fd8d7cdb01c6c3ff34b95.tar.gz sonarqube-c87c2986e927c424c64fd8d7cdb01c6c3ff34b95.zip |
SONAR-10611 use new help tooltips across the app (#203)
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/tooltips/branches/no-branch-support.md | 7 | ||||
-rw-r--r-- | server/sonar-docs/src/tooltips/branches/single-branch.md | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/server/sonar-docs/src/tooltips/branches/no-branch-support.md b/server/sonar-docs/src/tooltips/branches/no-branch-support.md new file mode 100644 index 00000000000..82854211584 --- /dev/null +++ b/server/sonar-docs/src/tooltips/branches/no-branch-support.md @@ -0,0 +1,7 @@ +**Get the most out of SonarQube with branches analysis** + +Analyze each branch of your project separately with the Developer Edition. + +--- + +[Learn More](https://redirect.sonarsource.com/editions/developer.html) diff --git a/server/sonar-docs/src/tooltips/branches/single-branch.md b/server/sonar-docs/src/tooltips/branches/single-branch.md new file mode 100644 index 00000000000..c4184a27de5 --- /dev/null +++ b/server/sonar-docs/src/tooltips/branches/single-branch.md @@ -0,0 +1,7 @@ +**Learn how to analyze branches in SonarQube** + +Quickly setup branch analysis and get separate insights for each of your branches and pull requests. + +--- + +[Branches Documentation](/branches/index) |