docs(developer): restructure the Crowdin Apps section and add the SDK… - #907
Open
rohalskyy wants to merge 2 commits into
Open
docs(developer): restructure the Crowdin Apps section and add the SDK…#907rohalskyy wants to merge 2 commits into
rohalskyy wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
andrii-bodnar
requested changes
Aug 31, 2026
| * **Authentication**: OAuth 2.0 with the `crowdin_app` grant type, JWT validation, and context extraction. | ||
| * **Modules**: Registration and the endpoints each module type expects. | ||
| * **Database**: SQLite by default, with PostgreSQL and Cloudflare D1 as options. | ||
| * **File storage**: Temporary files for file processing modules. |
Member
There was a problem hiding this comment.
It's not something we should feature here. Temporary files are an internal implementation detail
| npm install @crowdin/app-project-module | ||
| ``` | ||
|
|
||
| Apps built with the SDK deploy to Vercel, AWS Lambda, and Cloudflare Workers. |
Member
There was a problem hiding this comment.
They can be hosted anywhere, not just strictly there.
Comment on lines
+16
to
+18
| * **Authentication**: OAuth 2.0 with the `crowdin_app` grant type, JWT validation, and context extraction. | ||
| * **Modules**: Registration and the endpoints each module type expects. | ||
| * **Database**: SQLite by default, with PostgreSQL and Cloudflare D1 as options. |
Member
There was a problem hiding this comment.
It would be better to describe the types of apps it handles in general. OAuth 2.0, JWT validation, context extraction don't tell the end user anything useful
| { "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 }, | ||
| { "source": "/developer/crowdin-apps-module-translation-alignment/", "destination": "/developer/crowdin-apps-module-translation-alignment-processing/", "permanent": true }, |
Member
There was a problem hiding this comment.
Why do we need this redirect? This page has had the developer/crowdin-apps-module-translation-alignment-processing slug since the beginning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… article
Adds an article about the Crowdin Apps SDK and regroups the Crowdin Apps section around it.
/developer/crowdin-apps-ui-kit/URL redirect to the SDK article./developer/crowdin-apps-module-translation-alignment/, which external links point to, to the Translation Alignment Processing module article.