From 9534dc031d4569e721ecd9a4e8a169e900b2d353 Mon Sep 17 00:00:00 2001 From: "docsalot-app[bot]" <207601912+docsalot-app[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:38:08 +0000 Subject: [PATCH 1/3] docs: update docs/api-introduction.mdx for changes #1757547436446 --- docs/api-introduction.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api-introduction.mdx b/docs/api-introduction.mdx index 44e7a92..ea92dc8 100644 --- a/docs/api-introduction.mdx +++ b/docs/api-introduction.mdx @@ -5,7 +5,7 @@ description: 'Overview of the Chatbot API endpoints' # API Documentation -The Chatbot API provides a set of endpoints for managing chat functionality, user authentication, and administrative tasks. +The Chatbot API provides a set of endpoints for managing chat functionality, user authentication, team management, and administrative tasks. ## Base URL @@ -29,5 +29,7 @@ The API is organized into the following categories: - `/api/chat/*` - Chat functionality - `/api/users/*` - User management - `/api/users/stats/*` - User statistics +- `/api/teams/*` - Team management +- `/api/teams/stats/*` - Team statistics For detailed information about specific endpoints, see their respective documentation pages. From ce306a9c27885da31f30535ff02c9197a03a044a Mon Sep 17 00:00:00 2001 From: "docsalot-app[bot]" <207601912+docsalot-app[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:38:09 +0000 Subject: [PATCH 2/3] docs: update docs/introduction.mdx for changes #1757547436446 --- docs/introduction.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index dc4ecd9..8f40df2 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -13,6 +13,7 @@ This is a Next.js-based chatbot application that provides real-time chat functio - User authentication - Admin dashboard - User statistics +- Team management - Responsive design - Next.js 13+ App Router - TypeScript support @@ -27,7 +28,8 @@ app/ ├── api/ # API routes │ ├── auth/ # Authentication endpoints │ ├── chat/ # Chat endpoints -│ └── users/ # User management endpoints +│ ├── users/ # User management endpoints +│ └── teams/ # Team management endpoints ├── components/ # Reusable components └── settings/ # User settings ``` From 8eacef81a73d5b5dca762c2b7732ec2ae78308a0 Mon Sep 17 00:00:00 2001 From: "docsalot-app[bot]" <207601912+docsalot-app[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:38:09 +0000 Subject: [PATCH 3/3] docs: update docs/mint.json for changes #1757547436446 --- docs/mint.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/mint.json b/docs/mint.json index a12b686..027bf3a 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -31,7 +31,13 @@ }, { "group": "API Reference", - "pages": ["api-introduction", "api-authentication", "api-chat", "api-users"] + "pages": [ + "api-introduction", + "api-authentication", + "api-chat", + "api-users", + "api-teams" + ] } ] }