forked from apache/doris-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat]: Archive Document Version 1.2 (apache#1854)
### Summary 1. Removed document version 1.2. 2. Add htaccess configuration file to direct to the correct 404 page. 3. Implemented several scripts to facilitate the generation of correctly formatted PDFs - translateTitle:Generate a Chinese and English mapping through the i18n file to translate the English in the directory - filterSidebarTree:Recursively remove one or more categories under the premise that the default label is unique* - removeDuplicateTitle:Remove duplicate titles - trimCodeFunc:Remove spaces before code blocks - adjustTips:Tip Block Conversion 5. Added Chinese and English pages for archived documents. ![image](https://github.com/user-attachments/assets/8c5c7e35-0ca4-4769-ac09-8b3c70e73f80) ![image](https://github.com/user-attachments/assets/3ab56b6c-4c1f-4e33-b581-df5fc7677b77)
- Loading branch information
1 parent
0d4c61b
commit 51c4dba
Showing
558 changed files
with
2,740 additions
and
2,188 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ErrorDocument 404 /404.html |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"archive.page.title": { | ||
"message": "归档文档中心", | ||
"description": "The label for archived docs page title" | ||
}, | ||
"archive.admonition.1": { | ||
"message": "此为 Apache Doris 归档文档,已归档文档不再提供任何更新。", | ||
"description": "The label for admonition in archived docs page" | ||
}, | ||
"archive.admonition.2": { | ||
"message": "建议使用", | ||
"description": "The label for admonition in archived docs page" | ||
}, | ||
"archive.page.2": { | ||
"message": "建议使用 {stableLink}或{latestLink}。", | ||
"description": "The label for admonition in archived docs page" | ||
}, | ||
"archive.admonition.stable": { | ||
"message": "版本(2.1)", | ||
"description": "stable version" | ||
}, | ||
"archive.admonition.latest": { | ||
"message": "版本(3.0)", | ||
"description": "latest version" | ||
}, | ||
"archive.admonition.and": { | ||
"message": "或", | ||
"description": "and" | ||
}, | ||
"archive.page.version": { | ||
"message": "版本:1.2", | ||
"description": "Archive Download Version" | ||
}, | ||
"archive.download.v12": { | ||
"message": "归档文档链接:{downloadLink}", | ||
"description": "Archive download link" | ||
}, | ||
"archive.download.link": { | ||
"message": "Apache Doris v1.2 中文文档", | ||
"description": "Archive download link" | ||
}, | ||
"archive.download.date": { | ||
"message": "归档日期:{date}", | ||
"description": "Archive date" | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ under the License. | |
## Description | ||
|
||
通过文件id,下载在文件管理器中的文件。 | ||
|
||
## Path parameters | ||
|
||
无 | ||
|
This file contains 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
This file contains 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
Oops, something went wrong.