navbar.json 607 B

1234567891011121314151617181920212223242526
  1. {
  2. "title": {
  3. "message": "OpenHands",
  4. "description": "The title in the navbar"
  5. },
  6. "logo.alt": {
  7. "message": "OpenHands",
  8. "description": "The alt text of navbar logo"
  9. },
  10. "item.label.Docs": {
  11. "message": "Docs",
  12. "description": "Navbar item with label Docs"
  13. },
  14. "item.label.Codebase": {
  15. "message": "Codebase",
  16. "description": "Navbar item with label Codebase"
  17. },
  18. "item.label.FAQ": {
  19. "message": "FAQ",
  20. "description": "Navbar item with label FAQ"
  21. },
  22. "item.label.GitHub": {
  23. "message": "GitHub",
  24. "description": "Navbar item with label GitHub"
  25. }
  26. }