Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 5695d51

Browse files
committed
fix(autogen): add to .md sidebar and change the title
1 parent d90bd28 commit 5695d51

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/docs/examples/autogen.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Autogen with Nitro
2+
title: Nitro with Autogen
33
description: Nitro intergration guide for using Autogen.
44
keywords: [Nitro, autogen, autogen studio, autogen 2.0, litellm, ollama, Jan, fast inference, inference server, local AI, large language model, OpenAI compatible, open source, llama]
55
---
@@ -18,14 +18,14 @@ AutoGen Studio upgrades AutoGen with a user-friendly drag-and-drop interface. It
1818

1919
Just run:
2020

21-
```
21+
```bash
2222
pip install autogenstudio
2323
```
2424

2525
### Launch AutoGen Studio
2626
Use this command:
2727

28-
```
28+
```bash
2929
autogenstudio ui --port 8000
3030
```
3131

docs/sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ const sidebars = {
6767
"examples/openai-node",
6868
"examples/openai-python",
6969
"examples/colab",
70-
"examples/chatboxgpt"
70+
"examples/chatboxgpt",
71+
"examples/autogen"
7172
],
7273
},
7374
// {

0 commit comments

Comments
 (0)