[Doc] Update current.json (#58668)

Signed-off-by: Dan Roscigno <dan@roscigno.com>
Signed-off-by: DanRoscigno <dan@roscigno.com>
This commit is contained in:
Dan Roscigno 2025-05-03 21:04:30 -04:00 committed by GitHub
parent 1bf40ebe78
commit f84165e8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"version.label": {
"message": "Latest-3.4",
"message": "2.5",
"description": "The label for version current"
},
"sidebar.docs.category.Introduction to StarRocks": {

View File

@ -29,6 +29,7 @@ OPENAI_API_KEY=sk-proj-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
WANDB_API_KEY=bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
GIT_PYTHON_REFRESH=quiet
```
## 3. Identify the files to translate
Provide the paths of the files to translate in the file `starrocks/docs/translation/files.txt`
@ -43,7 +44,7 @@ The entries in the file should be relative to the `starrocks/docs/translation/`
<tr>
<td>
#### From English to Chinese or Japanese
### From English to Chinese or Japanese
`starrocks/docs/translation/files.txt`
@ -55,7 +56,7 @@ The entries in the file should be relative to the `starrocks/docs/translation/`
</td>
<td>
#### From Chinese to English
### Chinese to English
`starrocks/docs/translation/files.txt`
@ -183,5 +184,5 @@ $ git status
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: docs/zh/developers/trace-tools/Trace.md
modified: docs/zh/developers/trace-tools/Trace.md
```