Add comprehensive Clone Mode Reference documentation#76
Open
Conversation
New dedicated page documenting all four street-generated-clones placement modes (fixed, random, single, fit) with ASCII diagrams, property tables, usage examples, and a comparison table. Addresses contributor confusion about mode differences, especially between random (centerpoint-based) and fit (dimension-aware edge-to-edge) placement. Cross-references added from existing docs. https://claude.ai/code/session_01WCrEmcJ4vwoPJimGdKgpdv
✅ Deploy Preview for 3dstreet-dot-com ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for 3dstreet-docs-build-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Explain that fixed and random share the same grid; fixed fills all slots while random fills a subset. Both randomly select models. - Add "How fixed and random relate" comparison section - Broaden fit mode language to reference walls, fences, seawalls alongside buildings - Remove building-specific caution callout https://claude.ai/code/session_01WCrEmcJ4vwoPJimGdKgpdv
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
Added detailed documentation for the
street-generated-clonescomponent's four placement modes with visual diagrams, property tables, and use case guidance. Updated related documentation files to reference the new guide.Key Changes
New document:
docs/managed-street/clone-modes.md— comprehensive reference covering:fixedmode: equal-spaced slots with centerpoint placementrandommode: shuffled grid positions with minimum spacing guaranteesinglemode: one clone with justify-based positioningfitmode: dimension-aware edge-to-edge tiling for buildingsUpdated:
docs/managed-street/component-street-segment.mdfitmode is the only dimension-aware modeUpdated:
docs/managed-street/managed-street-json-format.mdfixedandrandommodesUpdated:
docs/managed-street/overview-managed-street.mdNotable Details
fixed,random) and edge-to-edge spacing (fit)randommode with buildings (dimension-unaware placement)https://claude.ai/code/session_01WCrEmcJ4vwoPJimGdKgpdv