aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorG. Ann Campbell <ann.campbell@sonarsource.com>2019-10-02 15:04:23 -0400
committerSonarTech <sonartech@sonarsource.com>2019-10-03 20:21:09 +0200
commitde6c26b1828c33f26007b4da3dfcf7ef5af0b160 (patch)
tree14061d779e13748dd2b46244c14fe16a46462712 /server/sonar-docs
parentb07ed9d10b46fad14693ab59aaec7c355432138a (diff)
downloadsonarqube-de6c26b1828c33f26007b4da3dfcf7ef5af0b160.tar.gz
sonarqube-de6c26b1828c33f26007b4da3dfcf7ef5af0b160.zip
DOC fix linebreak
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/extend/deploying-to-marketplace.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md b/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md
index f6f73493381..961256a0620 100644
--- a/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md
+++ b/server/sonar-docs/src/pages/extend/deploying-to-marketplace.md
@@ -107,7 +107,8 @@ Create a new block in the file with this format:
* `[versionId].sqVersions`=\[compatibility information. See 'Filling in sqVersions compatibility ranges' below]
* `[versionId].date`=\[release date with format: YYYY-MM-DD]
* `[versionId].changelogUrl`=
-* `[versionId].downloadUrl`=
+* `[versionId].downloadUrl`=
+
Add `[versionId]` to the `publicVersions` list. Move to `archivedVersions` any versions with identical compatibility. See also 'Filling in sqVersions, publicVersions, and archivedVersions' below