Skip to content

Commit 7a72883

Browse files
authored
Merge branch 'main' into feature/api-docs-generation-pipeline
2 parents b82799d + 085a009 commit 7a72883

27 files changed

+360
-171
lines changed

docs.json

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@
140140
},
141141
{
142142
"group": "Tips and Tricks",
143-
"pages": [
144-
"openhands/usage/tips/prompting-best-practices"
145-
]
143+
"pages": ["openhands/usage/tips/prompting-best-practices"]
146144
},
147145
{
148146
"group": "Troubleshooting & Feedback",
@@ -282,9 +280,7 @@
282280
},
283281
{
284282
"tab": "Success Stories",
285-
"pages": [
286-
"success-stories/index"
287-
]
283+
"pages": ["success-stories/index"]
288284
}
289285
],
290286
"global": {
@@ -315,17 +311,17 @@
315311
"links": [],
316312
"primary": {
317313
"type": "github",
318-
"href": "https://github.com/All-Hands-AI/OpenHands"
314+
"href": "https://github.com/OpenHands/OpenHands"
319315
}
320316
},
321317
"footer": {
322318
"socials": {
323319
"slack": "https://openhands.dev/joinslack",
324-
"github": "https://github.com/All-Hands-AI/OpenHands"
320+
"github": "https://github.com/OpenHands/OpenHands"
325321
}
326322
},
327323
"banner": {
328-
"content": "\ud83d\udce2 **GitHub Org Rename:** All-Hands-AI to OpenHands on Monday Oct 20th at 18:00 UTC. [Migration details \u2192](https://github.com/All-Hands-AI/OpenHands/issues/11376)",
324+
"content": "📢 **GitHub Org Rename:** All-Hands-AI to OpenHands on Monday Oct 20th at 18:00 UTC. [Migration details ](https://github.com/OpenHands/OpenHands/issues/11376)",
329325
"dismissible": true
330326
},
331327
"head": [
@@ -337,12 +333,7 @@
337333
}
338334
],
339335
"contextual": {
340-
"options": [
341-
"copy",
342-
"view",
343-
"chatgpt",
344-
"claude"
345-
]
336+
"options": ["copy", "view", "chatgpt", "claude"]
346337
},
347338
"redirects": [
348339
{

index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ it can modify code, run commands, browse the web, call APIs, and yes-even copy c
120120
</Card>
121121
<Card
122122
title="Create GitHub Issues"
123-
href="https://github.com/All-Hands-AI/OpenHands/issues"
123+
href="https://github.com/OpenHands/OpenHands/issues"
124124
>
125125
Report and look for issues in Github.
126126
</Card>

0 commit comments

Comments
 (0)