Skip to content

Commit 240a290

Browse files
committed
Deployed 2078aa2 to . with MkDocs 1.6.1
1 parent 4a3c91f commit 240a290

File tree

7 files changed

+252
-314
lines changed

7 files changed

+252
-314
lines changed

feed_rss_created.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

feed_rss_updated.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

repositories-configure/integrations/bitbucket-integration/index.html

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="Enable the Bitbucket integration to have pull request status, comments, and analysis summaries from Codacy directly on pull requests.">
1212

1313

14-
<meta http-equiv="last-modified" content="2024-07-04 07:49:35">
14+
<meta http-equiv="last-modified" content="2025-09-24 15:35:34">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/repositories-configure/integrations/bitbucket-integration/">
@@ -663,13 +663,6 @@
663663
Refreshing the Bitbucket integration
664664
</a>
665665

666-
</li>
667-
668-
<li class="md-nav__item">
669-
<a href="#generating-automatic-pull-request-summaries" class="md-nav__link">
670-
Generating automatic pull request summaries
671-
</a>
672-
673666
</li>
674667

675668
<li class="md-nav__item">
@@ -4779,30 +4772,6 @@ <h2 id="refreshing">Refreshing the Bitbucket integration<a class="headerlink" hr
47794772
</li>
47804773
</ol>
47814774
<p>After refreshing the integration, Codacy will use the logged in Bitbucket user to create comments on new pull requests.</p>
4782-
<h2 id="generating-automatic-pull-request-summaries">Generating automatic pull request summaries<a class="headerlink" href="#generating-automatic-pull-request-summaries" title="Permanent link">#</a></h2>
4783-
<div class="admonition info">
4784-
<p class="admonition-title">This is a preview feature</p>
4785-
<p>This is an upcoming Codacy feature. If you're interested, contact <a href="mailto:[email protected]">[email protected]</a> for early access.</p>
4786-
</div>
4787-
<p>Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code.
4788-
Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact.</p>
4789-
<p><img alt="Automatic Summary on Bitbucket" src="../images/bitbucket-integration-automatic-summary.png" /></p>
4790-
<div class="admonition note">
4791-
<p class="admonition-title">Note</p>
4792-
<ul>
4793-
<li>This feature uses only AWS services within Codacy's existing infrastructure. No information is shared with any other third party or used to train AI models.</li>
4794-
<li>Summaries are generated using the pull request title, branch name, commit messages, and changes diff.</li>
4795-
</ul>
4796-
</div>
4797-
<p>To enable this feature, add the following to the <a href="../../codacy-configuration-file/">Codacy configuration file</a> <code>.codacy.yaml</code> in the root of your repository:</p>
4798-
<div class="highlight"><pre><span></span><code><span class="nn">---</span>
4799-
<span class="nt">reviews</span><span class="p">:</span>
4800-
<span class="w"> </span><span class="nt">high_level_summary</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
4801-
</code></pre></div>
4802-
<p>You can also enable this feature across your organization by creating the above file in the root of a repository named <code>.codacy</code>. This file will be used as the default configuration for all repositories in the organization and overridden by repository-specific configuration files.</p>
4803-
<p>Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request.</p>
4804-
<p>Pull requests opened by bots, such as Dependabot, are ignored.</p>
4805-
<p>If you see duplicated comments posted by Codacy on the same pull request, please ensure that your repository only has one configured webhook for Codacy.</p>
48064775
<h2 id="see-also">See also<a class="headerlink" href="#see-also" title="Permanent link">#</a></h2>
48074776
<ul>
48084777
<li><a href="../../../getting-started/integrating-codacy-with-your-git-workflow/">Integrating Codacy with your Git workflow</a></li>
@@ -4963,7 +4932,7 @@ <h3>Share your feedback 📢</h3>
49634932
<div class="md-source-date">
49644933
<small>
49654934

4966-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 4, 2024</span>
4935+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 24, 2025</span>
49674936

49684937
</small>
49694938
</div>

repositories-configure/integrations/github-integration/index.html

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="Enable the GitHub integration to have status checks, annotations, issue and coverage summaries, and suggested fixes from Codacy directly on pull requests.">
1212

1313

14-
<meta http-equiv="last-modified" content="2025-07-11 09:00:44">
14+
<meta http-equiv="last-modified" content="2025-09-24 15:35:34">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/repositories-configure/integrations/github-integration/">
@@ -632,13 +632,6 @@
632632
Configuring the GitHub integration
633633
</a>
634634

635-
</li>
636-
637-
<li class="md-nav__item">
638-
<a href="#generating-automatic-pull-request-summaries" class="md-nav__link">
639-
Generating automatic pull request summaries
640-
</a>
641-
642635
</li>
643636

644637
<li class="md-nav__item">
@@ -4769,30 +4762,6 @@ <h3 id="ai-enhanced-comments">AI-enhanced comments<a class="headerlink" href="#a
47694762
</ul>
47704763
</div>
47714764
<p><img alt="AI-enhanced comment on GitHub" src="../images/github-integration-ai-comment.png" /></p>
4772-
<h2 id="generating-automatic-pull-request-summaries">Generating automatic pull request summaries<a class="headerlink" href="#generating-automatic-pull-request-summaries" title="Permanent link">#</a></h2>
4773-
<div class="admonition info">
4774-
<p class="admonition-title">This is a preview feature</p>
4775-
<p>This is an upcoming Codacy feature. If you're interested, contact <a href="mailto:[email protected]">[email protected]</a> for early access.</p>
4776-
</div>
4777-
<p>Codacy can provide a clear, high-level summary of the code changes introduced by a pull request, based on the committed code.
4778-
Codacy generates an overview of the changes in the pull request so that any reviewer can understand its intent and impact.</p>
4779-
<p><img alt="Automatic Summary on GitHub" src="../images/github-integration-automatic-summary.png" /></p>
4780-
<div class="admonition note">
4781-
<p class="admonition-title">Note</p>
4782-
<ul>
4783-
<li>This feature uses only AWS services within Codacy's existing infrastructure. No information is shared with any other third party or used to train AI models.</li>
4784-
<li>Summaries are generated using the pull request title, branch name, commit messages, and changes diff.</li>
4785-
</ul>
4786-
</div>
4787-
<p>To enable this feature, add the following to the <a href="../../codacy-configuration-file/">Codacy configuration file</a> <code>.codacy.yaml</code> in the root of your repository:</p>
4788-
<div class="highlight"><pre><span></span><code><span class="nn">---</span>
4789-
<span class="nt">reviews</span><span class="p">:</span>
4790-
<span class="w"> </span><span class="nt">high_level_summary</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">true</span>
4791-
</code></pre></div>
4792-
<p>You can also enable this feature across your organization by creating the above file in the root of a repository named <code>.codacy</code>. This file will be used as the default configuration for all repositories in the organization and overridden by repository-specific configuration files.</p>
4793-
<p>Once enabled, summaries will be created when pull requests are opened and updated at each commit to reflect any changes to the pull request.</p>
4794-
<p>Pull requests opened by bots, such as Dependabot, are ignored.</p>
4795-
<p>If you see duplicated comments posted by Codacy on the same pull request, please ensure that your repository only has one configured webhook for Codacy.</p>
47964765
<h2 id="see-also">See also<a class="headerlink" href="#see-also" title="Permanent link">#</a></h2>
47974766
<ul>
47984767
<li><a href="../../../getting-started/integrating-codacy-with-your-git-workflow/">Integrating Codacy with your Git workflow</a></li>
@@ -4953,7 +4922,7 @@ <h3>Share your feedback 📢</h3>
49534922
<div class="md-source-date">
49544923
<small>
49554924

4956-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">July 11, 2025</span>
4925+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">September 24, 2025</span>
49574926

49584927
</small>
49594928
</div>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)