Skip to content

Commit

Permalink
Documents -> Documentation in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 27, 2024
1 parent c3580b4 commit 9e5a60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions i18n/en/docusaurus-theme-classic/navbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
"description": "The alt text of navbar logo"
},
"item.label.快速开始": {
"message": "QuickStart",
"message": "Quick Start",
"description": "Navbar item with label 快速开始"
},
"item.label.开发手册": {
"message": "Documents",
"message": "Documentation",
"description": "Navbar item with label 开发手册"
},
"item.label.社区教程": {
"message": "Courses",
"description": "Navbar item with label 社区教程"
},
"item.label.案例展示": {
"message": "ShowCase",
"message": "Show Case",
"description": "Navbar item with label 案例展示"
},
"item.label.发布记录": {
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ table th, table td {
}

/* too avoid too many navbar items when in short window size */
@media only screen and (max-width: 1320px) {
@media only screen and (max-width: 1360px) {
.navbar__items {
white-space: nowrap;
}
Expand Down

0 comments on commit 9e5a60a

Please sign in to comment.