]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21103 Add link to WEB API v2 documentation in nav bar
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Fri, 24 Nov 2023 14:01:59 +0000 (15:01 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 24 Nov 2023 20:02:45 +0000 (20:02 +0000)
server/sonar-web/src/main/js/components/embed-docs-modal/EmbedDocsPopup.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 605a6ded9076e1d28a4396c5a914d2eb968aceda..ea88f34eb8a22a8f2777cb7513705872b2628d6f 100644 (file)
@@ -91,6 +91,7 @@ export function EmbedDocsPopup() {
         {translate('docs.documentation')}
       </DocItemLink>
       <ItemLink to="/web_api">{translate('api_documentation.page')}</ItemLink>
+      <ItemLink to="/web_api_v2">{translate('api_documentation.page.v2')}</ItemLink>
       <ItemDivider />
       <ItemLink to="https://community.sonarsource.com/">
         <OpenNewTabIcon />
index 588946e49063e65c72ce2cd2c195cc6ffc45a7fa..c96c1b7f4517403b8ba608e65ef380c2d608c338 100644 (file)
@@ -3958,6 +3958,7 @@ overview.activity.variations.first_analysis=First analysis:
 api_documentation.deprecation_tooltip=An API deprecated in version X.Y will be dropped in version (X+1).0. Example: an API deprecated in 4.1 is supported in 4.X (4.2, 4.3, etc.) and will be dropped in version 5.0.
 api_documentation.internal_tooltip=Use at your own risk; internal services are subject to change or removal without notice.
 api_documentation.page=Web API
+api_documentation.page.v2=Web API v2
 api_documentation.show_deprecated=Show Deprecated API
 api_documentation.show_internal=Show Internal API
 api_documentation.possible_values=Possible values