diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2020-02-17 16:45:23 -0600 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-22 20:46:10 +0100 |
commit | 021fc4ca27cdacb740800c0d22303d70a60a5dff (patch) | |
tree | c5a657983cf29af817f737f41cb279dfbfd86614 /server/sonar-docs/static | |
parent | 00e018351cc66ed73ddb0042af06b1cb3e5da9b1 (diff) | |
download | sonarqube-021fc4ca27cdacb740800c0d22303d70a60a5dff.tar.gz sonarqube-021fc4ca27cdacb740800c0d22303d70a60a5dff.zip |
SONAR-13091 update docs to officially support Docker
Diffstat (limited to 'server/sonar-docs/static')
-rw-r--r-- | server/sonar-docs/static/StaticNavigationTree.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/server/sonar-docs/static/StaticNavigationTree.json b/server/sonar-docs/static/StaticNavigationTree.json index b5abb6864e4..691358a95b1 100644 --- a/server/sonar-docs/static/StaticNavigationTree.json +++ b/server/sonar-docs/static/StaticNavigationTree.json @@ -13,7 +13,13 @@ "/setup/overview/", "/setup/get-started-2-minutes/", "/setup/install-server/", - "/setup/operate-server/", + { + "title": "Configure and Operate a Server", + "children": [ + "/setup/operate-server/", + "/setup/environment-variables/" + ] + }, "/setup/install-plugin/", "/setup/install-cluster/", "/setup/operate-cluster/", |