mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-01-29 22:02:05 +00:00
31 lines
1.0 KiB
JSON
31 lines
1.0 KiB
JSON
{
|
|
"link.title.Docs": {
|
|
"message": "Docs",
|
|
"description": "The title of the footer links column with title=Docs in the footer"
|
|
},
|
|
"link.title.Community": {
|
|
"message": "Community",
|
|
"description": "The title of the footer links column with title=Community in the footer"
|
|
},
|
|
"link.title.More": {
|
|
"message": "More",
|
|
"description": "The title of the footer links column with title=More in the footer"
|
|
},
|
|
"link.item.label.Tutorial": {
|
|
"message": "Tutorial",
|
|
"description": "The label of footer link with label=Tutorial linking to /docs/intro"
|
|
},
|
|
"link.item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "The label of footer link with label=GitHub linking to https://github.com/musistudio/claude-code-router"
|
|
},
|
|
"link.item.label.Blog": {
|
|
"message": "Blog",
|
|
"description": "The label of footer link with label=Blog linking to /blog"
|
|
},
|
|
"copyright": {
|
|
"message": "Copyright © 2026 Claude Code Router. Built with Docusaurus.",
|
|
"description": "The footer copyright"
|
|
}
|
|
}
|