Skip to content

Conversation

@lnhsingh
Copy link
Collaborator

@lnhsingh lnhsingh commented Oct 28, 2025

Overview

  • Add link to LC Academy on main landing page
  • Update callouts on LC / LG overviews to point to md pages in old content

Type of change

Type: Update

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 28, 2025 20:30
@lnhsingh lnhsingh requested a review from katmayb as a code owner October 28, 2025 20:30
@github-actions github-actions bot added langchain For docs changes to LangChain langgraph For docs changes to LangGraph oss labels Oct 28, 2025
@github-actions
Copy link
Contributor

Mintlify preview ID generated: preview-homeed-1761683489-aaf7ac6

Copy link
Contributor

Copilot AI left a comment

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 documentation links to point users to archived v0.x content in GitHub repositories instead of archived websites, and adds a new "Enroll in LangChain Academy" card to the homepage.

Key changes:

  • Updated archive links for LangGraph and LangChain v0.x documentation to point to GitHub repository paths
  • Changed CardGroup column layout from 4 to 3 on the homepage
  • Added a new card for LangChain Academy enrollment in the "Get started" section

Reviewed Changes

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

File Description
src/oss/langgraph/overview.mdx Updated archived documentation links for both Python and JS versions to point to GitHub repository instead of archived site
src/oss/langchain/overview.mdx Updated archived documentation links for both Python and JS versions to point to GitHub repository instead of archived site
src/index.mdx Changed CardGroup from 4 to 3 columns and added LangChain Academy enrollment card

Comment on lines +31 to +36
<CardGroup cols={3}>
<Card title="Build your first agent" icon="gear" href="/oss/python/langchain/quickstart" cta="Get started" />
<Card title="Sign up for LangSmith" icon="screwdriver-wrench" href="https://smith.langchain.com/" cta="Try LangSmith" />
<Card title="Send your first trace" icon="monitor-waveform" href="/langsmith/integrations" cta="Get started" />
<Card title="Build an advanced agent" icon="robot" href="/oss/python/langgraph/quickstart" cta="Get started"/>
<Card title="Enroll in LangChain Academy" icon="graduation-cap" href="https://academy.langchain.com/" cta="Get started"/>
Copy link

Copilot AI Oct 28, 2025

Choose a reason for hiding this comment

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

The CardGroup is set to 3 columns but contains 5 cards, which will cause uneven layout distribution (3 cards in first row, 2 in second). Consider either changing cols={3} to cols={5} for a single row, using cols={2} for a 2x3 grid, or removing a card to have exactly 3 cards.

Copilot uses AI. Check for mistakes.
@lnhsingh lnhsingh merged commit 0e2a64c into main Oct 28, 2025
17 checks passed
@lnhsingh lnhsingh deleted the home-edit branch October 28, 2025 20:34
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 langgraph For docs changes to LangGraph oss

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants