diff options
author | Elena Vilchik <elena.vilchik@sonarsource.com> | 2019-06-03 13:52:05 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-03 20:21:17 +0200 |
commit | 3719149e27fe217939d27cd0995535a4324a8f5f (patch) | |
tree | debdad0b791b1b00661995c425a5bf31e4ef71ac /server/sonar-docs/src/pages/instance-administration | |
parent | c1c4796d937a9b4307d71519024dcfc46ef082f3 (diff) | |
download | sonarqube-3719149e27fe217939d27cd0995535a4324a8f5f.tar.gz sonarqube-3719149e27fe217939d27cd0995535a4324a8f5f.zip |
SONAR-12168 Define embedded documentation for languages (#1592)
Diffstat (limited to 'server/sonar-docs/src/pages/instance-administration')
3 files changed, 14 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/marketplace.md b/server/sonar-docs/src/pages/instance-administration/marketplace.md index 1de5e2723a2..1940e3ac066 100644 --- a/server/sonar-docs/src/pages/instance-administration/marketplace.md +++ b/server/sonar-docs/src/pages/instance-administration/marketplace.md @@ -36,9 +36,9 @@ Restarting SonarQube can be done manually from the command line by running `sona ## Manual Updates If your server has no access to the internet, you won't be able to rely on the Marketplace for plugins, and will have to handle plugin installations and upgrades manually. -To see what plugins are available and which version of a plugin is appropriate for your server, use the [plugin version matrix](https://redirect.sonarsource.com/doc/plugin-version-matrix.html), which is kept up to date with plugin availability and compatibility. +To see what plugins are available and which version of a plugin is appropriate for your server, use the [plugin version matrix](/instance-administration/plugin-version-matrix/), which is kept up to date with current plugin availability and compatibility. -To install a plugin, simply download it using the manual download link on the plugin documentation page, place it in _$SONARQUBE_HOME/extensions/downloads_, and restart the server. +To install a plugin, simply download it using the manual download link on the plugin documentation page, place it in _$SONARQUBE-HOME/extensions/downloads_, and restart the server. ## Which URLs does the Marketplace connect to? The SonarQube Marketplace connects to https://update.sonarsource.org/ to get the list of plugins. Most of the referenced plugins are downloaded from: diff --git a/server/sonar-docs/src/pages/instance-administration/plugin-version-matrix.md b/server/sonar-docs/src/pages/instance-administration/plugin-version-matrix.md new file mode 100644 index 00000000000..3e2672808ca --- /dev/null +++ b/server/sonar-docs/src/pages/instance-administration/plugin-version-matrix.md @@ -0,0 +1,11 @@ +--- +title: Plugin Version Matrix +url: /instance-administration/plugin-version-matrix/ +--- + + +![(Supported by SonarSource)](https://update.sonarsource.org/plugins/onde-sonar-16.png) = Supported by SonarSource +![(not compatible)](https://update.sonarsource.org/plugins/error.png) = Not compatible + +<iframe src="https://update.sonarsource.org/plugins/compatibility-matrix.html" height="3100">Your browser does not support iframes.</iframe> + diff --git a/server/sonar-docs/src/pages/instance-administration/system-info.md b/server/sonar-docs/src/pages/instance-administration/system-info.md index c97287949e9..b3d78dd0a54 100644 --- a/server/sonar-docs/src/pages/instance-administration/system-info.md +++ b/server/sonar-docs/src/pages/instance-administration/system-info.md @@ -60,7 +60,7 @@ If you're on a commercial edition and using Branch or PR analysis, rest assured The best approach there is to query the database. The actual query varies based on the version of SonarQube and the database engine. Two queries are provided: * one query that counts LOCs across *all* projects -& one query that filters out project branches (i.e. projects analysed with the `sonar.branch` parameter). However, this query is accurate only if projects with branches are also analysed once without sonar.branch. +& one query that filters out project branches (i.e. projects analyzed with the `sonar.branch` parameter). However, this query is accurate only if projects with branches are also analyzed once without sonar.branch. **SonarQube LTS v5.6.x** |