Skip to content

Move IDE Plugins docs [DOCS-13381] - redux#34777

Merged
joepeeples merged 23 commits intomasterfrom
joepeeples/13381-move-ides-redux
Feb 24, 2026
Merged

Move IDE Plugins docs [DOCS-13381] - redux#34777
joepeeples merged 23 commits intomasterfrom
joepeeples/13381-move-ides-redux

Conversation

@joepeeples
Copy link
Copy Markdown
Contributor

What does this PR do? What is the motivation?

  • Moves IDE Plugins docs from Developers section to new Developer Integrations section
  • Sets up redirects
  • Rewrites hardcoded paths in links

This PR is a re-attempt of #34546, which got all weird due to rebasing shenanigans. I decided to start over with a clean PR.

Merge instructions

Merge readiness:

  • Ready for merge

For Datadog employees:

Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.

If your branch doesn't follow this format, rename it or create a new branch and PR.

[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.

Additional notes

@joepeeples joepeeples added the WORK IN PROGRESS No review needed, it's a wip ;) label Feb 23, 2026
@github-actions github-actions Bot added Architecture Everything related to the Doc backend Guide Content impacting a guide labels Feb 23, 2026
@joepeeples joepeeples changed the base branch from master to joepeeples/12834-reorg-sci February 23, 2026 17:56
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 23, 2026

Preview links (active after the build_preview check completes)

Renamed files

Modified Files

@joepeeples joepeeples marked this pull request as ready for review February 23, 2026 17:57
@joepeeples joepeeples requested review from a team as code owners February 23, 2026 17:57
@joepeeples joepeeples removed the WORK IN PROGRESS No review needed, it's a wip ;) label Feb 23, 2026
Copy link
Copy Markdown
Contributor

@brett0000FF brett0000FF left a comment

Choose a reason for hiding this comment

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

LGTM other than the two small suggestions! Note that the preview links aren't working--guessing because this isn't targeting main? We'll want to do a final check on the links for the PR this merges into.

Comment thread content/en/cloudprem/guides/query_logs_with_mcp.md Outdated
</div>
<div class="col">
<a class="card h-100" href="/developers/ide_plugins/vscode/#static-analysis/">
<a class="card h-100" href="/ide_plugins/vscode/#static-analysis/">
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.

Suggested change
<a class="card h-100" href="/ide_plugins/vscode/#static-analysis/">
<a class="card h-100" href="/ide_plugins/idea/#static-analysis/">

I think this is the correct link, but there is no static analysis heading on the Jetbrains page.

Copy link
Copy Markdown
Contributor Author

@joepeeples joepeeples Feb 23, 2026

Choose a reason for hiding this comment

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

I think it's the other way around; this div is for VS Code so this URL is OK, but the one above is for JetBrains and has an incorrect URL (on line 6).

BUT it's probably moot because I suspect these partials are no longer in use; I couldn't find any references to them in the repo. For now, I'll fix the URLs to point to the correct top-level pages, but will look into removing the partials in a future PR.

{{< whatsnext desc="See the documentation for information about the following integrations:">}}
{{< nextlink href="developers/ide_plugins/idea/#static-analysis" >}}<u>JetBrains IDEs</u>: IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm{{< /nextlink >}}
{{< nextlink href="developers/ide_plugins/vscode/#static-analysis" >}}<u>Visual Studio Code</u>{{< /nextlink >}}
{{< nextlink href="ide_plugins/idea/#static-analysis" >}}<u>JetBrains IDEs</u>: IntelliJ IDEA, GoLand, PyCharm, RubyMine, WebStorm, and PhpStorm{{< /nextlink >}}
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.

Note that there is no static analysis section on the Jetbrains page.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This looks like a preexisting broken link, probably from earlier reorgs of these pages. Rather than setting up another brittle link to a subsection, I'll point both of these to the top-level pages, which are less likely to change.

Base automatically changed from joepeeples/12834-reorg-sci to master February 23, 2026 19:15
@github-actions github-actions Bot removed the Guide Content impacting a guide label Feb 23, 2026
Comment thread content/en/security/code_security/dev_tool_int/ide_plugins/_index.md Outdated
joepeeples and others added 3 commits February 23, 2026 15:21
Co-authored-by: Brett Blue <84536271+brett0000FF@users.noreply.github.com>
…/documentation into joepeeples/13381-move-ides-redux
Comment thread content/en/ide_plugins/vscode/_index.md
@joepeeples joepeeples merged commit 2bf9f6f into master Feb 24, 2026
25 checks passed
@joepeeples joepeeples deleted the joepeeples/13381-move-ides-redux branch February 24, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants