[PR #285] [MERGED] Initial MKDocs #1353

Closed
opened 2026-02-20 17:44:31 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/285
Author: @hinthornw
Created: 4/8/2024
Status: Merged
Merged: 4/8/2024
Merged by: @hinthornw

Base: mainHead: wfh/mkdocs


📝 Commits (4)

📊 Changes

16 files changed (+732 additions, -2 deletions)

View changed files

.github/workflows/deploy_docs.yml (+52 -0)
📝 .github/workflows/link_check.yml (+4 -1)
📝 Makefile (+8 -1)
docs/.gitignore (+2 -0)
docs/_scripts/copy_notebooks.py (+64 -0)
docs/css/mkdocstrings.css (+7 -0)
docs/docs-requirements.txt (+8 -0)
docs/docs/concepts.md (+4 -0)
docs/docs/how-tos/index.md (+25 -0)
docs/docs/index.md (+122 -0)
docs/docs/reference/checkpoints.md (+11 -0)
docs/docs/reference/graphs.md (+11 -0)
docs/docs/reference/prebuilt.md (+11 -0)
docs/docs/tutorials/index.md (+69 -0)
docs/mkdocs.yml (+197 -0)
docs/overrides/main.html (+137 -0)

📄 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/langgraph/pull/285 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/8/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/mkdocs` --- ### 📝 Commits (4) - [`4dd92e5`](https://github.com/langchain-ai/langgraph/commit/4dd92e52da2ab2833299c69e2d25d66e4dd7b76b) Add Docs Example - [`39ace47`](https://github.com/langchain-ai/langgraph/commit/39ace476c3a289d1d32da343b6e3f9c261b6449d) fixup - [`d24e099`](https://github.com/langchain-ai/langgraph/commit/d24e09953132d1282f020f6e9f6e18d016badcbb) Add workflow - [`993c247`](https://github.com/langchain-ai/langgraph/commit/993c247f8e26dd174b2615b3cee2794f46904d19) Linkcheck ### 📊 Changes **16 files changed** (+732 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/deploy_docs.yml` (+52 -0) 📝 `.github/workflows/link_check.yml` (+4 -1) 📝 `Makefile` (+8 -1) ➕ `docs/.gitignore` (+2 -0) ➕ `docs/_scripts/copy_notebooks.py` (+64 -0) ➕ `docs/css/mkdocstrings.css` (+7 -0) ➕ `docs/docs-requirements.txt` (+8 -0) ➕ `docs/docs/concepts.md` (+4 -0) ➕ `docs/docs/how-tos/index.md` (+25 -0) ➕ `docs/docs/index.md` (+122 -0) ➕ `docs/docs/reference/checkpoints.md` (+11 -0) ➕ `docs/docs/reference/graphs.md` (+11 -0) ➕ `docs/docs/reference/prebuilt.md` (+11 -0) ➕ `docs/docs/tutorials/index.md` (+69 -0) ➕ `docs/mkdocs.yml` (+197 -0) ➕ `docs/overrides/main.html` (+137 -0) </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-20 17:44:31 -05:00
yindo closed this issue 2026-02-20 17:44:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1353