Skip to content

Commit f461ace

Browse files
Move Company/Blog/Cloud links to footer (#276)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent f5516da commit f461ace

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

docs.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -348,26 +348,7 @@
348348
}
349349
]
350350
}
351-
],
352-
"global": {
353-
"anchors": [
354-
{
355-
"anchor": "Company",
356-
"href": "https://openhands.dev/",
357-
"icon": "house"
358-
},
359-
{
360-
"anchor": "Blog",
361-
"href": "https://openhands.dev/blog",
362-
"icon": "newspaper"
363-
},
364-
{
365-
"anchor": "OpenHands Cloud",
366-
"href": "https://app.all-hands.dev",
367-
"icon": "cloud"
368-
}
369-
]
370-
}
351+
]
371352
},
372353
"logo": {
373354
"light": "/logo/light.png",
@@ -384,7 +365,26 @@
384365
"socials": {
385366
"slack": "https://openhands.dev/joinslack",
386367
"github": "https://github.com/OpenHands/OpenHands"
387-
}
368+
},
369+
"links": [
370+
{
371+
"header": "Links",
372+
"items": [
373+
{
374+
"label": "Company",
375+
"href": "https://openhands.dev/"
376+
},
377+
{
378+
"label": "Blog",
379+
"href": "https://openhands.dev/blog"
380+
},
381+
{
382+
"label": "OpenHands Cloud",
383+
"href": "https://app.all-hands.dev"
384+
}
385+
]
386+
}
387+
]
388388
},
389389
"head": [
390390
{

0 commit comments

Comments
 (0)