From a1337f5030496031ec3d29c544c35a48307d8310 Mon Sep 17 00:00:00 2001 From: Mykhailo Rohalskyy Date: Wed, 18 Sep 2024 17:00:33 +0300 Subject: [PATCH] docs(integrations): Add information about starring apps (#124) --- src/content/docs/crowdin/integrations/overview.mdx | 13 +++++++++++-- .../docs/enterprise/integrations/overview.mdx | 13 +++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/content/docs/crowdin/integrations/overview.mdx b/src/content/docs/crowdin/integrations/overview.mdx index e798c067..6d743fe7 100644 --- a/src/content/docs/crowdin/integrations/overview.mdx +++ b/src/content/docs/crowdin/integrations/overview.mdx @@ -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. @@ -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. +## Starred Apps + +You can star an app by clicking the 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 diff --git a/src/content/docs/enterprise/integrations/overview.mdx b/src/content/docs/enterprise/integrations/overview.mdx index c4e6ae3d..9a049742 100644 --- a/src/content/docs/enterprise/integrations/overview.mdx +++ b/src/content/docs/enterprise/integrations/overview.mdx @@ -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. @@ -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. +## Starred Apps + +You can star an app by clicking the 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