|
3 | 3 | "message": "Home" |
4 | 4 | }, |
5 | 5 | "homepage.description": { |
6 | | - "message": "Documentation homepage for the XRobot project" |
| 6 | + "message": "Development documentation for XRobot and LibXR." |
7 | 7 | }, |
8 | | - "homepage.heroTitle": { |
9 | | - "message": "Welcome to XRobot" |
| 8 | + "homepage.hero.title": { |
| 9 | + "message": "XRobot / LibXR" |
10 | 10 | }, |
11 | | - "homepage.heroSubtitle": { |
12 | | - "message": "A documentation and tutorial platform for robotics and embedded developers" |
| 11 | + "homepage.hero.lead": { |
| 12 | + "message": "A modular framework for robotics development, device interfaces, and engineering automation. XRobot covers package management, project layout, and code generation, while LibXR provides core semantics, driver abstractions, and XRUSB." |
13 | 13 | }, |
14 | | - "homepage.getStarted": { |
15 | | - "message": "Get Started" |
| 14 | + "homepage.hero.cta.read": { |
| 15 | + "message": "Start Reading" |
16 | 16 | }, |
17 | | - "homepage.feature1.title": { |
18 | | - "message": "Documentation Support" |
| 17 | + "homepage.hero.cta.concept": { |
| 18 | + "message": "Read the Design Concepts" |
19 | 19 | }, |
20 | | - "homepage.feature1.content": { |
21 | | - "message": "Organize various project contents modularly, from setup, getting started to advanced usage, easy to maintain and consult." |
| 20 | + "homepage.hero.cta.xrobot": { |
| 21 | + "message": "Open XRobot" |
22 | 22 | }, |
23 | | - "homepage.feature2.title": { |
24 | | - "message": "Complete Ecosystem" |
| 23 | + "homepage.versionCard.eyebrow": { |
| 24 | + "message": "Documentation Baseline" |
25 | 25 | }, |
26 | | - "homepage.feature2.content": { |
27 | | - "message": "Development supports both Windows and Linux, with Docker images available to enable modular design and automated workflows." |
| 26 | + "homepage.guide.onboarding.title": { |
| 27 | + "message": "Onboarding Tasks" |
28 | 28 | }, |
29 | | - "homepage.feature3.title": { |
30 | | - "message": "Powerful Features" |
| 29 | + "homepage.guide.onboarding.desc": { |
| 30 | + "message": "Pick the right starting path by platform, then get familiar with XR design ideas and the basic coding style step by step." |
31 | 31 | }, |
32 | | - "homepage.feature3.content": { |
33 | | - "message": "From compatibility with peripherals and RTOS to kinematics and coordinate transformations, XRobot is like a Swiss Army knife for development." |
| 32 | + "homepage.guide.agent.title": { |
| 33 | + "message": "Agent Quick Start" |
34 | 34 | }, |
35 | | - "homepage.feature4.title": { |
36 | | - "message": "Open Source Collaboration" |
| 35 | + "homepage.guide.agent.desc": { |
| 36 | + "message": "A one-page startup context for a dedicated XRobot / LibXR assistant: identify the repository role first, then jump into the right docs and code entry points." |
37 | 37 | }, |
38 | | - "homepage.feature4.content": { |
39 | | - "message": "Contributors are welcome to improve and expand the content together for a better XRobot." |
| 38 | + "homepage.panel.eyebrow": { |
| 39 | + "message": "Document Entry Map" |
40 | 40 | }, |
41 | | - "homepage.versionTitle": { |
42 | | - "message": "Current repository versions" |
| 41 | + "homepage.panel.title": { |
| 42 | + "message": "Jump straight into the docs from the task at hand" |
| 43 | + }, |
| 44 | + "homepage.route.xrobot.title": { |
| 45 | + "message": "Project & Workflow" |
| 46 | + }, |
| 47 | + "homepage.route.xrobot.desc": { |
| 48 | + "message": "Package management, project management, code generation, and the day-to-day development flow." |
| 49 | + }, |
| 50 | + "homepage.route.core.title": { |
| 51 | + "message": "Core Semantics" |
| 52 | + }, |
| 53 | + "homepage.route.core.desc": { |
| 54 | + "message": "Callbacks, events, messages, time, memory, and the foundational abstractions." |
| 55 | + }, |
| 56 | + "homepage.route.driver.title": { |
| 57 | + "message": "Drivers & XRUSB" |
| 58 | + }, |
| 59 | + "homepage.route.driver.desc": { |
| 60 | + "message": "Peripheral abstractions, platform implementations, and XRUSB as part of the driver layer." |
| 61 | + }, |
| 62 | + "homepage.route.start.title": { |
| 63 | + "message": "Environment & Getting Started" |
| 64 | + }, |
| 65 | + "homepage.route.start.desc": { |
| 66 | + "message": "Platform selection, environment setup, and the first demo." |
| 67 | + }, |
| 68 | + "homepage.quick.eyebrow": { |
| 69 | + "message": "Quick Paths" |
| 70 | + }, |
| 71 | + "homepage.quick.title": { |
| 72 | + "message": "Enter by common task" |
| 73 | + }, |
| 74 | + "homepage.quick.desc": { |
| 75 | + "message": "This section answers not \"how the docs are divided\", but \"what problem you are solving right now\"." |
| 76 | + }, |
| 77 | + "homepage.path.intro.title": { |
| 78 | + "message": "I am new to LibXR / XRobot" |
| 79 | + }, |
| 80 | + "homepage.path.intro.desc": { |
| 81 | + "message": "Start with the overall concepts, repository structure, and the smallest working path before deciding which layer to dive into." |
| 82 | + }, |
| 83 | + "homepage.path.core.title": { |
| 84 | + "message": "I want to port to a new hardware platform" |
| 85 | + }, |
| 86 | + "homepage.path.core.desc": { |
| 87 | + "message": "Start from driver abstractions, platform implementation, and basic peripheral capabilities to understand the board-level foundation first." |
| 88 | + }, |
| 89 | + "homepage.path.driver.title": { |
| 90 | + "message": "I need to work on device-side interfaces and links" |
| 91 | + }, |
| 92 | + "homepage.path.driver.desc": { |
| 93 | + "message": "Start from device interfaces, protocol stacks, and transport implementations, then look at communication, identification, and update-related content." |
| 94 | + }, |
| 95 | + "homepage.path.usb.title": { |
| 96 | + "message": "I want to get the project running quickly" |
| 97 | + }, |
| 98 | + "homepage.path.usb.desc": { |
| 99 | + "message": "First determine whether this is an XRobot workspace or a plain LibXR project. If you want the Agent to identify the entry path first, use the prompt on the homepage." |
| 100 | + }, |
| 101 | + "homepage.recent.eyebrow": { |
| 102 | + "message": "Recent Direction" |
| 103 | + }, |
| 104 | + "homepage.recent.title": { |
| 105 | + "message": "Recent Development" |
| 106 | + }, |
| 107 | + "homepage.recent.desc": { |
| 108 | + "message": "This section shows directions that have recently started or are actively moving, so you can quickly see which capabilities are being expanded." |
| 109 | + }, |
| 110 | + "homepage.recent.core.title": { |
| 111 | + "message": "MSPM0 / HPM5301 support is underway" |
| 112 | + }, |
| 113 | + "homepage.recent.core.desc": { |
| 114 | + "message": "New platform adaptation has started, and basic drivers such as GPIO, UART, and PWM will be filled in step by step." |
| 115 | + }, |
| 116 | + "homepage.recent.linux.title": { |
| 117 | + "message": "XRUSB device protocol stacks continue to expand" |
| 118 | + }, |
| 119 | + "homepage.recent.linux.desc": { |
| 120 | + "message": "Existing device-side protocol stack support is still being completed, with more device communication and transport support on the way." |
| 121 | + }, |
| 122 | + "homepage.recent.usb.title": { |
| 123 | + "message": "SWD support is expanding, and DapLink is moving toward JTAG" |
| 124 | + }, |
| 125 | + "homepage.recent.usb.desc": { |
| 126 | + "message": "Both push-pull and open-drain SWD implementations are being adapted to more hardware, while the DapLink side continues to move toward JTAG support." |
| 127 | + }, |
| 128 | + "homepage.focus.eyebrow": { |
| 129 | + "message": "Focus Areas" |
| 130 | + }, |
| 131 | + "homepage.focus.title": { |
| 132 | + "message": "First decide what kind of problem you are solving" |
| 133 | + }, |
| 134 | + "homepage.focus.desc": { |
| 135 | + "message": "Most problems fall into these three categories: understanding the mechanisms, connecting hardware, or getting the project running." |
| 136 | + }, |
| 137 | + "homepage.focus.core.title": { |
| 138 | + "message": "When you are figuring out how the system works" |
| 139 | + }, |
| 140 | + "homepage.focus.core.desc": { |
| 141 | + "message": "Start from callbacks, events, messages, and middleware relationships, and understand the internal runtime first." |
| 142 | + }, |
| 143 | + "homepage.focus.driver.title": { |
| 144 | + "message": "When you are wiring hardware and doing platform bring-up" |
| 145 | + }, |
| 146 | + "homepage.focus.driver.desc": { |
| 147 | + "message": "Start from drivers, platform implementation, XRUSB, and debug links to understand how boards, peripherals, and interfaces are brought in." |
| 148 | + }, |
| 149 | + "homepage.focus.project.title": { |
| 150 | + "message": "When you are trying to get the project running" |
| 151 | + }, |
| 152 | + "homepage.focus.project.desc": { |
| 153 | + "message": "Let the Agent identify the repository type first, then choose the workspace, platform-project, or driver entry path so the initialization flow starts from the right place." |
| 154 | + }, |
| 155 | + "homepage.foot.eyebrow": { |
| 156 | + "message": "Project" |
| 157 | + }, |
| 158 | + "homepage.foot.title": { |
| 159 | + "message": "Project Background & Community" |
| 160 | + }, |
| 161 | + "homepage.foot.desc": { |
| 162 | + "message": "This section holds the project background, how to contribute, and community entry points, so you can understand the project itself before going deeper into the technical material." |
43 | 163 | }, |
44 | 164 | "theme.ErrorPageContent.title": { |
45 | 165 | "message": "This page crashed.", |
|
0 commit comments