From b056e17b3880f58a75ecd9a7a9af8cc358860f7f Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:46:45 -0800 Subject: [PATCH 1/2] Linkcheck --- docs/docs/tutorials/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index c670d4179..bd6fb6c19 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -79,6 +79,6 @@ Explore practical implementations tailored for specific scenarios: Add custom authentication and authorization to an existing LangGraph Platform deployment in the following three-part guide: -1. [Setting Up Custom Authentication](./auth/getting_started.md): Implement OAuth2 authentication to authorize users on your deployment -2. [Resource Authorization](./auth/resource_auth.md): Let users have private conversations -3. [Connecting an Authentication Provider](./auth/add_auth_server.md): Add real user accounts and validate using OAuth2 \ No newline at end of file +1. [Setting Up Custom Authentication](auth/getting_started.md): Implement OAuth2 authentication to authorize users on your deployment +2. [Resource Authorization](auth/resource_auth.md): Let users have private conversations +3. [Connecting an Authentication Provider](auth/add_auth_server.md): Add real user accounts and validate using OAuth2 \ No newline at end of file From 2cae9337a73e542ab62b1bffb4c50e5dd3594b36 Mon Sep 17 00:00:00 2001 From: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:56:35 -0800 Subject: [PATCH 2/2] Fix broken index --- docs/mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index cc780fde2..738f6edc1 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -143,9 +143,9 @@ nav: - tutorials/extraction/retries.ipynb - LangGraph Platform: - LangGraph Platform: concepts#langgraph-platform - - docs/docs/tutorials/auth/getting_started.md - - docs/docs/tutorials/auth/resource_auth.md - - docs/docs/tutorials/auth/add_auth_server.md + - tutorials/auth/getting_started.md + - tutorials/auth/resource_auth.md + - tutorials/auth/add_auth_server.md - How-to Guides: - how-tos/index.md