Files
langgraph/docs/docs/index.md
T
Eugene YurtsevandGitHub f59a1339c9 chore(docs): Consolidate hooks for copy markdown and notebooks (#5459)
Consolidating the hooks to avoid duplication of logic

We need this change for consolidating js and python content: we need include-markdown to run as a mkdocs plugin before our pipeline (rather than as markdown extension which runs after our hooks plugin).
2025-07-11 20:44:46 +00:00

762 B

hide_comments, title
hide_comments title
true LangGraph
<script> // This script only runs in MkDocs, not on GitHub var hideGitHubVersion = function() { document.querySelectorAll('.github-only').forEach(el => el.style.display = 'none'); }; // Handle both initial load and subsequent navigation document.addEventListener('DOMContentLoaded', hideGitHubVersion); document$.subscribe(hideGitHubVersion); </script>

LangGraph Logo LangGraph Logo

<style> .md-content h1 { display: none; } .md-header__topic { display: none; } </style>

{% include-markdown "../../README.md" %}