diff --git a/doc/administration/settings/jira_cloud_app_troubleshooting.md b/doc/administration/settings/jira_cloud_app_troubleshooting.md
index cccd6e9654ab3fd0766a43def5781670057dc49e..84a8c0713badcc8912da0f6cefa06ad666d11ee8 100644
--- a/doc/administration/settings/jira_cloud_app_troubleshooting.md
+++ b/doc/administration/settings/jira_cloud_app_troubleshooting.md
@@ -91,8 +91,10 @@ Depending on how you installed the app, you might want to check the following:
 - If you [installed the app from the official Atlassian Marketplace listing](jira_cloud_app.md#connect-the-gitlab-for-jira-cloud-app),
   switch between GitLab versions in the GitLab for Jira Cloud app:
 
+<!-- markdownlint-disable MD044 -->
+
   1. In Jira, on the top bar, select **Apps > Manage your apps**.
-  1. Expand **GitLab for Jira (GitLab.com)**.
+  1. Expand **GitLab for Jira (gitlab.com)**.
   1. Select **Get started**.
   1. Select **Change GitLab version**.
   1. Select **GitLab.com (SaaS)**, then select **Save**.
@@ -101,6 +103,8 @@ Depending on how you installed the app, you might want to check the following:
   1. Select all checkboxes, then select **Next**.
   1. Enter your **GitLab instance URL**, then select **Save**.
 
+<!-- markdownlint-enable MD044 -->
+
   If this method does not work, [submit a support ticket](https://support.gitlab.com/hc/en-us/requests/new) if you're a Premium or Ultimate customer.
   Provide your GitLab instance URL and Jira URL. GitLab Support can try to run the following scripts to resolve the issue:
 
diff --git a/doc/integration/jira/connect-app.md b/doc/integration/jira/connect-app.md
index a1b259ed6596caa53193a0835f1ff4a7d459134d..251b40c38ea9a833549034aafa12d3cf86fe23a3 100644
--- a/doc/integration/jira/connect-app.md
+++ b/doc/integration/jira/connect-app.md
@@ -80,14 +80,18 @@ Prerequisites:
 You can sync data from GitLab to Jira by linking the GitLab for Jira Cloud app to one or more GitLab groups.
 To configure the GitLab for Jira Cloud app:
 
+<!-- markdownlint-disable MD044 -->
+
 1. In Jira, on the top bar, select **Apps > Manage your apps**.
-1. Expand **GitLab for Jira (GitLab.com)**.
+1. Expand **GitLab for Jira (gitlab.com)**.
 1. Select **Get started**.
 1. Optional. To set the GitLab instance to use with Jira, select **Change GitLab version**.
 1. Select **Sign in to GitLab**.
 1. For a list of groups you can link to, select **Link groups**.
 1. To link to a group, select **Link**.
 
+<!-- markdownlint-enable MD044 -->
+
 After you link to a GitLab group, data is synced to Jira for all projects in that group.
 The initial data sync happens in batches of 20 projects per minute.
 For groups with many projects, the data sync for some projects is delayed.
diff --git a/doc/user/search/advanced_search.md b/doc/user/search/advanced_search.md
index d063d54d2d4d88befba7407174c03ec2d32992a1..bf255c0ddedf6acf4de50c2fbc4754e97f104d96 100644
--- a/doc/user/search/advanced_search.md
+++ b/doc/user/search/advanced_search.md
@@ -86,7 +86,7 @@ You can refine user search with [Elasticsearch syntax](#syntax).
 | [<code>helper -extension:yml -extension:js</code>](https://gitlab.com/search?group_id=9970&project_id=278964&repository_ref=&scope=blobs&search=helper+-extension%3Ayml+-extension%3Ajs&snippets=)  | Returns `helper` in all files except files with a `.yml` or `.js` extension.                        |
 | [<code>helper path:lib/git</code>](https://gitlab.com/search?group_id=9970&project_id=278964&scope=blobs&search=helper+path%3Alib%2Fgit)  | Returns `helper` in all files with a `lib/git*` path (for example, `spec/lib/gitlab`).                        |
 
-<!-- markdownlint-enable -->
+<!-- markdownlint-enable MD044 -->
 
 ## Known issues