Skip to content

Commit

Permalink
avoid using TabItem with a single child
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Feb 2, 2023
1 parent 0388ec6 commit fa836e2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
6 changes: 0 additions & 6 deletions docs/en/deployment/hadoop_java_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ CREATE TABLE IF NOT EXISTS person

2. Use the following sample code to verify:

<Tabs>
<TabItem value="java" label="Java">

```java
package demo;

Expand All @@ -447,9 +444,6 @@ CREATE TABLE IF NOT EXISTS person
}
```

</TabItem>
</Tabs>

## Monitoring metrics collection

Please see the ["Monitoring"](../administration/monitoring.md) documentation to learn how to collect and display JuiceFS monitoring metrics.
Expand Down
9 changes: 0 additions & 9 deletions docs/en/reference/command_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,11 @@ echo "source path/to/zsh_autocomplete" >> ~/.zshrc

Alternatively, if you are using bash on a Linux system, you may just copy the script to `/etc/bash_completion.d` and rename it to `juicefs`:

<Tabs>
<TabItem value="bash" label="Bash">

```shell
sudo cp hack/autocomplete/bash_autocomplete /etc/bash_completion.d/juicefs
```

```shell
source /etc/bash_completion.d/juicefs
```

</TabItem>
</Tabs>

## Commands

### `juicefs format` {#format}
Expand Down
6 changes: 0 additions & 6 deletions docs/zh_cn/deployment/hadoop_java_sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,6 @@ CREATE TABLE IF NOT EXISTS person

2. 使用以下示例代码验证:

<Tabs>
<TabItem value="java" label="Java">

```java
package demo;

Expand All @@ -558,9 +555,6 @@ CREATE TABLE IF NOT EXISTS person
}
```

</TabItem>
</Tabs>

## 监控指标收集

请查看[「监控」](../administration/monitoring.md)文档了解如何收集及展示 JuiceFS 监控指标
Expand Down
9 changes: 0 additions & 9 deletions docs/zh_cn/reference/command_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,11 @@ echo "source path/to/zsh_autocomplete" >> ~/.zshrc

另外,如果你是在 Linux 系统上使用 bash,也可以直接将脚本拷贝到 `/etc/bash_completion.d` 目录并将其重命名为 `juicefs`

<Tabs>
<TabItem value="bash" label="Bash">

```shell
sudo cp hack/autocomplete/bash_autocomplete /etc/bash_completion.d/juicefs
```

```shell
source /etc/bash_completion.d/juicefs
```

</TabItem>
</Tabs>

## 命令列表

### `juicefs format` {#format}
Expand Down

0 comments on commit fa836e2

Please sign in to comment.