Files
candy/docs/i18n/en/docusaurus-theme-classic/navbar.json
2024-12-30 13:32:18 +08:00

23 lines
507 B
JSON

{
"title": {
"message": "RUA",
"description": "The title in the navbar"
},
"logo.alt": {
"message": "My Site Logo",
"description": "The alt text of navbar logo"
},
"item.label.Tutorial": {
"message": "Tutorial",
"description": "Navbar item with label Tutorial"
},
"item.label.Blog": {
"message": "Blog",
"description": "Navbar item with label Blog"
},
"item.label.GitHub": {
"message": "GitHub",
"description": "Navbar item with label GitHub"
}
}