Skip to content

Commit a037390

Browse files
zeul22amanape
andauthored
Docs enhancement (OpenHands#2138)
* fix OpenHands#2123 * Docs enhancement * Update docs/src/components/CustomFooter.tsx Co-authored-by: sp.wack <[email protected]> * Update docs/src/components/CustomFooter.tsx Co-authored-by: sp.wack <[email protected]> * Update docs/src/pages/faq.tsx Co-authored-by: sp.wack <[email protected]> --------- Co-authored-by: sp.wack <[email protected]>
1 parent a982349 commit a037390

11 files changed

Lines changed: 174 additions & 88 deletions

File tree

docs/docusaurus.config.ts

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -81,43 +81,6 @@ const config: Config = {
8181
},
8282
],
8383
},
84-
footer: {
85-
style: "dark",
86-
links: [
87-
{
88-
title: "OpenDevin",
89-
items: [
90-
{
91-
label: "Docs",
92-
to: "/modules/usage/intro",
93-
},
94-
],
95-
},
96-
{
97-
title: "Community",
98-
items: [
99-
{
100-
label: "Slack",
101-
href: "https://join.slack.com/t/opendevin/shared_invite/zt-2ggtwn3k5-PvAA2LUmqGHVZ~XzGq~ILw"
102-
},
103-
{
104-
label: "Discord",
105-
href: "https://discord.gg/ESHStjSjD4",
106-
},
107-
],
108-
},
109-
{
110-
title: "More",
111-
items: [
112-
{
113-
label: "GitHub",
114-
href: "https://github.com/OpenDevin/OpenDevin",
115-
},
116-
],
117-
},
118-
],
119-
copyright: `Copyright © ${new Date().getFullYear()} OpenDevin`,
120-
},
12184
prism: {
12285
theme: prismThemes.oneLight,
12386
darkTheme: prismThemes.oneDark,

0 commit comments

Comments
 (0)