marketing copy updates - #869
Conversation
There was a problem hiding this comment.
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 /> |
There was a problem hiding this comment.
The Google Gemini card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.
| icon="/langsmith/images/google-gemini-icon.svg" horizontal /> | |
| icon="/langsmith/images/google-gemini-icon.svg" | |
| href="/langsmith/trace-google-gemini" horizontal /> |
| title="Amazon Bedrock" | ||
| icon="/langsmith/images/bedrock-icon.png" horizontal> | ||
| </Card> | ||
| icon="/langsmith/images/bedrock-icon.png" horizontal /> |
There was a problem hiding this comment.
The Amazon Bedrock card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.
| icon="/langsmith/images/bedrock-icon.png" horizontal /> | |
| icon="/langsmith/images/bedrock-icon.png" | |
| href="/langsmith/trace-bedrock" horizontal /> |
| title="DeepSeek" | ||
| icon="/langsmith/images/deepseek-icon.svg" horizontal> | ||
| </Card> | ||
| icon="/langsmith/images/deepseek-icon.svg" horizontal /> |
There was a problem hiding this comment.
The DeepSeek card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.
| icon="/langsmith/images/deepseek-icon.svg" horizontal /> | |
| icon="/langsmith/images/deepseek-icon.svg" | |
| href="/langsmith/trace-deepseek" horizontal /> |
| title="Mistral" | ||
| icon="/langsmith/images/mistral-icon.svg" horizontal> | ||
| </Card> | ||
| icon="/langsmith/images/mistral-icon.svg" horizontal /> |
There was a problem hiding this comment.
The Mistral card is missing the required 'href' attribute that other LLM provider cards have, making it non-functional as a link.
| icon="/langsmith/images/mistral-icon.svg" horizontal /> | |
| icon="/langsmith/images/mistral-icon.svg" | |
| href="/langsmith/trace-mistral" horizontal /> |
|
Preview ID generated: preview-home-1760404944-30d0abf |
|
Preview ID generated: preview-home-1760405732-f2f7f0a |
| "pages": [ | ||
| "index" | ||
| "index", | ||
| "oss/javascript/langchain/academy3" |
There was a problem hiding this comment.
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'.
| "oss/javascript/langchain/academy3" | |
| "oss/javascript/langchain/academy-javascript" |
|
Preview ID generated: preview-home-1760406248-742ee8d |
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
Checklist
docs devsrc/docs.jsonif neededAdditional notes