Skip to content

[DOCS-14020] Split SDK advanced_config partials into use-case buckets#37509

Open
rtrieu wants to merge 1 commit into
masterfrom
rtrieu/docs-14020-split-sdk-adv-config-topics
Open

[DOCS-14020] Split SDK advanced_config partials into use-case buckets#37509
rtrieu wants to merge 1 commit into
masterfrom
rtrieu/docs-14020-split-sdk-adv-config-topics

Conversation

@rtrieu

@rtrieu rtrieu commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

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 existing advanced_config partials 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:

  • Ready for merge

Additional notes

  • All 53 files are extractions of existing content - no new writing or editorial changes. The only question is whether sections landed in the right bucket and whether content is complete.
  • Apple platforms is the largest source file - the Initialization parameters section contained long auto-tracking subsections that were split into different buckets (track_navigation, track_user_interactions, and track_network_requests).
  • Some buckets are missing SDKs (e.g. no roku.mdoc.md in modify_drop_events) - that's correct, because Roku had no equivalent content.
  • Browser is out of scope for this PR.

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>
@rtrieu rtrieu requested review from a team as code owners June 15, 2026 17:11
@github-actions github-actions Bot added Architecture Everything related to the Doc backend cdocs labels Jun 15, 2026
@rtrieu rtrieu added WORK IN PROGRESS No review needed, it's a wip ;) and removed WORK IN PROGRESS No review needed, it's a wip ;) labels Jun 15, 2026
@domalessi domalessi self-assigned this Jun 15, 2026
@domalessi domalessi added the editorial review Waiting on a more in-depth review label Jun 15, 2026
@domalessi

Copy link
Copy Markdown
Contributor

Created DOCS-14734 for editorial review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Architecture Everything related to the Doc backend cdocs editorial review Waiting on a more in-depth review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants