DEV-2100: remove legacy docs-example snapshot#60
Merged
demtario merged 1 commit intoJul 20, 2026
Merged
Conversation
demtario
force-pushed
the
chore/DEV-2100-remove-legacy-docs-examples
branch
from
July 17, 2026 11:47
49ec1a5 to
a24cef1
Compare
Requires bucket-aware generation and client loading before merge.
demtario
force-pushed
the
chore/DEV-2100-remove-legacy-docs-examples
branch
from
July 20, 2026 07:29
a24cef1 to
c8664c2
Compare
demtario
marked this pull request as ready for review
July 20, 2026 07:30
demtario
merged commit Jul 20, 2026
5a67c45
into
feature/DEV-2099_Versioned-docs-examples
2 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs-examplessnapshotBlocked by
Do not merge until both prerequisites are integrated. This branch intentionally removes the manifest and artifacts that the current client and smoke test load.
Test plan
Note
Medium Risk
Large removal of static assets the authoring client may still depend on until bucketed import and loading ship; safe only when merged with the prerequisite PRs and a fresh snapshot.
Overview
Removes the committed legacy
docs-examplessnapshot underapps/authoring/public/docs-examples/: the old flat per-example JSON files (encoded paths likeguides__…__example1.ts.json) that bundled full Sandpack/container catalog entries for docs guides.That layout is superseded by bucket-scoped output (
<bucket>/manifest.jsonplus lazy-loaded entry JSON), which this PR expects after #59 and DEV-2104 land. Do not merge until those prerequisites are in and a bucketed snapshot is regenerated, or the authoring app and smoke tests will have nothing to load.Reviewed by Cursor Bugbot for commit c8664c2. Bugbot is set up for automated code reviews on this repo. Configure here.