fix: Add links

This commit is contained in:
Ilya Kuznetsov 2025-01-10 18:09:18 +01:00
parent 151a6f86dd
commit 4b01f6b1bc
No known key found for this signature in database
GPG Key ID: 91F3DDCF5D21CDDF
2 changed files with 5 additions and 9 deletions

View File

@ -180,7 +180,6 @@ func buildAttributeTable(m *md.Markdown, attributes []attributeNode) *md.Markdow
func formatDescription(a attributeNode) string { func formatDescription(a attributeNode) string {
s := strings.ReplaceAll(a.Description, "\n", " ") s := strings.ReplaceAll(a.Description, "\n", " ")
return s
if a.Reference != "" { if a.Reference != "" {
if strings.HasSuffix(s, ".") { if strings.HasSuffix(s, ".") {
s += " " s += " "

View File

@ -57,8 +57,6 @@ github.com/databricks/cli/bundle/config.Deployment:
"lock": "lock":
"description": |- "description": |-
The deployment lock attributes. The deployment lock attributes.
"markdown_description": |-
The deployment lock attributes. See [_](#lock).
github.com/databricks/cli/bundle/config.Experimental: github.com/databricks/cli/bundle/config.Experimental:
"pydabs": "pydabs":
"description": |- "description": |-
@ -296,8 +294,6 @@ github.com/databricks/cli/bundle/config.Target:
"artifacts": "artifacts":
"description": |- "description": |-
The artifacts to include in the target deployment. The artifacts to include in the target deployment.
"markdown_description": |-
The artifacts to include in the target deployment. See [_](#artifact)
"bundle": "bundle":
"description": |- "description": |-
The bundle attributes when deploying to this target. The bundle attributes when deploying to this target.
@ -335,13 +331,9 @@ github.com/databricks/cli/bundle/config.Target:
"sync": "sync":
"description": |- "description": |-
The local paths to sync to the target workspace when a bundle is run or deployed. The local paths to sync to the target workspace when a bundle is run or deployed.
"markdown_description": |-
The local paths to sync to the target workspace when a bundle is run or deployed. See [_](#sync).
"variables": "variables":
"description": |- "description": |-
The custom variable definitions for the target. The custom variable definitions for the target.
"markdown_description": |-
The custom variable definitions for the target. See [_](/dev-tools/bundles/variables.md).
"workspace": "workspace":
"description": |- "description": |-
The Databricks workspace for the target. The Databricks workspace for the target.
@ -475,6 +467,11 @@ github.com/databricks/cli/bundle/config/variable.TargetVariable:
"description": |- "description": |-
The type of the variable. The type of the variable.
github.com/databricks/cli/bundle/config/variable.Variable: github.com/databricks/cli/bundle/config/variable.Variable:
"_":
"description": |-
Defines a custom variable for the bundle.
"markdown_description": |-
Defines a custom variable for the bundle. See [_](/dev-tools/bundles/settings.md#variables).
"default": "default":
"description": |- "description": |-
PLACEHOLDER PLACEHOLDER