Skip to content

Commit 146193b

Browse files
authored
add shortcuts/redirects (#1337)
1 parent 3e46009 commit 146193b

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/docs.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,50 @@
14241424
}
14251425
},
14261426
"redirects": [
1427+
{
1428+
"source": "/langchain",
1429+
"destination": "/oss/python/langchain/overview"
1430+
},
1431+
{
1432+
"source": "/langgraph",
1433+
"destination": "/oss/python/langgraph/overview"
1434+
},
1435+
{
1436+
"source": "/deepagents",
1437+
"destination": "/oss/python/deepagents/overview"
1438+
},
1439+
{
1440+
"source": "/langsmith",
1441+
"destination": "/langsmith/home"
1442+
},
1443+
{
1444+
"source": "/js/langchain",
1445+
"destination": "/oss/javascript/langchain/overview"
1446+
},
1447+
{
1448+
"source": "/js/langgraph",
1449+
"destination": "/oss/javascript/langgraph/overview"
1450+
},
1451+
{
1452+
"source": "/python/langchain",
1453+
"destination": "/oss/python/langchain/overview"
1454+
},
1455+
{
1456+
"source": "/python/langgraph",
1457+
"destination": "/oss/python/langgraph/overview"
1458+
},
1459+
{
1460+
"source": "/python/deepagents",
1461+
"destination": "/oss/python/deepagents/overview"
1462+
},
1463+
{
1464+
"source": "/javascript/langchain",
1465+
"destination": "/oss/javascript/langchain/overview"
1466+
},
1467+
{
1468+
"source": "/javascript/langgraph",
1469+
"destination": "/oss/javascript/langgraph/overview"
1470+
},
14271471
{
14281472
"source": "/langsmith/cloud-architecture-and-scalability",
14291473
"destination": "/langsmith/cloud#cloud-architecture-and-scalability"

0 commit comments

Comments
 (0)