From 899881457b7d6f837f3af1af034c892916766396 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 31 Jan 2023 12:29:33 -0800 Subject: [PATCH] docs: update modules list in docs/README.md (#37080) --- docs/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/README.md b/docs/README.md index 83c3df1fde45..30306ecb0ece 100644 --- a/docs/README.md +++ b/docs/README.md @@ -110,6 +110,7 @@ These individual tutorials expand on topics discussed in the guide above. * [BrowserView](api/browser-view.md) * [BrowserWindow](api/browser-window.md) * [contentTracing](api/content-tracing.md) +* [desktopCapturer](api/desktop-capturer.md) * [dialog](api/dialog.md) * [globalShortcut](api/global-shortcut.md) * [inAppPurchase](api/in-app-purchase.md) @@ -118,19 +119,22 @@ These individual tutorials expand on topics discussed in the guide above. * [MenuItem](api/menu-item.md) * [MessageChannelMain](api/message-channel-main.md) * [MessagePortMain](api/message-port-main.md) +* [nativeTheme](api/native-theme.md) * [net](api/net.md) * [netLog](api/net-log.md) -* [nativeTheme](api/native-theme.md) * [Notification](api/notification.md) * [powerMonitor](api/power-monitor.md) * [powerSaveBlocker](api/power-save-blocker.md) * [protocol](api/protocol.md) +* [pushNotifications](api/push-notifications.md) +* [safeStorage](api/safe-storage.md) * [screen](api/screen.md) * [session](api/session.md) * [ShareMenu](api/share-menu.md) * [systemPreferences](api/system-preferences.md) * [TouchBar](api/touch-bar.md) * [Tray](api/tray.md) +* [utilityProcess](api/utility-process.md) * [webContents](api/web-contents.md) * [webFrameMain](api/web-frame-main.md) @@ -142,11 +146,10 @@ These individual tutorials expand on topics discussed in the guide above. ### Modules for Both Processes: -* [clipboard](api/clipboard.md) +* [clipboard](api/clipboard.md) (non-sandboxed renderers only) * [crashReporter](api/crash-reporter.md) -* [desktopCapturer](api/desktop-capturer.md) * [nativeImage](api/native-image.md) -* [shell](api/shell.md) +* [shell](api/shell.md) (non-sandboxed renderers only) ## Development