mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-01-29 22:02:05 +00:00
23 lines
548 B
JSON
23 lines
548 B
JSON
{
|
|
"title": {
|
|
"message": "Claude Code Router",
|
|
"description": "The title in the navbar"
|
|
},
|
|
"logo.alt": {
|
|
"message": "Claude Code Router Logo",
|
|
"description": "The alt text of navbar logo"
|
|
},
|
|
"item.label.Documentation": {
|
|
"message": "Documentation",
|
|
"description": "Navbar item with label Documentation"
|
|
},
|
|
"item.label.Blog": {
|
|
"message": "Blog",
|
|
"description": "Navbar item with label Blog"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
}
|
|
}
|