Skip to content

Commit 0e2a64c

Browse files
authored
update home page and links to old content (#1169)
## 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 <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] 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](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
1 parent a5f881a commit 0e2a64c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

src/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ mode: "custom"
2828

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

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

3839
<h2 class="flex whitespace-pre-wrap group font-semibold">Open source agent frameworks</h2>

src/oss/langchain/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarTitle: Overview
99

1010
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).
1111

12-
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/).
12+
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).
1313
</Callout>
1414
:::
1515

@@ -19,7 +19,7 @@ sidebarTitle: Overview
1919

2020
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).
2121

22-
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/).
22+
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).
2323
</Callout>
2424
:::
2525

src/oss/langgraph/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebarTitle: Overview
99

1010
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).
1111

12-
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/).
12+
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).
1313
</Callout>
1414
:::
1515

@@ -20,7 +20,7 @@ sidebarTitle: Overview
2020

2121
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).
2222

23-
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/).
23+
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).
2424
</Callout>
2525
:::
2626

0 commit comments

Comments
 (0)