Skip to content

Commit 6e76f9a

Browse files
zeul22amanapeneubig
authored
Fix: Codebase font fixed, and other fixes for OpenHands#2138 PR (OpenHands#2154)
* 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]> * update * fix for OpenHands#2138 pr * Update docs/src/components/CustomFooter.tsx Co-authored-by: Graham Neubig <[email protected]> * Update docs/src/components/HomepageHeader/HomepageHeader.tsx Co-authored-by: Graham Neubig <[email protected]> * Update docs/src/components/Welcome/Welcome.tsx Co-authored-by: Graham Neubig <[email protected]> * Update docs/src/css/custom.css Co-authored-by: Graham Neubig <[email protected]> --------- Co-authored-by: sp.wack <[email protected]> Co-authored-by: Graham Neubig <[email protected]>
1 parent bf24a0b commit 6e76f9a

26 files changed

Lines changed: 1732 additions & 879 deletions

docs/docusaurus.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ const config: Config = {
5151
} satisfies Preset.Options,
5252
],
5353
],
54-
5554
themeConfig: {
5655
image: "img/docusaurus.png",
5756
navbar: {

docs/modules/usage/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Please note that the selection of these technologies is in progress, and additio
5050

5151
## 📜 License
5252

53-
Distributed under the MIT License. See [our license](https://github.com/OpenDevin/OpenDevin/blob/main/LICENSE) for more information.
53+
Distributed under the MIT License. See [our license](https://github.com/OpenDevin/OpenDevin/blob/main/LICENSE) for more information.

docs/modules/usage/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ The agent is given its previous action-observation pairs, current task, and hint
139139
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
140140
| `__init__` | Initializes an agent with `llm` |
141141
| `step` | Checks to see if current step is completed, returns `AgentFinishAction` if True. Otherwise, creates a plan prompt and sends to model for inference, adding the result as the next action. |
142-
| `search_memory` | Not yet implemented |
142+
| `search_memory` | Not yet implemented |

docs/modules/usage/troubleshooting/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ the API you're trying to connect to. Most often this happens for Azure or ollama
133133
- [Google](/OpenDevin/modules/usage/llms/googleLLMs)
134134
- Make sure your API key is correct
135135
- See if you can connect to the LLM using `curl`
136-
- Try [connecting via LiteLLM directly](https://github.com/BerriAI/litellm) to test your setup
136+
- Try [connecting via LiteLLM directly](https://github.com/BerriAI/litellm) to test your setup

docs/modules/usage/troubleshooting/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ localhostForwarding=true
3333

3434
- Save the `.wslconfig` file.
3535
- Restart WSL2 completely by exiting any running WSL2 instances and executing the command `wsl --shutdown` in your command prompt or terminal.
36-
- After restarting WSL, attempt to execute `make run` again. The networking issue should be resolved.
36+
- After restarting WSL, attempt to execute `make run` again. The networking issue should be resolved.

0 commit comments

Comments
 (0)