Skip to content

Commit

Permalink
docs(integrations): Add information about starring apps (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohalskyy authored Sep 18, 2024
1 parent 8cc7aa1 commit a1337f5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
13 changes: 11 additions & 2 deletions src/content/docs/crowdin/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sidebar:
---

import { LinkCard, CardGrid } from '@astrojs/starlight/components';
import { Icon } from 'astro-icon/components';

Seamlessly integrate localization into any phase of your development cycle. Crowdin offers a wide range of integrations with the tools you already use. Automate your localization workflow and save time on manual tasks.

Expand All @@ -20,9 +21,9 @@ Seamlessly integrate localization into any phase of your development cycle. Crow

## VCS Integrations

Lack of automation is the key challenge engineers face. Source content should be constantly extracted from the code base and handed to the translation team, and ready translations should be integrated back. Without an automated approach, this workflow turns into a constant and irritating file sending back and forth.
The key challenge engineers face is the lack of automation. Source content needs to be constantly extracted from the codebase and handed over to the translation team. Completed translations should then be integrated back into the codebase. Without an automated approach, this workflow becomes a repetitive and time-consuming exchange of files.

Source strings are pulled automatically and are always up-to-date for your translators. Translated content is automatically pushed to your repository as a request.
With the automation provided by VCS Integrations, source strings are pulled automatically, ensuring they are always up-to-date for your translators. Completed translations are then pushed back to your repository as a request.

<CardGrid>
<LinkCard
Expand Down Expand Up @@ -67,6 +68,14 @@ Quickly generate language-specific assets. Send content for translation with con
/>
</CardGrid>

## Starred Apps

You can star an app by clicking the <Icon name="mdi:star-outline" class="inline-icon" /> icon next to its name, either from the app list or within the app itself, allowing you to mark apps for quick access. This feature is available for integrations and tools (excluding service-related items like Webhooks, Service Logs, etc.) and is accessible to project members with the Developer role or higher.

Once you star an app, it gets pinned to the top of the relevant tabs, such as **Integrations** or **Tools**. Additionally, a new button will appear in the project **Dashboard**, providing quick access to all your starred apps. The app list will also automatically sort by starred items when you add a new favorite.

Starring works on an individual account basis, meaning each project member will see their own starred apps in the **Integrations**, **Tools**, and project **Dashboard** tabs, independent of other members' selections.

## See Also

<CardGrid>
Expand Down
13 changes: 11 additions & 2 deletions src/content/docs/enterprise/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ sidebar:
---

import { LinkCard, CardGrid } from '@astrojs/starlight/components';
import { Icon } from 'astro-icon/components';

Seamlessly integrate localization into any phase of your development cycle. Crowdin Enterprise offers a wide range of integrations with the tools you already use. Automate your localization workflow and save time on manual tasks.

Expand All @@ -20,9 +21,9 @@ Seamlessly integrate localization into any phase of your development cycle. Crow

## VCS Integrations

Lack of automation is the key challenge engineers face. Source content should be constantly extracted from the code base and handed to the translation team, and ready translations should be integrated back. Without an automated approach, this workflow turns into a constant and irritating file sending back and forth.
The key challenge engineers face is the lack of automation. Source content needs to be constantly extracted from the codebase and handed over to the translation team. Completed translations should then be integrated back into the codebase. Without an automated approach, this workflow becomes a repetitive and time-consuming exchange of files.

Source strings are pulled automatically and are always up-to-date for your translators. Translated content is automatically pushed to your repository as a request.
With the automation provided by VCS Integrations, source strings are pulled automatically, ensuring they are always up-to-date for your translators. Completed translations are then pushed back to your repository as a request.

<CardGrid>
<LinkCard
Expand Down Expand Up @@ -67,6 +68,14 @@ Quickly generate language-specific assets. Send content for translation with con
/>
</CardGrid>

## Starred Apps

You can star an app by clicking the <Icon name="mdi:star-outline" class="inline-icon" /> icon next to its name, either from the app list or within the app itself, allowing you to mark apps for quick access. This feature is available for integrations and tools (excluding service-related items like Webhooks, Service Logs, etc.) and is accessible to project members with the Developer role or higher.

Once you star an app, it gets pinned to the top of the relevant sections, such as **Integrations** or **Tools**. Additionally, a new button will appear in the project **Dashboard**, providing quick access to all your starred apps. The app list will also automatically sort by starred items when you add a new favorite.

Starring works on an individual account basis, meaning each project member will see their own starred apps in the **Integrations**, **Tools**, and project **Dashboard** sections, independent of other members' selections.

## See Also

<CardGrid>
Expand Down

0 comments on commit a1337f5

Please sign in to comment.