[PR #782] [CLOSED] docs: Create LangGraph Cloud API reference page #1672

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/782
Author: @andrewnguonly
Created: 6/23/2024
Status: Closed

Base: mainHead: docs/23jun/api-ref-docs


📝 Commits (2)

  • 1d64ad4 Create API reference docs.
  • d507ba6 Add README for creating API reference page.

📊 Changes

8 files changed (+8654 additions, -9 deletions)

View changed files

📝 docs/docs/cloud/concepts/index.md (+5 -5)
docs/docs/cloud/reference/api/README.md (+6 -0)
docs/docs/cloud/reference/api/api_ref.md (+6056 -0)
docs/docs/cloud/reference/api/openapi.json (+2517 -0)
docs/docs/cloud/reference/api_ref.md (+0 -2)
📝 docs/mkdocs.yml (+1 -1)
📝 poetry.lock (+68 -1)
📝 pyproject.toml (+1 -0)

📄 Description

Summary

The LangGraph Cloud API reference page is built using neoteroi-mkdocs.


🔄 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/782 **Author:** [@andrewnguonly](https://github.com/andrewnguonly) **Created:** 6/23/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `docs/23jun/api-ref-docs` --- ### 📝 Commits (2) - [`1d64ad4`](https://github.com/langchain-ai/langgraph/commit/1d64ad4aabc0214b41bea48ed0b4022066fb0e2f) Create API reference docs. - [`d507ba6`](https://github.com/langchain-ai/langgraph/commit/d507ba66e162e2bb74f8b9572620aa0caa2779a6) Add README for creating API reference page. ### 📊 Changes **8 files changed** (+8654 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/cloud/concepts/index.md` (+5 -5) ➕ `docs/docs/cloud/reference/api/README.md` (+6 -0) ➕ `docs/docs/cloud/reference/api/api_ref.md` (+6056 -0) ➕ `docs/docs/cloud/reference/api/openapi.json` (+2517 -0) ➖ `docs/docs/cloud/reference/api_ref.md` (+0 -2) 📝 `docs/mkdocs.yml` (+1 -1) 📝 `poetry.lock` (+68 -1) 📝 `pyproject.toml` (+1 -0) </details> ### 📄 Description ### Summary The LangGraph Cloud API reference page is built using `neoteroi-mkdocs`. --- <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:45:17 -05:00
yindo closed this issue 2026-02-20 17:45:17 -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#1672