Skip to content

Commit

Permalink
Merge pull request #1377 from syucream/feature/categories-docs
Browse files Browse the repository at this point in the history
Add documentation for Categories feature
  • Loading branch information
userlocalhost authored Mar 4, 2025
2 parents fa949d1 + 47922ec commit 5724987
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/content/advanced/categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Categories

Categories in Pagoda help you organize and group related entities for easier navigation and management. Think of categories as customizable collections of links to your entity sets.

## Features

- **Flexible Grouping**: Create categories to group related entities together
- **Multiple Entity Association**: Link multiple entities to a single category
- **Search & Filter**: Quickly find categories using the search functionality
- **Priority Setting**: Control the display order of categories
- **Notes**: Add descriptions or additional information to categories

## Managing Categories

### Creating a Category

1. Click the "Create New Category" button
2. Fill in the required information:
- Name: Category identifier
- Notes: Additional information or description
- Models: Select one or more entities to include
- Priority: Set display order (lower numbers appear first)

### Viewing Categories

Categories are displayed in a grid layout, showing:
- Category name
- Associated entity links
- Quick access to entity data

### Searching Categories

Use the search box to filter categories by name.

### Editing Categories

Click the menu icon (⋮) on a category card to:
- Edit category details
- Delete the category

0 comments on commit 5724987

Please sign in to comment.