diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 66cac495b2..233dce8a24 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,4 +19,4 @@ jobs: close-issue-message: 'This issue was automatically closed due to 50 days of inactivity. We do this to help keep the issues somewhat manageable and focus on active issues.' close-pr-message: 'This PR was closed because it had no activity for 50 days. If you feel this was closed in error, and you would like to continue the PR, please resubmit or let us know.' days-before-close: 10 - operations-per-run: 150 + operations-per-run: 300 diff --git a/docs/docs.json b/docs/docs.json index 1b2fd862b0..fd07e8c18b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -3,18 +3,16 @@ "theme": "mint", "name": "All Hands Docs", "colors": { - "primary": "#99873c", - "light": "#ffe165", - "dark": "#ffe165" + "primary": "#99873c" }, "background": { "color": { - "light": "#f7f3ee", - "dark": "#0B0D0E" + "light": "#f7f3ee" } }, "appearance": { - "default": "light" + "default": "light", + "strict": true }, "favicon": "/logo-square.png", "navigation": { @@ -215,8 +213,7 @@ "footer": { "socials": { "slack": "https://all-hands.dev/joinslack", - "github": "https://github.com/All-Hands-AI/OpenHands", - "discord": "https://discord.gg/ESHStjSjD4" + "github": "https://github.com/All-Hands-AI/OpenHands" } }, "contextual": { diff --git a/docs/index.mdx b/docs/index.mdx index 4fb2874a0f..536f49f246 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -4,7 +4,8 @@ description: OpenHands - Code Less, Make More icon: book-open mode: wide --- -Use AI to tackle the toil in your backlog. Our agents have all the same tools as a human developer: they can modify code, run commands, browse the web, call APIs, and yes-even copy code snippets from StackOverflow. +Use AI to tackle the toil in your backlog. Our agents have all the same tools as a human developer: +they can modify code, run commands, browse the web, call APIs, and yes-even copy code snippets from StackOverflow.