Skip to content

Commit

Permalink
Update Cloud resolver docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoodi committed Feb 17, 2025
1 parent 468a940 commit ebfa86d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 27 deletions.
21 changes: 21 additions & 0 deletions docs/modules/usage/cloud/cloud-github-resolver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Cloud GitHub Resolver

The GitHub Resolver automates code fixes and provides intelligent assistance for your repositories.

## Setup

The Cloud Github Resolver is available automatically when you
[grant OpenHands Cloud repository access](./openhands-cloud.md#adding-repositories).

## Usage

### Issues

On your repository, label an issue with `openhands`. OpenHands will attempt to fix the issue.

### Pull Requests

In order to get OpenHands to work on pull requests, use `@openhands` in top level or single inline comments to:
- Ask questions
- Request updates
- Get code explanations
24 changes: 0 additions & 24 deletions docs/modules/usage/cloud/github-resolver.md

This file was deleted.

6 changes: 3 additions & 3 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";

const sidebars: SidebarsConfig = {
apiSidebar: [require('./modules/python/sidebar.json')],
apiSidebar: [require("./modules/python/sidebar.json")],
docsSidebar: [
{
type: 'doc',
Expand Down Expand Up @@ -82,7 +82,7 @@ const sidebars: SidebarsConfig = {
{
type: 'doc',
label: 'Cloud GitHub Resolver',
id: 'usage/cloud/github-resolver',
id: 'usage/cloud/cloud-github-resolver',
},
],
},
Expand Down

0 comments on commit ebfa86d

Please sign in to comment.