From 2d3dbba45fb370912bb7104c0a38ea667e42e2a8 Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:32:55 -0700 Subject: [PATCH] DOCS-1972: Remove data-specific heading from RDK page (#2671) --- docs/internals/rdk.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/internals/rdk.md b/docs/internals/rdk.md index 24e81f0f60..6644713dbb 100644 --- a/docs/internals/rdk.md +++ b/docs/internals/rdk.md @@ -52,10 +52,6 @@ You can also revert to an earlier configuration from the History tab. Log messages written appear under the [**Logs** tab](/fleet/machines/#logs) for the machine running the module. -### Data management - -Data capture for individual components is supported on [certain component subtypes](/data/capture/#configure-data-capture-for-individual-components). - ### Shutdown During machine shutdown, the RDK handles modular resource instances similarly to built-in resource instances - it signals them for shutdown in topological (dependency) order.