Skip to content

docs: add Developer tools nav tab - #2733

Merged
claudiacodacy merged 8 commits into
masterfrom
claude/developer-tools-tab-proposal
Aug 13, 2026
Merged

docs: add Developer tools nav tab#2733
claudiacodacy merged 8 commits into
masterfrom
claude/developer-tools-tab-proposal

Conversation

@claudiacodacy

Copy link
Copy Markdown
Contributor

Summary

  • Moves Codacy API, Codacy Cloud CLI, IDE integrations, and Codacy Guardrails (renamed from "Codacy Guardrails (IDE Extension)") out of the Documentation tab into a new top-level "Developer tools" tab. Nav-only move — no file paths changed, so no redirects needed.
  • Adds a "Codacy dev tools" overview page (docs/developer-tools/index.md) linking to each tool, ordered Guardrails, API, Cloud CLI, IDE integrations.
  • Drops the unmarked external "API v3/v2 reference" links from the sidebar under Codacy API (they read as internal pages); both URLs stay linked inline on that page's own "Endpoint documentation" table.
  • Gives every item in the new tab its own sidebar icon, and shortens "Integrating Codacy with your IDE" to "IDE integrations" so the label fits on one line.

Test plan

  • mkdocs build --strict passes clean
  • vale docs/developer-tools/index.md — 0 issues
  • Verified in a local preview: tab order, sidebar icons, card links, and pagination footer
  • Check with whoever owns Codacy Guardrails' marketing placement about moving it out of the main Documentation tab (visibility trade-off, not a technical one — noted in .claude/plans/developer-tools-tab.md)

🤖 Generated with Claude Code

claudiacodacy and others added 3 commits August 12, 2026 16:35
Adds the "Developer tools" nav tab proposal (API, Codacy Cloud CLI, IDE
integrations, Guardrails) and the durable information-architecture
decisions it depends on. The mkdocs.yml nav change itself is left as a
reviewable diff in the plan, not applied. Also clarifies CLAUDE.md's
IA hard rule: a reviewed proposal can be applied once explicitly
confirmed, rather than only ever written up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Applies the reviewed nav diff from .claude/plans/developer-tools-tab.md:
moves Codacy API, Codacy Cloud CLI, IDE integrations, and Codacy Guardrails
(renamed from "Codacy Guardrails (IDE Extension)") into a new top-level
"Developer tools" tab, no file paths changed so no redirects needed.

Adds a "Developer tools home" overview page linking to each tool, ordered
Guardrails, API, Cloud CLI, IDE integrations per review feedback. Also
drops the unmarked external "API v3/v2 reference" links from the sidebar
under Codacy API since they read as internal pages; both URLs remain
linked inline on that page's own "Endpoint documentation" table.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Reorders the Developer tools sidebar to Guardrails, API, Cloud CLI, IDE
integrations. Renames "Developer tools home" to "Codacy dev tools" and
"Integrating Codacy with your IDE" to "IDE integrations" so both fit on
one line, and gives each its own icon (settings-outline, share-social-
outline) instead of reusing home-outline or going without. Removes the
unmarked external "API v3/v2 reference" links from the sidebar under
Codacy API since they read as internal pages; both URLs stay linked
inline on that page's own "Endpoint documentation" table.

Adds "dev" to the Vale vocabulary, matching existing generic-term
entries like "hotfix" and "onboarding".

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Overall readability score: 53.79 (🟢 +0.06)

File Readability
index.md 68.79 (-)
View detailed metrics

🟢 - Shows an increase in readability
🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
index.md 68.79 63.7 10.15 9.6 9.45 7.39
  - - - - - -

Averages:

  Readability FRE GF ARI CLI DCRS
Average 53.79 42.85 10.97 12.39 12.3 8.03
  🟢 +0.06 🟢 +0.08 🟢 +0 🟢 +0.01 🟢 +0.01 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

@github-actions
github-actions Bot temporarily deployed to Netlify August 13, 2026 09:15 Inactive
@codacy-production

Copy link
Copy Markdown
Contributor

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@github-actions
github-actions Bot temporarily deployed to Netlify August 13, 2026 09:31 Inactive
…rule

The plan was committed in the same commit that added .claude/plans/ to
.gitignore, so it kept showing up in every diff regardless of the rule
-- .gitignore only affects untracked files. Untracking it here so it's
a local-only scratch file like any future plan, per e98a811.
@github-actions
github-actions Bot temporarily deployed to Netlify August 13, 2026 09:35 Inactive
@claudiacodacy
claudiacodacy marked this pull request as ready for review August 13, 2026 09:59
@claudiacodacy
claudiacodacy requested a review from a team as a code owner August 13, 2026 09:59

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

While the 'Developer tools' navigation tab is correctly structured, the restructuring resulted in the removal of external links to API v2 and v3 technical specifications. Although this removal was identified as an acceptance criterion by the Intent agent, both the Code Review and Quality agents flag it as a significant regression for developer usability. Additionally, the new overview page introduces directory-style links that violate the link integrity standards defined in CLAUDE.md. Apart from these concerns, the PR is up to standards according to Codacy.

About this PR

  • The relocation of 'Codacy Guardrails' is pending a marketing/visibility review. Please ensure this change is approved by the relevant stakeholders before merging.

Test suggestions

  • Run 'mkdocs build --strict' to ensure structural and link integrity
  • Verify navigation order in mkdocs.yml matches the specified sequence (Guardrails, API, Cloud CLI, IDE integrations)
  • Ensure external API v2/v3 links are removed from the sidebar navigation
  • Verify that links on the new overview page correctly target the moved documentation pages

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

Comment thread mkdocs.yml
Comment thread docs/developer-tools/index.md
@github-actions
github-actions Bot temporarily deployed to Netlify August 13, 2026 10:08 Inactive
@github-actions
github-actions Bot temporarily deployed to Netlify August 13, 2026 10:18 Inactive
@claudiacodacy
claudiacodacy enabled auto-merge (squash) August 13, 2026 10:22
@github-actions
github-actions Bot temporarily deployed to Netlify August 13, 2026 12:27 Inactive
@claudiacodacy
claudiacodacy merged commit 5741040 into master Aug 13, 2026
5 checks passed
@claudiacodacy
claudiacodacy deleted the claude/developer-tools-tab-proposal branch August 13, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants