Skip to content

Commit 09c57fb

Browse files
authored
docs: rename and redirect usb-sd-blocking.md to removable-media-blocking.md (#901)
1 parent 48c92cd commit 09c57fb

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

File renamed without changes.

docs/docs/features/telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ undocumented call with no public API exposed, so it is not generally used.
134134
#### `Disk`
135135

136136
Emitted whenever a disk is mounted or unmounted. This event can be emitted even
137-
if [Removable Media (e.g. USB device)](/features/usb-sd-blocking) is not enabled and can be
137+
if [Removable Media (e.g. USB device)](/features/removable-media-blocking) is not enabled and can be
138138
useful to see if users are attaching external storage devices that may need to
139139
monitored or blocked.
140140

docs/docusaurus.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ const config: Config = {
7272
to: "/features/binary-authorization#client-mode",
7373
from: "/concepts/mode.html",
7474
},
75+
{
76+
to: "/features/removable-media-blocking",
77+
from: "/features/usb-sd-blocking",
78+
},
7579
],
7680
},
7781
],

0 commit comments

Comments
 (0)