diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-09-19 14:03:27 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-09-19 20:20:55 +0200 |
commit | 7d7bfd09c1bdbe753899265ef15212b0e4682c32 (patch) | |
tree | 6dbd3525482056ae8375a730bb2be26e5eda8485 /server/sonar-docs/static/StaticNavigationTree.json | |
parent | 4f5e9d9f87a37dc04fa147667afee85743cab643 (diff) | |
download | sonarqube-7d7bfd09c1bdbe753899265ef15212b0e4682c32.tar.gz sonarqube-7d7bfd09c1bdbe753899265ef15212b0e4682c32.zip |
MMF-1420 Ease management of Embedded Docs navigation (#699)
Diffstat (limited to 'server/sonar-docs/static/StaticNavigationTree.json')
-rw-r--r-- | server/sonar-docs/static/StaticNavigationTree.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/server/sonar-docs/static/StaticNavigationTree.json b/server/sonar-docs/static/StaticNavigationTree.json new file mode 100644 index 00000000000..ffbac954d82 --- /dev/null +++ b/server/sonar-docs/static/StaticNavigationTree.json @@ -0,0 +1,54 @@ +[ + { + "title": "Requirements", + "children": [] + }, + { + "title": "Setup and Upgrade", + "children": [] + }, + { + "title": "Analyzing Source Code", + "children": [ + "/analysis/overview/", + "/analysis/background-tasks/", + "/analysis/generic-issue/", + "/analysis/generic-test/", + "/analysis/pull-request/", + "/analysis/scm-integration/" + ] + }, + { + "title": "Branches", + "children": [ + "/branches/overview/", + "/branches/short-lived-branches/", + "/branches/long-lived-branches/", + "/branches/branches-faq/" + ] + }, + { + "title": "User Guide", + "children": [ + "/user-guide/fixing-the-water-leak/", + "/user-guide/keyboard-shortcuts/", + "/user-guide/quality-gates/", + "/user-guide/metric-definitions/", + "/user-guide/security-reports/", + "/user-guide/user-account/" + ] + }, + { + "title": "Project Administration", + "children": ["/project-administration/webhooks/"] + }, + { + "title": "Instance Administration", + "children": [ + "/instance-administration/custom-measures/", + "/instance-administration/housekeeping/", + "/instance-administration/look-and-feel/", + "/instance-administration/quality-profiles/" + ] + } +] |