[PR #134] [MERGED] Add Docs (Part 1) #515

Closed
opened 2026-02-15 18:17:14 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/134
Author: @hinthornw
Created: 5/14/2024
Status: Merged
Merged: 5/14/2024
Merged by: @hinthornw

Base: mainHead: wfh/docs


📝 Commits (10+)

📊 Changes

22 files changed (+1164 additions, -10 deletions)

View changed files

.github/workflows/deploy_docs.yml (+77 -0)
docs/.gitignore (+2 -0)
docs/.nojekyll (+1 -0)
docs/Makefile (+17 -0)
docs/_scripts/copy_notebooks.py (+117 -0)
docs/docs-requirements.txt (+8 -0)
docs/docs/concepts/.meta.yml (+4 -0)
docs/docs/concepts/index.md (+415 -0)
docs/docs/css/mkdocstrings.css (+12 -0)
docs/docs/how-tos/.meta.yml (+5 -0)
docs/docs/how-tos/index.md (+7 -0)
docs/docs/index.md (+117 -0)
docs/docs/static/favicon.png (+0 -0)
docs/docs/static/wordmark.png (+0 -0)
docs/docs/tutorials/.meta.yml (+2 -0)
docs/docs/tutorials/index.md (+28 -0)
docs/mkdocs.yml (+140 -0)
docs/overrides/main.html (+137 -0)
docs/typedoc.json (+5 -0)
📝 package.json (+1 -0)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/134 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/docs` --- ### 📝 Commits (10+) - [`8c3eb62`](https://github.com/langchain-ai/langgraphjs/commit/8c3eb62472f9d795032e26f965607dab2a455933) update tsc - [`e4da5b9`](https://github.com/langchain-ai/langgraphjs/commit/e4da5b90100a8ab548cd7c2ca3fdec8be85c2093) Add mkdocs - [`246efc9`](https://github.com/langchain-ai/langgraphjs/commit/246efc9e7f942932a7dd64ef88b0cc0b90a7d2f9) Add makefile - [`c951552`](https://github.com/langchain-ai/langgraphjs/commit/c95155238f1be79dd33168c9df882c144fae1ee0) update copy - [`130cf0a`](https://github.com/langchain-ai/langgraphjs/commit/130cf0a0d84f7cc27b4f48ca04a6e88d9060d45b) update - [`2994b7c`](https://github.com/langchain-ai/langgraphjs/commit/2994b7c2de24cbd0b18e1e7960519903e7ce3749) Update TD - [`46f9872`](https://github.com/langchain-ai/langgraphjs/commit/46f9872d1fc9e29ae14597caf33006613d5a9ced) deploy - [`2d3a56e`](https://github.com/langchain-ai/langgraphjs/commit/2d3a56e3dc09fe7ae94d7d72b9171aef8c251cc7) deploy changes - [`d708988`](https://github.com/langchain-ai/langgraphjs/commit/d708988d4abdd25c487c88d16eec595bb91422f6) Update typedoc dest - [`b255f2e`](https://github.com/langchain-ai/langgraphjs/commit/b255f2ee4278c69d5e013e4468533eec4c6bd6a0) Fixup ### 📊 Changes **22 files changed** (+1164 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/deploy_docs.yml` (+77 -0) ➕ `docs/.gitignore` (+2 -0) ➕ `docs/.nojekyll` (+1 -0) ➕ `docs/Makefile` (+17 -0) ➕ `docs/_scripts/copy_notebooks.py` (+117 -0) ➕ `docs/docs-requirements.txt` (+8 -0) ➕ `docs/docs/concepts/.meta.yml` (+4 -0) ➕ `docs/docs/concepts/index.md` (+415 -0) ➕ `docs/docs/css/mkdocstrings.css` (+12 -0) ➕ `docs/docs/how-tos/.meta.yml` (+5 -0) ➕ `docs/docs/how-tos/index.md` (+7 -0) ➕ `docs/docs/index.md` (+117 -0) ➕ `docs/docs/static/favicon.png` (+0 -0) ➕ `docs/docs/static/wordmark.png` (+0 -0) ➕ `docs/docs/tutorials/.meta.yml` (+2 -0) ➕ `docs/docs/tutorials/index.md` (+28 -0) ➕ `docs/mkdocs.yml` (+140 -0) ➕ `docs/overrides/main.html` (+137 -0) ➕ `docs/typedoc.json` (+5 -0) 📝 `package.json` (+1 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:17:14 -05:00
yindo closed this issue 2026-02-15 18:17:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#515