mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
* Replace OpenDevin with OpenHands * Update CONTRIBUTING.md * Update README.md * Update README.md * update poetry lock; move opendevin folder to openhands * fix env var * revert image references in docs * revert permissions * revert permissions --------- Co-authored-by: Xingyao Wang <xingyao6@illinois.edu>
27 lines
607 B
JSON
27 lines
607 B
JSON
{
|
|
"title": {
|
|
"message": "OpenHands",
|
|
"description": "The title in the navbar"
|
|
},
|
|
"logo.alt": {
|
|
"message": "OpenHands",
|
|
"description": "The alt text of navbar logo"
|
|
},
|
|
"item.label.Docs": {
|
|
"message": "Docs",
|
|
"description": "Navbar item with label Docs"
|
|
},
|
|
"item.label.Codebase": {
|
|
"message": "Codebase",
|
|
"description": "Navbar item with label Codebase"
|
|
},
|
|
"item.label.FAQ": {
|
|
"message": "FAQ",
|
|
"description": "Navbar item with label FAQ"
|
|
},
|
|
"item.label.GitHub": {
|
|
"message": "GitHub",
|
|
"description": "Navbar item with label GitHub"
|
|
}
|
|
}
|