docs/styles: Minor updates to some docs and some formatting (#12320)

This commit is contained in:
mamoodi
2026-01-08 12:20:57 -05:00
committed by GitHub
parent 0ddac3879e
commit adfabe7659
15 changed files with 103 additions and 54 deletions

View File

@@ -51,4 +51,4 @@ flowchart LR
## Runtime
Please refer to the [documentation](https://docs.all-hands.dev/usage/architecture/runtime) to learn more about `Runtime`.
Please refer to the [documentation](https://docs.openhands.dev/usage/architecture/runtime) to learn more about `Runtime`.

View File

@@ -40,7 +40,7 @@ Follow these steps to use this workflow in your own repository:
Note: You can set these secrets at the organization level to use across multiple repositories.
6. Set up any [custom configurations required](https://docs.all-hands.dev/usage/how-to/github-action#custom-configurations)
6. Set up any [custom configurations required](https://docs.openhands.dev/usage/how-to/github-action#custom-configurations)
7. Usage:
There are two ways to trigger the OpenHands agent:
@@ -215,4 +215,4 @@ You can customize how the AI agent approaches issue resolution by adding a repos
## Troubleshooting
If you have any issues, please open an issue on this GitHub, GitLab, or Bitbucket repo, we're happy to help!
Alternatively, you can [email us](mailto:contact@all-hands.dev) or join the OpenHands Slack workspace (see [the README](/README.md) for an invite link).
Alternatively, you can [email us](mailto:contact@openhands.dev) or join the OpenHands Slack workspace (see [the README](/README.md) for an invite link).

View File

@@ -3,7 +3,7 @@
## Introduction
The OpenHands Runtime folder contains the core components responsible for executing actions and managing the runtime environment for the OpenHands project. This README provides an overview of the main components and their interactions.
You can learn more about how the runtime works in the [Docker Runtime](https://docs.all-hands.dev/usage/architecture/runtime) documentation.
You can learn more about how the runtime works in the [Docker Runtime](https://docs.openhands.dev/usage/architecture/runtime) documentation.
## Main Components