docs: remove the internal boundaries section - #3011
Merged
Merged
Conversation
The guideline targeted the internal mittwald team and described mStudio components, not Flow ones. Its only reference — a link from the error handling pattern — is gone too. StaticModal existed solely for this section's modal example, so the LiveCodeEditor's component scope, its CSS and the global type declarations drop with it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…l-boundaries-section-149fa9 # Conflicts: # apps/docs/src/content/02-foundations/04-internal/01-boundaries/examples/modal-error.tsx # apps/docs/src/content/02-foundations/04-internal/01-boundaries/examples/modal-loading.tsx
Contributor
Coverage Report for ./packages/components/
File CoverageNo changed files found. |
Lisa18289
marked this pull request as ready for review
August 31, 2026 08:16
Contributor
🚀 Preview DeploymentPreview environments are ready:
Images:
|
mfal
approved these changes
Aug 31, 2026
mfal
added a commit
that referenced
this pull request
Aug 31, 2026
#3011 removed the internal Boundaries section, which this branch had renamed. The removal wins: the section and its examples are gone, and the link to it in the Error Handling pattern goes with them. That left `/foundations/internal` and `/foundations/internal/boundaries` in `CONTENT_ORDER` pointing at nothing. `contentOrder.test.ts` named both, which is the case it exists for — an order list in code going stale silently. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Removes
02-foundations/04-internal/01-boundarieswith its 19 live-code examples. We decided to drop the guideline here: it is outdated, and boundaries are documented directly in mStudio by now. It also addressed the internal mittwald team and described mStudio components rather than Flow ones, so it does not belong in the public styleguide. Its only inbound link — a sentence in the error handling pattern — is gone as well.StaticModalexisted only for that section's modal example. It drops with it, along with the LiveCodeEditor's component scope that exposed it, its CSS block and the global type declarations in both apps.Docs-only, so nothing gets published.
🤖 Generated with Claude Code