Skip to content

Commit 76a3ad8

Browse files
committed
Update YAML_CONFIG placeholder to escaped format in self-hosted documentation for Azure DevOps, Bitbucket, GitHub, and GitLab
1 parent df22dc6 commit 76a3ad8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/self-hosted/azure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ LINEAR_PAT=[<linear-personal-access-token>]
128128
ENABLE_WEB_SEARCH=[true]
129129
PERPLEXITY_API_KEY=[<perplexity-api-key>]
130130

131-
YAML_CONFIG=[<yaml-config>]
131+
YAML_CONFIG=[<escaped-yaml-config>]
132132
```
133133

134134
:::note

docs/self-hosted/bitbucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ LINEAR_PAT=[<linear-personal-access-token>]
123123
ENABLE_WEB_SEARCH=[true]
124124
PERPLEXITY_API_KEY=[<perplexity-api-key>]
125125

126-
YAML_CONFIG=[<yaml-config>]
126+
YAML_CONFIG=[<escaped-yaml-config>]
127127
```
128128

129129
:::note

docs/self-hosted/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ LINEAR_PAT=[<linear-personal-access-token>]
141141
ENABLE_WEB_SEARCH=[true]
142142
PERPLEXITY_API_KEY=[<perplexity-api-key>]
143143

144-
YAML_CONFIG=[<yaml-config>]
144+
YAML_CONFIG=[<escaped-yaml-config>]
145145
```
146146

147147
:::note

docs/self-hosted/gitlab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ LINEAR_PAT=[<linear-personal-access-token>]
135135
ENABLE_WEB_SEARCH=[true]
136136
PERPLEXITY_API_KEY=[<perplexity-api-key>]
137137

138-
YAML_CONFIG=[<yaml-config>]
138+
YAML_CONFIG=[<escaped-yaml-config>]
139139
```
140140

141141
:::note

0 commit comments

Comments
 (0)