Skip to content

Commit d3caaa6

Browse files
authored
Fix(docs): fix character escape in .mdx file (#750)
.mdx files crash when `{` characters are not escaped. Also fix capitalization and remove "patch 0" as this goes against our convention. ## Pull Request approval You will need to get your PR approved by at least one member of the Sourcegraph team. For reviews of docs formatting, styles, and component usage, please tag the docs team via the #docs Slack channel.
1 parent 423d430 commit d3caaa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/technical-changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
44

55
{/* CHANGELOG_START */}
66

7-
# sourcegraph 5 Release 9 Patch 0
7+
# Sourcegraph 5 Release 9
88

99
## v5.9.0
1010

@@ -126,7 +126,7 @@ that we observed on the user's incoming request
126126

127127
#### Site Admin
128128

129-
- site config 'telemetry: { disableLocalEventLogs }' to disable event_logs [#1275](https://github.com/sourcegraph/sourcegraph/pull/1275)
129+
- site config 'telemetry: \{ disableLocalEventLogs \}' to disable event_logs [#1275](https://github.com/sourcegraph/sourcegraph/pull/1275)
130130
- Long-term local retention of user telemetry as 'event logs' can now be disabled entirely via the `telemetry: { disableLocalEventLogs }` site configuration.
131131

132132
#### Sub_repo_perms

0 commit comments

Comments
 (0)