Merge pull request #29513 from taosdata/docs/dclow-fix-links
docs: fix broken links in main
This commit is contained in:
commit
0b71316894
|
@ -13,7 +13,7 @@ Through the Python connector of TDengine, Superset can support TDengine data sou
|
||||||
|
|
||||||
Prepare the following environment:
|
Prepare the following environment:
|
||||||
- TDengine is installed and running normally (both Enterprise and Community versions are available)
|
- TDengine is installed and running normally (both Enterprise and Community versions are available)
|
||||||
- taosAdapter is running normally, refer to [taosAdapter](../../../reference/components/taosAdapter)
|
- taosAdapter is running normally, refer to [taosAdapter](../../../tdengine-reference/components/taosadapter/)
|
||||||
- Apache Superset version 2.1.0 or above is already installed, refre to [Apache Superset](https://superset.apache.org/)
|
- Apache Superset version 2.1.0 or above is already installed, refre to [Apache Superset](https://superset.apache.org/)
|
||||||
|
|
||||||
## Install TDengine Python Connector
|
## Install TDengine Python Connector
|
||||||
|
|
|
@ -45,7 +45,7 @@ ALTER ALL DNODES dnode_option
|
||||||
|
|
||||||
For configuration parameters that support dynamic modification, you can use the ALTER DNODE or ALTER ALL DNODES syntax to modify the values of configuration parameters in a dnode. Starting from version 3.3.4.0, the modified configuration parameters will be automatically persisted and will remain effective even after the database service is restarted.
|
For configuration parameters that support dynamic modification, you can use the ALTER DNODE or ALTER ALL DNODES syntax to modify the values of configuration parameters in a dnode. Starting from version 3.3.4.0, the modified configuration parameters will be automatically persisted and will remain effective even after the database service is restarted.
|
||||||
|
|
||||||
To check whether a configuration parameter supports dynamic modification, please refer to the following page: [taosd Reference](../01-components/01-taosd.md)
|
To check whether a configuration parameter supports dynamic modification, please refer to the following page: [taosd Reference](/tdengine-reference/components/taosd/)
|
||||||
|
|
||||||
The value is the parameter's value and needs to be in character format. For example, to change the log output level of dnode 1 to debug:
|
The value is the parameter's value and needs to be in character format. For example, to change the log output level of dnode 1 to debug:
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ ALTER LOCAL local_option
|
||||||
|
|
||||||
You can use the above syntax to modify the client's configuration parameters, and there is no need to restart the client. The changes take effect immediately.
|
You can use the above syntax to modify the client's configuration parameters, and there is no need to restart the client. The changes take effect immediately.
|
||||||
|
|
||||||
To check whether a configuration parameter supports dynamic modification, please refer to the following page:[taosc Reference](../01-components/02-taosc.md)
|
To check whether a configuration parameter supports dynamic modification, please refer to the following page:[taosc Reference](/tdengine-reference/components/taosc/)
|
||||||
|
|
||||||
|
|
||||||
## View Client Configuration
|
## View Client Configuration
|
||||||
|
|
|
@ -60,7 +60,7 @@ CREATE [OR REPLACE] AGGREGATE FUNCTION function_name AS library_path OUTPUTTYPE
|
||||||
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 64;
|
CREATE AGGREGATE FUNCTION l2norm AS "/home/taos/udf_example/libl2norm.so" OUTPUTTYPE DOUBLE bufsize 64;
|
||||||
```
|
```
|
||||||
|
|
||||||
About how to develop custom functions, please refer to [UDF Usage Instructions](../../../developer-guide/user-defined-functions/).
|
About how to develop custom functions, please refer to [UDF Usage Instructions](/developer-guide/user-defined-functions/).
|
||||||
|
|
||||||
## Manage UDF
|
## Manage UDF
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: TDengine 3.3.4.8 Release Notes
|
title: TDengine 3.3.4.8 Release Notes
|
||||||
sidebar_label: 3.3.4.8
|
sidebar_label: 3.3.4.8
|
||||||
description: Version 3.3.4.8 Notes
|
description: Version 3.3.4.8 Notes
|
||||||
slug: /release-history/release-notes/3.3.4.8
|
slug: /release-history/release-notes/3-3-4-8
|
||||||
---
|
---
|
||||||
|
|
||||||
## New Features
|
## New Features
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
title: TDengine 3.3.5.0 Release Notes
|
title: TDengine 3.3.5.0 Release Notes
|
||||||
sidebar_label: 3.3.5.0
|
sidebar_label: 3.3.5.0
|
||||||
description: Version 3.3.5.0 Notes
|
description: Version 3.3.5.0 Notes
|
||||||
slug: /release-history/release-notes/3.3.5.0
|
slug: /release-history/release-notes/3-3-5-0
|
||||||
---
|
---
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
@ -3,9 +3,10 @@ title: Release Notes
|
||||||
slug: /release-history/release-notes
|
slug: /release-history/release-notes
|
||||||
---
|
---
|
||||||
|
|
||||||
|
[3.3.5.0](./3-3-5-0/)
|
||||||
|
|
||||||
[3.3.4.8](./3-3-4-8/)
|
[3.3.4.8](./3-3-4-8/)
|
||||||
|
|
||||||
[3.3.5.0](./3.3.5.0)
|
|
||||||
[3.3.4.3](./3-3-4-3/)
|
[3.3.4.3](./3-3-4-3/)
|
||||||
|
|
||||||
[3.3.3.0](./3-3-3-0/)
|
[3.3.3.0](./3-3-3-0/)
|
||||||
|
|
Loading…
Reference in New Issue