> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parvej.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Admin Overview

> Admin dashboard navigation and features

# Admin Panel Overview

The admin panel provides complete control over your portfolio content.

## Accessing Admin

Navigate to `/admin` and log in with your Appwrite credentials.

## Dashboard Sections

### Content Management

| Section    | URL                 | Purpose                    |
| ---------- | ------------------- | -------------------------- |
| Header     | `/admin/header`     | Homepage hero section      |
| About Me   | `/admin/about`      | About section content      |
| Experience | `/admin/experience` | Work experience timeline   |
| Research   | `/admin/research`   | Research/publications      |
| FAQ        | `/admin/faq`        | Frequently asked questions |

### Blog

| Section    | URL                      | Purpose                      |
| ---------- | ------------------------ | ---------------------------- |
| Blogs      | `/admin/blogs`           | Create and manage blog posts |
| Categories | `/admin/blog-categories` | Blog categories              |

### Projects

| Section    | URL                         | Purpose            |
| ---------- | --------------------------- | ------------------ |
| Projects   | `/admin/projects`           | Portfolio projects |
| Categories | `/admin/project-categories` | Project categories |

### Shop

| Section    | URL                      | Purpose            |
| ---------- | ------------------------ | ------------------ |
| Products   | `/admin/products`        | Product catalog    |
| Categories | `/admin/shop-categories` | Product categories |
| Orders     | `/admin/orders`          | Order management   |
| Coupons    | `/admin/coupons`         | Discount codes     |

### Shortlinks

| Section    | URL                         | Purpose        |
| ---------- | --------------------------- | -------------- |
| Shortlinks | `/admin/shortlinks`         | URL shortener  |
| Domains    | `/admin/shortlinks/domains` | Custom domains |

### Settings

| Section      | URL                      | Purpose             |
| ------------ | ------------------------ | ------------------- |
| Fonts        | `/admin/settings/fonts`  | Font management     |
| Menu         | `/admin/settings/menu`   | Navigation settings |
| Social Links | `/admin/settings/social` | Social media links  |

## Navigation

The admin sidebar provides quick access to all sections:

```
📊 Dashboard
├── 📝 Content
│   ├── Header
│   ├── About Me
│   ├── Experience
│   ├── Research
│   └── FAQ
├── 📰 Blog
│   ├── Posts
│   └── Categories
├── 📁 Projects
│   ├── Projects
│   └── Categories
├── 🛒 Shop
│   ├── Products
│   ├── Categories
│   ├── Orders
│   └── Coupons
├── 🔗 Shortlinks
│   ├── Links
│   └── Domains
└── ⚙️ Settings
    ├── Fonts
    ├── Menu
    └── Social
```

## Common Actions

### Creating Content

1. Navigate to the relevant section
2. Click **Add New** or **Create** button
3. Fill in the form
4. Click **Save**

### Editing Content

1. Find the item in the list
2. Click **Edit** button
3. Make changes
4. Click **Update**

### Deleting Content

1. Find the item in the list
2. Click **Delete** button
3. Confirm deletion

<Warning>
  Deletions are permanent. Make sure you want to remove the content.
</Warning>

## Tips

<Tip>
  Use the **Featured** toggle to highlight important content on the homepage.
</Tip>

<Tip>
  Preview your changes by opening the public site in another tab.
</Tip>
