Skip to content

Commit

Permalink
[Docs] Fix mkdocs.yml paths (#2820)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Dec 18, 2024
2 parents 2855caa + 2cae933 commit 53a2c2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53a2c2b

Please sign in to comment.