Skip to content

Commit 5ad2677

Browse files
authored
docs: fix bullet formatting for kubernetes pod executor (#3911)
While the bullets are rendered correctly in GitHub when looking at this file, the bullet formatting is incorrect on the actual documentation site [[1]]. This patch adds a newline to fix that formatting. A screenshot of the incorrect formatting on the site is included in the PR. [1]: https://microsoft.github.io/autogen/0.2/docs/topics/code-execution/kubernetes-pod-commandline-code-executor
1 parent 6103889 commit 5ad2677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/topics/code-execution/kubernetes-pod-commandline-code-executor.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"It functions similarly to the `DockerCommandLineCodeExecutor`, but specifically creates container within Kubernetes environments.\n",
1616
"\n",
1717
"There are two condition to use PodCommandLineCodeExecutor.\n",
18+
"\n",
1819
"- Access to a Kubernetes cluster\n",
1920
"- installation `autogen` with the extra requirements `'pyautogen[kubernetes]'`\n",
2021
"\n",
@@ -38,6 +39,7 @@
3839
"metadata": {},
3940
"source": [
4041
"There are four options PodCommandLineCodeExecutor to access kubernetes API server.\n",
42+
"\n",
4143
"- default kubeconfig file path: `~/.kube/config`\n",
4244
"- Provide a custom kubeconfig file path using the `kube_config_file` argument of `PodCommandLineCodeExecutor`.\n",
4345
"- Set the kubeconfig file path using the `KUBECONFIG` environment variable.\n",

0 commit comments

Comments
 (0)