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