Skip to content

Commit 8ea8f1c

Browse files
committed
fix(seo): title too long
1 parent 23fe40b commit 8ea8f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

access-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: access
33
title: Access Policies & Authorization
4-
description: Learn how to implement Role-Based Access Control (RBAC) and ownership-based access policies in Manifest. Control user permissions for CRUD operations with public, restricted, admin, and forbidden access types.
4+
description: Learn how to implement API policies to restrict resource access for CRUD operations and endpoints.
55
---
66

77
# Access policies

upload.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: upload
33
title: File and Image Uploads
4-
description: Upload files and images with Manifest built-in storage system to upload assets in the file storage or any S3-compatible storage. Define image sizes and quality for automatic resizing.
4+
description: Upload files and images with Manifest built-in storage system to upload assets in the file storage or any S3-compatible storage.
55
---
66

77
import Tabs from '@theme/Tabs';

0 commit comments

Comments
 (0)