diff --git a/docs/docs/index.md b/docs/docs/index.md index 05bda453a..0dcefe428 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -1,3 +1,6 @@ +--- +hide_comments: true +--- # 🦜🕸️LangGraph [![Downloads](https://static.pepy.tech/badge/langgraph/month)](https://pepy.tech/project/langgraph) diff --git a/docs/overrides/partials/comments.html b/docs/overrides/partials/comments.html new file mode 100644 index 000000000..73620bfbe --- /dev/null +++ b/docs/overrides/partials/comments.html @@ -0,0 +1,55 @@ +{% if not page.meta.hide_comments %} +

{{ lang.t("meta.comments") }}

+ + + + +{% endif %} \ No newline at end of file