Skip to content

Commit

Permalink
api_refs[major]: Remove script, use custom typedoc plugin (#3630)
Browse files Browse the repository at this point in the history
* api_refs[major]: Remove script, use custom typedoc plugin

* cr

* cr

* rm typedoc dep

* force no cache

* cr

* cr

* add custom build:vercel scripts

* cr

* cr
  • Loading branch information
bracesproul authored Dec 12, 2023
1 parent 9476568 commit d73f135
Show file tree
Hide file tree
Showing 7 changed files with 367 additions and 388 deletions.
3 changes: 2 additions & 1 deletion docs/api_refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"scripts": {
"dev": "next dev -p 3001",
"typedoc": "npx typedoc --options typedoc.json",
"build:scripts": "node ./scripts/generate-api-refs.js && node ./scripts/update-typedoc-css.js",
"build:scripts": "yarn typedoc && node ./scripts/update-typedoc-css.js",
"build": "yarn run build:deps && yarn build:scripts && next build",
"build:vercel": "yarn run build:deps --force && yarn build:scripts && next build",
"build:deps": "yarn run turbo:command build --filter=@langchain/core --filter=@langchain/anthropic --filter=@langchain/openai --filter=@langchain/community --filter=langchain --concurrency=1",
"start": "yarn build && next start -p 3001",
"lint": "next lint"
Expand Down
104 changes: 0 additions & 104 deletions docs/api_refs/scripts/generate-api-refs.js

This file was deleted.

Loading

2 comments on commit d73f135

@vercel
Copy link

@vercel vercel bot commented on d73f135 Dec 12, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-langchain.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
js.langchain.com
langchainjs-docs-ruddy.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d73f135 Dec 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.