From 5f15e865aa420b714f650f5ab7f88f6900676ed9 Mon Sep 17 00:00:00 2001 From: "pr-test1[bot]" <226697212+pr-test1[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 21:15:21 +0000 Subject: [PATCH] docs: update docs/introduction.mdx for changes #1757106829236 --- docs/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.mdx b/docs/introduction.mdx index dc4ecd9..30cb6c5 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -11,7 +11,7 @@ This is a Next.js-based chatbot application that provides real-time chat functio - Real-time chat interface - User authentication -- Admin dashboard +- Admin panel (dashboard & settings) - User statistics - Responsive design - Next.js 13+ App Router @@ -23,7 +23,7 @@ The project follows a modern Next.js 13+ structure with the App Router: ```bash app/ -├── admin/ # Admin dashboard +├── admin/ # Admin panel (dashboard & settings) ├── api/ # API routes │ ├── auth/ # Authentication endpoints │ ├── chat/ # Chat endpoints