From e9b4a2ebc06dfc28f33ab1e03648b6ef39d30315 Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Thu, 24 Jul 2025 12:14:00 -0700 Subject: [PATCH] Fix malformed code blocks in technical changelog - Remove incorrect code block formatting around PR #6220 description - Replace with properly formatted bullet point - Remove stray closing backticks at end of file - Preserve valid JSON code block for experimental features This fixes rendering issues where malformed markdown was breaking the changelog display and making content unreadable. --- docs/technical-changelog.mdx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index 07bd55203..7357676da 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -309,19 +309,7 @@ This page documents all notable changes to Sourcegraph. For more detailed change - Fede/ep UI fix left nav `(PR #6230)` - CI: remove scip-go upload to demo.sourcegraph.com `(PR #6220)` - [https://sourcegraph.slack.com/archives/C04MYFW01NV/p1750800014304569](https://sourcegraph.slack.com/archives/C04MYFW01NV/p1750800014304569) - - ``` -Run src code-intel upload -github-token='***' -no-progress -repo=github.com/sourcegraph/sourcegraph -💡 Inferred arguments - repo: github.com/sourcegraph/sourcegraph - commit: 552dc9[1](https://github.com/sourcegraph/sourcegraph/actions/runs/15861555759/job/44720169430?pr=6219#step:9:1)055580be3a0c021e40aacf0977710f1e1 - root: dev/ci/images - file: index.scip - indexer: scip-go - indexerVersion: 0.1.24 -unexpected status code: 404 (failed to authorize request: repo not found: name="github.com/sourcegraph/sourcegraph") -Error: Process completed with exit code 1. -``` + - Removed failing upload process that was causing CI errors - Polished EP UI `(PR #6207)` - completions/aws-sdk-compatibility `(PR #6198)` - feat(deep search): single URL for deepsearch [SPLF-1207] `(PR #6181)` @@ -11024,4 +11012,3 @@ The following PRs were merged onto the previous release branch but could not be ## Older versions For older versions of Sourcegraph, see the [CHANGELOG](https://github.com/sourcegraph/sourcegraph-public-snapshot/blob/main/CHANGELOG.md) on GitHub. -```