From a870e87e7f9a0bf240aaae6442f59e2f59fe121f Mon Sep 17 00:00:00 2001 From: William FH <13333726+hinthornw@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:28:35 -0700 Subject: [PATCH] [Docs] Update edit links (#567) --- docs/mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4203c22be..dc5ed678f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -2,6 +2,7 @@ site_name: LangGraph site_description: Build language agents as graphs site_url: https://langchain-ai.github.io/langgraph/ repo_url: https://github.com/langchain-ai/langgraph +edit_uri: edit/main/docs/docs/ theme: name: material custom_dir: overrides @@ -84,6 +85,7 @@ plugins: - git-committers: repository: langchain-ai/langgraph branch: main + docs_path: docs/docs/ token: !ENV ["MKDOCS_GIT_COMMITTERS_APIKEY"] # TODO: Add minify plugin once it works alright with code block copying # - minify: