From f11fd05ac97ff558441b72706808a71a36e645a3 Mon Sep 17 00:00:00 2001 From: mamoodi Date: Tue, 7 Oct 2025 12:26:30 -0400 Subject: [PATCH 1/2] Update intro page --- docs.json | 3 +- index.mdx | 110 ++++++++++++++++++++++++++++++- openhands/usage/faqs.mdx | 2 +- openhands/usage/introduction.mdx | 17 ----- 4 files changed, 111 insertions(+), 21 deletions(-) delete mode 100644 openhands/usage/introduction.mdx diff --git a/docs.json b/docs.json index dbca50b5..175c3f75 100644 --- a/docs.json +++ b/docs.json @@ -22,7 +22,7 @@ { "tab": "Docs", "pages": [ - "openhands/usage/introduction", + "index", "openhands/usage/quick-start", "openhands/usage/start-building", "openhands/usage/key-features", @@ -244,7 +244,6 @@ { "source": "/openhands/usage/how-to/development-overview", "destination": "/openhands/usage/developers/development-overview" }, { "source": "/openhands/usage/how-to/evaluation-harness", "destination": "/openhands/usage/developers/evaluation-harness" }, { "source": "/openhands/usage/how-to/websocket-connection", "destination": "/openhands/usage/developers/websocket-connection" }, - { "source": "/openhands", "destination": "/openhands/usage/introduction" }, { "source": "/openhands/usage/prompting/microagents-keyword", "destination": "/openhands/usage/microagents/microagents-keyword" }, { "source": "/openhands/usage/prompting/microagents-org", "destination": "/openhands/usage/microagents/microagents-org" }, { "source": "/openhands/usage/prompting/microagents-overview", "destination": "/openhands/usage/microagents/microagents-overview" }, diff --git a/index.mdx b/index.mdx index 4fb2874a..23eb955f 100644 --- a/index.mdx +++ b/index.mdx @@ -4,7 +4,9 @@ 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. OpenHands has all the same tools as a human developer: +it can modify code, run commands, browse the web, call APIs, and yes-even copy code snippets from StackOverflow. + +## Integrations + + + + OpenHands can work directly with your GitHub, GitLab and Bitbucket repositories. + + + Summon OpenHands directly to do work based on conversations in Slack! + + + Ask OpenHands to help you manage your projects on your favorite project management tooling. + + + +## Flexibility in Running OpenHands + + + + Jump right into it with OpenHands Cloud! + + + Run the full OpenHands GUI locally. + + + Use OpenHands CLI and directly work on your repositories from your terminal! + + + Automate tasks and write scripts using the headless mode. + + + +## Extend OpenHands' Capabilities + + + + Add MCP servers to interact with your favorite every day tools. + + + Add Tavily as a search engine and let OpenHands search the web for information when needed! + + + Use your own custom docker image as a sandbox for OpenHands . + + + +## Customize OpenHands to Your Repository + + + + Create specialized prompts to enhance OpenHands with specific knowledge. + + + Add initialization scripts that run every time OpenHands starts work on your repository. + + + +## Community + + + + OpenHands has an active community on Slack. + + + Report and look for issues in Github. + + diff --git a/openhands/usage/faqs.mdx b/openhands/usage/faqs.mdx index 85b9f75b..4f9b19f0 100644 --- a/openhands/usage/faqs.mdx +++ b/openhands/usage/faqs.mdx @@ -1,6 +1,6 @@ --- title: FAQs -description: Frequently asked questions about OpenHands +description: Frequently asked questions about OpenHands. icon: question --- diff --git a/openhands/usage/introduction.mdx b/openhands/usage/introduction.mdx deleted file mode 100644 index 536f49f2..00000000 --- a/openhands/usage/introduction.mdx +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Introduction -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. - - From 3eedafe850e941264ccf2fa217b27b3be96ef32e Mon Sep 17 00:00:00 2001 From: mamoodi Date: Tue, 7 Oct 2025 12:41:53 -0400 Subject: [PATCH 2/2] Link Integration to Github --- index.mdx | 5 ++++- openhands/usage/advanced/search-engine-setup.mdx | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/index.mdx b/index.mdx index 23eb955f..1713f95e 100644 --- a/index.mdx +++ b/index.mdx @@ -20,7 +20,10 @@ it can modify code, run commands, browse the web, call APIs, and yes-even copy c ## Integrations - + OpenHands can work directly with your GitHub, GitLab and Bitbucket repositories. + Tavily is configured as a search engine by default in OpenHands Cloud! + ### Getting a Tavily API Key