[DOCS-14020] Split SDK advanced_config partials into use-case buckets#37509
Open
rtrieu wants to merge 1 commit into
Open
[DOCS-14020] Split SDK advanced_config partials into use-case buckets#37509rtrieu wants to merge 1 commit into
rtrieu wants to merge 1 commit into
Conversation
Creates 53 new cdocs partials under layouts/shortcodes/mdoc/en/sdk/ by extracting sections from the 8 existing advanced_config partials into 9 topic-scoped directories: - add_custom_context (7 SDKs) - track_user_ids (7 SDKs) - modify_drop_events (5 SDKs) - track_navigation (5 SDKs) - track_user_interactions (6 SDKs) - track_network_requests (7 SDKs) - track_errors (6 SDKs) - track_ui_latency (4 SDKs) - manage_sessions (6 SDKs) Existing advanced_config partials and all pages that use them are untouched. New partials are ready to be consumed by the use-case pages created in Phase 4. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Created DOCS-14734 for editorial review |
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.
What does this PR do? What is the motivation?
Fixes DOCS-14020
Creates 53 new cdocs partials under
layouts/shortcodes/mdoc/en/sdk/by extracting sections from the 8 existingadvanced_configpartials into 9 topic-scoped directories. This is the prerequisite step for building the new use-case-oriented RUM pages proposed in the RUM documentation restructure.New partial directories:
add_custom_context/(7 SDKs)track_user_ids/(7 SDKs)modify_drop_events/(5 SDKs)track_navigation/(5 SDKs)track_user_interactions/(6 SDKs)track_network_requests/(7 SDKs)track_errors/(6 SDKs)track_ui_latency/(4 SDKs)manage_sessions/(6 SDKs)No existing files are modified. All current advanced_configuration pages continue to work unchanged.
Merge instructions
Merge readiness:
Additional notes
track_navigation,track_user_interactions, andtrack_network_requests).roku.mdoc.mdinmodify_drop_events) - that's correct, because Roku had no equivalent content.