You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/technical-changelog.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change
4
4
5
5
{/* CHANGELOG_START */}
6
6
7
-
# sourcegraph 5 Release 9 Patch 0
7
+
# Sourcegraph 5 Release 9
8
8
9
9
## v5.9.0
10
10
@@ -126,7 +126,7 @@ that we observed on the user's incoming request
126
126
127
127
#### Site Admin
128
128
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)
130
130
- Long-term local retention of user telemetry as 'event logs' can now be disabled entirely via the `telemetry: { disableLocalEventLogs }` site configuration.
0 commit comments