docs: fix tabs on connector page
This commit is contained in:
parent
d774a69e4d
commit
ea32cad5e4
|
@ -164,9 +164,6 @@ If you are using Maven to manage your project, simply add the following dependen
|
||||||
pip3 install taospy[ws]
|
pip3 install taospy[ws]
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
|
||||||
</Tabs>
|
|
||||||
|
|
||||||
- **Installation Verification**
|
- **Installation Verification**
|
||||||
|
|
||||||
<Tabs defaultValue="rest">
|
<Tabs defaultValue="rest">
|
||||||
|
@ -199,8 +196,8 @@ import taosws
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
<Tabs>
|
|
||||||
<TabItem label="Go" value="go">
|
<TabItem label="Go" value="go">
|
||||||
|
|
||||||
Edit `go.mod` to add the `driver-go` dependency.
|
Edit `go.mod` to add the `driver-go` dependency.
|
||||||
|
|
Loading…
Reference in New Issue