Skip to content

Commit fcbac2d

Browse files
LuluZhuuekzhu
andauthored
Fix: Reduce multiple H1s to H2s in Distributed Agent Runtime page (#6412)
## Why are these changes needed? This PR fixes the issue of multiple `<h1>` headers in the Distributed Agent Runtime documentation page. The page has more than one `<h1>` which violates semantic HTML structure. This fix downgrades the inner section headings (e.g., "Cross-Language Runtimes", "Next Steps") to `<h2>`. ## Related issue number Related issue: [#6090](#6090) ## Checks - [x] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [x] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [x] I've made sure all auto checks have passed. Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
1 parent 0e9744c commit fcbac2d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

python/packages/autogen-core/docs/src/user-guide/core-user-guide/framework/distributed-agent-runtime.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,21 @@
189189
"cell_type": "markdown",
190190
"metadata": {},
191191
"source": [
192-
"# Cross-Language Runtimes\n",
192+
"## Cross-Language Runtimes\n",
193193
"The process described above is largely the same, however all message types MUST use shared protobuf schemas for all cross-agent message types.\n",
194194
"\n",
195-
"# Next Steps\n",
195+
"## Next Steps\n",
196196
"To see complete examples of using distributed runtime, please take a look at the following samples:\n",
197197
"\n",
198198
"- [Distributed Workers](https://github.com/microsoft/autogen/tree/main/python/samples/core_grpc_worker_runtime) \n",
199199
"- [Distributed Semantic Router](https://github.com/microsoft/autogen/tree/main/python/samples/core_semantic_router) \n",
200200
"- [Distributed Group Chat](https://github.com/microsoft/autogen/tree/main/python/samples/core_distributed-group-chat) \n"
201201
]
202+
},
203+
{
204+
"cell_type": "markdown",
205+
"metadata": {},
206+
"source": []
202207
}
203208
],
204209
"metadata": {

0 commit comments

Comments
 (0)