Skip to content

Commit

Permalink
add download links
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Nov 28, 2023
1 parent 8ccee9c commit 13a7d63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cloudtower-api-doc/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ const config = {
type: "docsVersionDropdown",
position: "right",
},
{
type: "dropdown",
label: "下载",
position: "right",
items: [
{ label: "桌面端", href: "https://github.com/smartxworks/cloudtower-api-doc-tauri/releases/tag/app-v2.13.0"}
]
},
{
type: "localeDropdown",
position: "right",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"item.label.API 参考": {
"message": "API Reference"
},
"item.label.下载": {
"message": "Download"
},
"item.label.桌面端": {
"message": "Desktop App"
},
"item.label.文档": {
"message": "Docs"
}
Expand Down

0 comments on commit 13a7d63

Please sign in to comment.