Skip to content
Merged
Show file tree
Hide file tree
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
title: Resources Module
description: Create a new item in the Extensions section of the user's profile
slug: developer/crowdin-apps-module-profile-resources-menu
title: Profile Menu Module
description: Create a new item in the user's profile menu
slug: developer/crowdin-apps-module-profile-menu
sidebar:
order: 13
label: Resources
label: Profile Menu
---

import { Aside } from '@astrojs/starlight/components';
import { Image } from 'astro:assets';
import resources from '!/developer/module_resources.png';
import profileMenu from '!/developer/module_profile_menu.png';

The module allows the creation of a new item in the **Extensions** section of the user's profile.
The module allows the creation of a new item in the user's profile menu.

<Image src={resources} alt="Resources Module" />
<Image src={profileMenu} alt="Profile Menu Module" />

<Aside>
This module is available only for Crowdin.
Expand All @@ -23,9 +23,7 @@ The module allows the creation of a new item in the **Extensions** section of th

You can grant access to this module to one of the following user categories:

* Only me (i.e., project owner)
* All project members
* Selected users
* Only me (i.e., profile owner)

## Structure

Expand Down
4 changes: 3 additions & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@
{ "source": "/ai-setup-wizard/", "destination": "/crowdin-ai/#configuring-ai", "permanent": true },
{ "source": "/enterprise/ai-setup-wizard/", "destination": "/enterprise/crowdin-ai/#configuring-ai", "permanent": true },

{ "source": "/enterprise/privacy/", "destination": "/enterprise/security/", "permanent": true }
{ "source": "/enterprise/privacy/", "destination": "/enterprise/security/", "permanent": true },

{ "source": "/developer/crowdin-apps-module-profile-resources-menu/", "destination": "/developer/crowdin-apps-module-profile-menu/", "permanent": true }
]
}