diff --git a/docs/docs-platform.yml b/docs/docs-platform.yml index 05cd9bb1c..6e01a0afb 100644 --- a/docs/docs-platform.yml +++ b/docs/docs-platform.yml @@ -261,54 +261,12 @@ pages: # Python-specific content from templates-python/ # Authentication section - - path: authentication/api-setup.mdx - platforms: ["python"] - - path: authentication/user-sessions.mdx - platforms: ["python"] + - path: concepts/user-authentication.mdx + platforms: ["python"] # python only - - path: authentication/oauth-flows.mdx - platforms: ["python"] - - - path: authentication/server-validation.mdx - platforms: ["python"] + - path: concepts/teams-management.mdx + platforms: ["python"] # python only - # User Management section - - path: user-management/create-users.mdx - platforms: ["python"] - - path: user-management/user-operations.mdx - platforms: ["python"] - - - path: user-management/custom-user-data.mdx - platforms: ["python"] - - - path: user-management/user-permissions.mdx - platforms: ["python"] - - # Team Management section - - path: team-management/team-operations.mdx - platforms: ["python"] - - - path: team-management/team-invitations.mdx - platforms: ["python"] - - - path: team-management/team-permissions.mdx - platforms: ["python"] - - - path: team-management/organization-management.mdx - platforms: ["python"] - - # Framework Integration section - - path: integration/django.mdx - platforms: ["python"] - - - path: integration/flask.mdx - platforms: ["python"] - - - path: integration/fastapi.mdx - platforms: ["python"] - - - path: integration/standalone-scripts.mdx - platforms: ["python"] diff --git a/docs/src/components/layouts/shared-header.tsx b/docs/src/components/layouts/shared-header.tsx index 442a8315b..085e227bd 100644 --- a/docs/src/components/layouts/shared-header.tsx +++ b/docs/src/components/layouts/shared-header.tsx @@ -80,7 +80,7 @@ function AIChatToggleButton() { return null; } - const { isChatOpen, toggleChat } = sidebarContext; + const { toggleChat } = sidebarContext; return (