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/src/EmbedDocsSuggestions.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/src/EmbedDocsSuggestions.json')
-rw-r--r-- | server/sonar-docs/src/EmbedDocsSuggestions.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/server/sonar-docs/src/EmbedDocsSuggestions.json b/server/sonar-docs/src/EmbedDocsSuggestions.json index 996ecb4c49b..45beba34d09 100644 --- a/server/sonar-docs/src/EmbedDocsSuggestions.json +++ b/server/sonar-docs/src/EmbedDocsSuggestions.json @@ -3,152 +3,152 @@ "api_documentation": [], "background_tasks": [ { - "link": "/documentation/analysis/background-tasks", + "link": "/documentation/analysis/background-tasks/", "text": "About Background Tasks" } ], "code": [], "coding_rules": [ { - "link": "/documentation/quality-profiles", + "link": "/documentation/quality-profiles/", "text": "Quality Profiles" }, { - "link": "/documentation/keyboard-shortcuts", + "link": "/documentation/keyboard-shortcuts/", "text": "Keyboard Shortcuts" } ], "component_measures": [ { - "link": "/documentation/fixing-the-water-leak", + "link": "/documentation/fixing-the-water-leak/", "text": "Fixing the Water Leak" }, { - "link":"/documentation/metric-definitions", - "text":"Metric Definitions" + "link": "/documentation/metric-definitions/", + "text": "Metric Definitions" }, { - "link": "/documentation/keyboard-shortcuts", + "link": "/documentation/keyboard-shortcuts/", "text": "Keyboard Shortcuts" } ], "custom_measures": [ { - "link": "/documentation/custom-measures", + "link": "/documentation/custom-measures/", "text": "About Custom Measures" } ], "custom_metrics": [ { - "link": "/documentation/custom-measures", + "link": "/documentation/custom-measures/", "text": "Custom Measures" } ], "extension_billing": [ { - "link": "/documentation/sonarcloud-pricing", + "link": "/documentation/sonarcloud-pricing/", "text": "Pricing", "scope": "sonarcloud" } ], "global_permissions": [ { - "link": "/documentation/organizations/manage-team", + "link": "/documentation/organizations/manage-team/", "text": "Manage a Team", "scope": "sonarcloud" } ], "issues": [ { - "link": "/documentation/keyboard-shortcuts", + "link": "/documentation/keyboard-shortcuts/", "text": "Keyboard Shortcuts" } ], "marketplace": [], "organization_members": [ { - "link": "/documentation/organizations/manage-team", + "link": "/documentation/organizations/manage-team/", "text": "Manage a Team", "scope": "sonarcloud" } ], "organization_projects": [ { - "link": "/documentation/organizations/manage-team", + "link": "/documentation/organizations/manage-team/", "text": "Manage a Team", "scope": "sonarcloud" } ], "organization_space": [ { - "link": "/documentation/organizations/index", + "link": "/documentation/organizations/index/", "text": "Organizations", "scope": "sonarcloud" } ], "overview": [ { - "link": "/documentation/fixing-the-water-leak", + "link": "/documentation/fixing-the-water-leak/", "text": "Fixing the Water Leak" }, { - "link": "/documentation/branches/index", + "link": "/documentation/branches/index/", "text": "Branches Overview" }, { - "link": "/documentation/analysis/pull-request", + "link": "/documentation/analysis/pull-request/", "text": "Analyzing Pull Requests" } ], "permission_templates": [], - "profiles": [ + "profiles": [ { - "link": "/documentation/quality-profiles", + "link": "/documentation/quality-profiles/", "text": "Quality Profiles" } ], "project_activity": [], "project_quality_gate": [ { - "link": "/documentation/fixing-the-water-leak", + "link": "/documentation/fixing-the-water-leak/", "text": "Fixing the Water Leak" } ], "project_quality_profiles": [ { - "link": "/documentation/quality-profiles", + "link": "/documentation/quality-profiles/", "text": "About Quality Profiles" } ], "projects_management": [ { - "link": "/documentation/analyze-a-project", + "link": "/documentation/analyze-a-project/", "text": "Analyze a Project", "scope": "sonarcloud" } ], "projects": [ { - "link": "/documentation/analyze-a-project", + "link": "/documentation/analyze-a-project/", "text": "Analyze a Project", "scope": "sonarcloud" } ], "quality_gates": [ { - "link": "/documentation/fixing-the-water-leak", + "link": "/documentation/fixing-the-water-leak/", "text": "Fixing the Water Leak" } ], "quality_profiles": [ { - "link": "/documentation/quality-profiles", + "link": "/documentation/quality-profiles/", "text": "Quality Profiles" } ], "security_reports": [ { - "link": "/documentation/security-reports", + "link": "/documentation/security-reports/", "text": "About Security Reports" } ], @@ -156,7 +156,7 @@ "system_info": [], "user_groups": [ { - "link": "/documentation/organizations/manage-team", + "link": "/documentation/organizations/manage-team/", "text": "Manage a Team", "scope": "sonarcloud" } @@ -164,7 +164,7 @@ "users": [], "webhooks": [ { - "link": "/documentation/webhooks", + "link": "/documentation/webhooks/", "text": "About Webhooks" } ] |