-
Notifications
You must be signed in to change notification settings - Fork 490
docs: add common configuration link #3005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,6 +62,8 @@ order: 2 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,6 +58,8 @@ conversionTag: { | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,8 @@ order: 10 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,6 +41,8 @@ order: 10 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,8 @@ order: 7 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chain修复链接路径,避免生成重复路径 当前相对链接会被解析为 -通用属性参考:[通用配置](components/plots/overview#通用配置项)
+通用属性参考:[通用配置](/components/plots/overview#通用配置项)如需一次性检查其他文档中的同类链接,可运行: 🏁 Script executed: #!/bin/bash
# 查找可能的相对链接写法
rg --line-number --no-heading "](/?components/plots/overview#通用配置项" site/docs/components/plots/*.zh.mdLength of output: 1338 🏁 Script executed: #!/bin/bash
# 查找未加前导斜杠的 overview 相对链接
rg --line-number --no-heading "\]\(components/plots/overview#通用配置项\)" site/docs/components/plots/*.zh.mdLength of output: 3703 修复通用配置链接为绝对路径 相对链接 - 通用属性参考:[通用配置](components/plots/overview#通用配置项)
+ 通用属性参考:[通用配置](/components/plots/overview#通用配置项)以下文档中均出现了该相对链接,请一并修改:
可用下面命令批量替换: rg -l "\]\(components/plots/overview#通用配置项\)" site/docs/components/plots/*.zh.md \
| xargs sed -i 's#(components/plots/overview#通用配置项#(/components/plots/overview#通用配置项#g'🤖 Prompt for AI Agents |
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -42,6 +42,8 @@ order: 10 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,8 @@ order: 10 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,6 +44,8 @@ order: 5 | |
|
|
||
| ## 配置项 | ||
|
|
||
| 通用属性参考:[通用配置](components/plots/overview#通用配置项) | ||
|
|
||
| ### 概览 | ||
|
|
||
| |配置项|说明|类型|默认值| | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.