-
Notifications
You must be signed in to change notification settings - Fork 811
Description
The LangGraph documentation for the production version (https://docs.langchain.com/oss/python/langgraph
) was recently replaced with the v1-alpha documentation. Unfortunately, this has created a few serious issues for current users:
Many production-ready LangGraph docs are now missing or inaccessible. (I was working my way through the guides and finding them invaluable!)
The v1-alpha docs refer to an unreleased or experimental version, which is not yet suitable for production.
Developers maintaining production systems now have limited stable documentation reference for the existing version.
Why this matters:
Not everyone can migrate immediately to v1-alpha.
Active teams maintaining production workflows now face blockers in updating or debugging their existing code.
Even a temporary doc archive (e.g., /v0/ or /legacy/) would solve this issue elegantly.
Suggested solution:
Please restore the production docs under a stable URL (e.g., /v0/ or /stable/).
Alternatively, publish a link to a static archive of the previous version (e.g., via GitHub Pages).
Thanks for all your hard work on LangGraph — the tool is amazing, and a stable doc version would really help the community maintain their existing systems while v1-alpha evolves. 🙏