From 93dac81591ddfae3907d2845a777ed8f5ddb3717 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 17:17:39 -0700 Subject: [PATCH] tabs --- docs/source/getting_started/index.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/source/getting_started/index.md b/docs/source/getting_started/index.md index 6d952f5a4..5929987a7 100644 --- a/docs/source/getting_started/index.md +++ b/docs/source/getting_started/index.md @@ -108,16 +108,14 @@ User> What other countries should I consider to club? inference> Considering your interest in Switzerland, here are some neighboring countries that you may want to consider visiting: ``` -```{tabs} -```{tab} Python -```python -def hello(): - print("Hello, World!") -``` -```{tab} JavaScript -```javascript -function hello() { - console.log("Hello, World!"); -} -``` -``` +::::{tab-set} + +:::{tab-item} Label1 +Content 1 +::: + +:::{tab-item} Label2 +Content 2 +::: + +::::