Skip to content

Commit

Permalink
fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
jablan committed Jun 10, 2024
1 parent 1b59aba commit 7ef1c84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions doc/compiled.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
{
"name": "Releases"
},
{
"name": "Release Triggers"
},
{
"name": "Repo Syncs",
"description": "The Repo Syncs API allows you to synchronize your Phrase projects with your code repositories.\nYou can import translations from your repository to Phrase and export translations from Phrase to your repository.\n"
Expand Down Expand Up @@ -178,9 +181,6 @@
{
"name": "Translations"
},
{
"name": "Trigger Releases"
},
{
"name": "Uploads",
"description": "### Formats\n\nWe support all common localization file formats. For a detailed overview, see our [Format Guide](https://support.phrase.com/hc/en-us/sections/6111343326364).\n\n### Processing\n\nUploads will be processed asynchronously and thus the data might not be imported yet although the upload is completed. Therefore we recommend to evaluate the returned <code>state</code> field for information on the import progress.\n\n#### Available States\n\n<div class=\"table-responsive\">\n <table class=\"basic-table\">\n <thead>\n <tr class=\"basic-table__row basic-table__row--header\">\n <th class=\"basic-table__cell basic-table__cell--header\">State</th>\n <th class=\"basic-table__cell basic-table__cell--header\">Description</th>\n </tr>\n </thead>\n <tbody>\n <tr>\n <td class=\"basic-table__cell\"><code>initialized</code></td>\n <td class=\"basic-table__cell\">Data received.</td>\n </tr>\n <tr>\n <td class=\"basic-table__cell\"><code>waiting_for_preview</code></td>\n <td class=\"basic-table__cell\">Upload is waiting for preview to be finished.</td>\n </tr>\n <tr>\n <td class=\"basic-table__cell\"><code>waiting</code></td>\n <td class=\"basic-table__cell\">Upload is waiting for processing.</td>\n </tr>\n <tr>\n <td class=\"basic-table__cell\"><code>processing</code></td>\n <td class=\"basic-table__cell\">Upload is being processed, data is currently imported.</td>\n </tr>\n <tr>\n <td class=\"basic-table__cell\"><code>success</code></td>\n <td class=\"basic-table__cell\">Upload is complete and all data is imported.</td>\n </tr>\n <tr>\n <td class=\"basic-table__cell\"><code>error</code></td>\n <td class=\"basic-table__cell\">Upload or import process failed.</td>\n </tr>\n </tbody>\n </table>\n</div>\n"
Expand Down Expand Up @@ -250,7 +250,7 @@
"Webhooks",
"Distributions",
"Releases",
"Trigger Releases"
"Release Triggers"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ tags:
- name: Projects
- name: Quality
- name: Releases
- name: Release Triggers
- name: Repo Syncs
description: |
The Repo Syncs API allows you to synchronize your Phrase projects with your code repositories.
Expand All @@ -208,7 +209,6 @@ tags:
- name: Tags
- name: Teams
- name: Translations
- name: Trigger Releases
- name: Uploads
description: |
### Formats
Expand Down Expand Up @@ -302,7 +302,7 @@ x-tagGroups:
- Webhooks
- Distributions
- Releases
- Trigger Releases
- Release Triggers
- name: Ordering
tags:
- Orders
Expand Down

0 comments on commit 7ef1c84

Please sign in to comment.