Skip to content

Commit

Permalink
Remove unused CI actions, update Vercel.json (langchain-ai#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Nov 14, 2023
1 parent c5206f0 commit 235a13c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 109 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/docs-preview.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/docs-prod.yml

This file was deleted.

40 changes: 5 additions & 35 deletions docs/core_docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,53 +406,23 @@
},
{
"source": "/docs/api/:slug1/classes/:slug2",
"destination": "https://api.js.langchain.com/classes/:slug1.:slug2.html",
"has": [
{
"type": "path",
"value": "/classes/"
}
]
"destination": "https://api.js.langchain.com/classes/:slug1.:slug2.html"
},
{
"source": "/docs/api/:slug1/functions/:slug2",
"destination": "https://api.js.langchain.com/functions/:slug1.:slug2.html",
"has": [
{
"type": "path",
"value": "/functions/"
}
]
"destination": "https://api.js.langchain.com/functions/:slug1.:slug2.html"
},
{
"source": "/docs/api/:slug1/interfaces/:slug2",
"destination": "https://api.js.langchain.com/interfaces/:slug1.:slug2.html",
"has": [
{
"type": "path",
"value": "/interfaces/"
}
]
"destination": "https://api.js.langchain.com/interfaces/:slug1.:slug2.html"
},
{
"source": "/docs/api/:slug1/types/:slug2",
"destination": "https://api.js.langchain.com/types/:slug1.:slug2.html",
"has": [
{
"type": "path",
"value": "/types/"
}
]
"destination": "https://api.js.langchain.com/types/:slug1.:slug2.html"
},
{
"source": "/docs/api/:slug1/variables/:slug2",
"destination": "https://api.js.langchain.com/variables/:slug1.:slug2.html",
"has": [
{
"type": "path",
"value": "/variables/"
}
]
"destination": "https://api.js.langchain.com/variables/:slug1.:slug2.html"
}
]
}

0 comments on commit 235a13c

Please sign in to comment.