Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down