Skip to content

marketing copy updates - #869

Merged
Lauren Hirata Singh (lnhsingh) merged 3 commits into
mainfrom
home
Oct 14, 2025
Merged

marketing copy updates#869
Lauren Hirata Singh (lnhsingh) merged 3 commits into
mainfrom
home

Conversation

@lnhsingh

Copy link
Copy Markdown
Collaborator

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Copilot AI review requested due to automatic review settings October 14, 2025 01:21
@github-actions github-actions Bot added the langsmith For docs changes to LangSmith label Oct 14, 2025

Copilot AI 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

This PR updates marketing copy and content across the documentation to improve clarity and consistency in describing LangChain's platform and products. The changes refactor messaging to better position LangChain as an "agent engineering platform" and standardize descriptions of LangSmith's capabilities.

Key changes:

  • Updated the main documentation landing page with clearer product positioning and descriptions
  • Cleaned up integration cards formatting by converting to self-closing tags
  • Added navigation entries for "langchain-academy" in the docs configuration

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
src/index.mdx Updated marketing copy, product descriptions, and card ordering on the main landing page
src/langsmith/integrations.mdx Added LangSmith link and converted Card components to self-closing format
src/docs.json Added "langchain-academy" to navigation pages for both sections

title="Google Gemini"
icon="/langsmith/images/google-gemini-icon.svg" horizontal>
</Card>
icon="/langsmith/images/google-gemini-icon.svg" horizontal />

Copilot AI Oct 14, 2025

Copy link

Choose a reason for hiding this comment

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

The Google Gemini card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.

Suggested change
icon="/langsmith/images/google-gemini-icon.svg" horizontal />
icon="/langsmith/images/google-gemini-icon.svg"
href="/langsmith/trace-google-gemini" horizontal />

Copilot uses AI. Check for mistakes.
title="Amazon Bedrock"
icon="/langsmith/images/bedrock-icon.png" horizontal>
</Card>
icon="/langsmith/images/bedrock-icon.png" horizontal />

Copilot AI Oct 14, 2025

Copy link

Choose a reason for hiding this comment

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

The Amazon Bedrock card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.

Suggested change
icon="/langsmith/images/bedrock-icon.png" horizontal />
icon="/langsmith/images/bedrock-icon.png"
href="/langsmith/trace-bedrock" horizontal />

Copilot uses AI. Check for mistakes.
title="DeepSeek"
icon="/langsmith/images/deepseek-icon.svg" horizontal>
</Card>
icon="/langsmith/images/deepseek-icon.svg" horizontal />

Copilot AI Oct 14, 2025

Copy link

Choose a reason for hiding this comment

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

The DeepSeek card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.

Suggested change
icon="/langsmith/images/deepseek-icon.svg" horizontal />
icon="/langsmith/images/deepseek-icon.svg"
href="/langsmith/trace-deepseek" horizontal />

Copilot uses AI. Check for mistakes.
title="Mistral"
icon="/langsmith/images/mistral-icon.svg" horizontal>
</Card>
icon="/langsmith/images/mistral-icon.svg" horizontal />

Copilot AI Oct 14, 2025

Copy link

Choose a reason for hiding this comment

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

The Mistral card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.

Suggested change
icon="/langsmith/images/mistral-icon.svg" horizontal />
icon="/langsmith/images/mistral-icon.svg"
href="/langsmith/trace-mistral" horizontal />

Copilot uses AI. Check for mistakes.
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-home-1760404944-30d0abf

@github-actions github-actions Bot added langchain For docs changes to LangChain oss labels Oct 14, 2025
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-home-1760405732-f2f7f0a

Copilot AI review requested due to automatic review settings October 14, 2025 01:43

Copilot AI 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

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

Comment thread src/docs.json
"pages": [
"index"
"index",
"oss/javascript/langchain/academy3"

Copilot AI Oct 14, 2025

Copy link

Choose a reason for hiding this comment

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

The inconsistent naming pattern (academy2 for Python, academy3 for JavaScript) makes the navigation structure unclear. Consider using consistent naming like 'academy-python' and 'academy-javascript'.

Suggested change
"oss/javascript/langchain/academy3"
"oss/javascript/langchain/academy-javascript"

Copilot uses AI. Check for mistakes.
@github-actions

Copy link
Copy Markdown
Contributor

Preview ID generated: preview-home-1760406248-742ee8d

@lnhsingh
Lauren Hirata Singh (lnhsingh) merged commit 65c1ed4 into main Oct 14, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

langchain For docs changes to LangChain langsmith For docs changes to LangSmith oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants