Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ mode: "custom"

<h2 class="flex whitespace-pre-wrap group font-semibold">Get started</h2>

<CardGroup cols={4}>
<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"/>
Comment on lines +31 to +36
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.
</CardGroup>

<h2 class="flex whitespace-pre-wrap group font-semibold">Open source agent frameworks</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/oss/langchain/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebarTitle: Overview

For a complete list of changes and instructions on how to upgrade your code, see the [release notes](/oss/releases/langchain-v1) and [migration guide](/oss/migrate/langchain-v1).

If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=01-langchain.yml) so we can improve. To view v0.x documentation, [go to the archived site](https://python.langchain.com/docs/introduction/).
If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=01-langchain.yml) so we can improve. To view v0.x documentation, [go to the archived content](https://github.com/langchain-ai/langchain/tree/v0.3/docs/docs).
</Callout>
:::

Expand All @@ -19,7 +19,7 @@ sidebarTitle: Overview

For a complete list of changes and instructions on how to upgrade your code, see the [release notes](/oss/releases/langchain-v1) and [migration guide](/oss/migrate/langchain-v1).

If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=01-langchain.yml) so we can improve. To view v0.x documentation, [go to the archived site](https://js.langchain.com/docs/introduction/).
If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=01-langchain.yml) so we can improve. To view v0.x documentation, [go to the archived content](https://github.com/langchain-ai/langchainjs/tree/v0.3/docs/core_docs/docs).
</Callout>
:::

Expand Down
4 changes: 2 additions & 2 deletions src/oss/langgraph/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebarTitle: Overview

For a complete list of changes and instructions on how to upgrade your code, see the [release notes](/oss/releases/langgraph-v1) and [migration guide](/oss/migrate/langgraph-v1).

If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=02-langgraph.yml&labels=langgraph,python) so we can improve. To view v0.x documentation, [go to the archived site](https://langchain-ai.github.io/langgraph/).
If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=02-langgraph.yml&labels=langgraph,python) so we can improve. To view v0.x documentation, [go to the archived content](https://github.com/langchain-ai/langgraph/tree/main/docs/docs).
</Callout>
:::

Expand All @@ -20,7 +20,7 @@ sidebarTitle: Overview

For a complete list of changes and instructions on how to upgrade your code, see the [release notes](/oss/releases/langgraph-v1) and [migration guide](/oss/migrate/langgraph-v1).

If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=02-langgraph.yml&labels=langgraph,js/ts) so we can improve. To view v0.x documentation, [go to the archived site](https://langchain-ai.github.io/langgraphjs/).
If you encounter any issues or have feedback, please [open an issue](https://github.com/langchain-ai/docs/issues/new?template=02-langgraph.yml&labels=langgraph,js/ts) so we can improve. To view v0.x documentation, [go to the archived content](https://github.com/langchain-ai/langgraphjs/tree/main/docs/docs).
</Callout>
:::

Expand Down