diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-06-11 14:19:19 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-06-11 20:21:12 +0200 |
commit | 27c36848f60610373c9edcc4f0b9ae804d5fc49e (patch) | |
tree | 887ae4d8b26d3d47fc75d7bdfc4453544e0e189c | |
parent | 4feaa2c0b82771804ae76d9a0621e55850ca95c7 (diff) | |
download | sonarqube-27c36848f60610373c9edcc4f0b9ae804d5fc49e.tar.gz sonarqube-27c36848f60610373c9edcc4f0b9ae804d5fc49e.zip |
DOC drop 'prev versions' page
-rw-r--r-- | server/sonar-docs/src/pages/analysis/pull-request.md | 1 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/index.md | 3 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/previous-versions.md | 14 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrading.md | 2 | ||||
-rw-r--r-- | server/sonar-docs/static/StaticNavigationTree.json | 1 |
5 files changed, 2 insertions, 19 deletions
diff --git a/server/sonar-docs/src/pages/analysis/pull-request.md b/server/sonar-docs/src/pages/analysis/pull-request.md index 925d903b5e5..ca975022e32 100644 --- a/server/sonar-docs/src/pages/analysis/pull-request.md +++ b/server/sonar-docs/src/pages/analysis/pull-request.md @@ -49,7 +49,6 @@ Specify your PR provider in your global settings at [**Administration > General ### GitHub <!-- sonarqube -->Enterprise<!-- /sonarqube --> PR Decoration - <!-- sonarqube --> [[info]] | *Minimum GitHub Enterprise version* 2.14 diff --git a/server/sonar-docs/src/pages/index.md b/server/sonar-docs/src/pages/index.md index 0c7eb276e4e..7698c593aad 100644 --- a/server/sonar-docs/src/pages/index.md +++ b/server/sonar-docs/src/pages/index.md @@ -67,6 +67,5 @@ Below are a few key pointers, otherwise head over to the left pane for full docu --- Not using the current version? -[6.7.x (current LTS)](https://docs.sonarqube.org/display/SONARQUBE67/Documentation) -[Documentation for other versions](/previous-versions/) +[6.7.x (current LTS)](https://docs.sonarqube.org/6.7) <!-- /sonarqube --> diff --git a/server/sonar-docs/src/pages/previous-versions.md b/server/sonar-docs/src/pages/previous-versions.md deleted file mode 100644 index 50879048833..00000000000 --- a/server/sonar-docs/src/pages/previous-versions.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Docs for Previous Versions -url: /previous-versions/ ---- - -**Not using the latest and greatest version of SonarQube?** - -Links to recently archived versions are available from the navigation of this site. For older versions, see below: - -* [Documentation for 7.3](https://docs.sonarqube.org/display/SONARQUBE73) -* [Documentation for 7.2](https://docs.sonarqube.org/display/SONARQUBE72) -* [Documentation for 7.1](https://docs.sonarqube.org/display/SONARqube71) -* [Documentation for 7.0](https://docs.sonarqube.org/display/SONARQUBE70) -* [Documentation for 6.7 LTS](https://docs.sonarqube.org/display/SONARQUBE67) diff --git a/server/sonar-docs/src/pages/setup/upgrading.md b/server/sonar-docs/src/pages/setup/upgrading.md index fef6fac162b..d02ff78d451 100644 --- a/server/sonar-docs/src/pages/setup/upgrading.md +++ b/server/sonar-docs/src/pages/setup/upgrading.md @@ -59,6 +59,6 @@ In case you used the InstallNTService.bat to install SonarQube as a Windows Serv ## Release Upgrade Notes -Usually SonarQube releases come with some specific recommendations for upgrading from the previous version. You should read the upgrade notes for each version between your current version and the target version. To upgrade from a version not listed in [Release Upgrade Notes](/setup/upgrade-notes/), see [Documentation for Previous Versions](/previous-versions/). +Usually SonarQube releases come with some specific recommendations for upgrading from the previous version. You should read the upgrade notes for each version between your current version and the target version. <!-- /sonarqube --> diff --git a/server/sonar-docs/static/StaticNavigationTree.json b/server/sonar-docs/static/StaticNavigationTree.json index 7ce4a20392a..8876ac731d4 100644 --- a/server/sonar-docs/static/StaticNavigationTree.json +++ b/server/sonar-docs/static/StaticNavigationTree.json @@ -164,7 +164,6 @@ "/extend/contributing/" ] }, - "/previous-versions/", "/faq/", { "title": "Scanners", |