fix: update sidebars for Electron 30 (#555)
This commit is contained in:
Родитель
306a15b796
Коммит
66b1c96d29
47
sidebars.js
47
sidebars.js
|
@ -100,7 +100,6 @@ module.exports = {
|
|||
'latest/tutorial/fuses',
|
||||
'latest/tutorial/using-native-node-modules',
|
||||
'latest/tutorial/windows-arm',
|
||||
'latest/development/reclient',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -166,6 +165,7 @@ module.exports = {
|
|||
'latest/development/build-instructions-macos',
|
||||
'latest/development/build-instructions-windows',
|
||||
'latest/development/goma',
|
||||
'latest/development/reclient',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -217,6 +217,7 @@ module.exports = {
|
|||
items: [
|
||||
'latest/api/app',
|
||||
'latest/api/auto-updater',
|
||||
'latest/api/base-window',
|
||||
'latest/api/browser-view',
|
||||
'latest/api/browser-window',
|
||||
'latest/api/clipboard',
|
||||
|
@ -232,6 +233,7 @@ module.exports = {
|
|||
'latest/api/message-port-main',
|
||||
'latest/api/native-image',
|
||||
'latest/api/native-theme',
|
||||
'latest/api/navigation-history',
|
||||
'latest/api/net',
|
||||
'latest/api/net-log',
|
||||
'latest/api/notification',
|
||||
|
@ -251,7 +253,9 @@ module.exports = {
|
|||
'latest/api/tray',
|
||||
'latest/api/utility-process',
|
||||
'latest/api/web-contents',
|
||||
'latest/api/web-contents-view',
|
||||
'latest/api/web-frame-main',
|
||||
'latest/api/view',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -315,7 +319,9 @@ module.exports = {
|
|||
type: 'category',
|
||||
label: 'API Structures',
|
||||
items: [
|
||||
'latest/api/structures/base-window-options',
|
||||
'latest/api/structures/bluetooth-device',
|
||||
'latest/api/structures/browser-window-options',
|
||||
'latest/api/structures/certificate',
|
||||
'latest/api/structures/certificate-principal',
|
||||
'latest/api/structures/cookie',
|
||||
|
@ -328,10 +334,10 @@ module.exports = {
|
|||
'latest/api/structures/extension-info',
|
||||
'latest/api/structures/file-filter',
|
||||
'latest/api/structures/file-path-with-headers',
|
||||
'latest/api/structures/filesystem-permission-request',
|
||||
'latest/api/structures/gpu-feature-status',
|
||||
'latest/api/structures/hid-device',
|
||||
'latest/api/structures/input-event',
|
||||
'latest/api/structures/io-counters',
|
||||
'latest/api/structures/ipc-main-event',
|
||||
'latest/api/structures/ipc-main-invoke-event',
|
||||
'latest/api/structures/ipc-renderer-event',
|
||||
|
@ -339,6 +345,7 @@ module.exports = {
|
|||
'latest/api/structures/jump-list-item',
|
||||
'latest/api/structures/keyboard-event',
|
||||
'latest/api/structures/keyboard-input-event',
|
||||
'latest/api/structures/media-access-permission-request',
|
||||
'latest/api/structures/memory-info',
|
||||
'latest/api/structures/memory-usage-details',
|
||||
'latest/api/structures/mime-typed-buffer',
|
||||
|
@ -346,17 +353,26 @@ module.exports = {
|
|||
'latest/api/structures/mouse-wheel-input-event',
|
||||
'latest/api/structures/notification-action',
|
||||
'latest/api/structures/notification-response',
|
||||
'latest/api/structures/open-external-permission-request',
|
||||
'latest/api/structures/payment-discount',
|
||||
'latest/api/structures/permission-request',
|
||||
'latest/api/structures/point',
|
||||
'latest/api/structures/post-body',
|
||||
'latest/api/structures/printer-info',
|
||||
'latest/api/structures/process-memory-info',
|
||||
'latest/api/structures/process-metric',
|
||||
'latest/api/structures/product',
|
||||
'latest/api/structures/product-discount',
|
||||
'latest/api/structures/product-subscription-period',
|
||||
'latest/api/structures/protocol-request',
|
||||
'latest/api/structures/protocol-response',
|
||||
'latest/api/structures/protocol-response-upload-data',
|
||||
'latest/api/structures/proxy-config',
|
||||
'latest/api/structures/rectangle',
|
||||
'latest/api/structures/referrer',
|
||||
'latest/api/structures/render-process-gone-details',
|
||||
'latest/api/structures/resolved-endpoint',
|
||||
'latest/api/structures/resolved-host',
|
||||
'latest/api/structures/scrubber-item',
|
||||
'latest/api/structures/segmented-control-segment',
|
||||
'latest/api/structures/serial-port',
|
||||
|
@ -373,34 +389,11 @@ module.exports = {
|
|||
'latest/api/structures/upload-data',
|
||||
'latest/api/structures/upload-file',
|
||||
'latest/api/structures/upload-raw-data',
|
||||
'latest/api/structures/usb-device',
|
||||
'latest/api/structures/user-default-types',
|
||||
'latest/api/structures/web-preferences',
|
||||
'latest/api/structures/web-request-filter',
|
||||
'latest/api/structures/web-source',
|
||||
'latest/api/structures/payment-discount',
|
||||
'latest/api/structures/product-discount',
|
||||
'latest/api/structures/product-subscription-period',
|
||||
'latest/api/structures/usb-device',
|
||||
'latest/api/structures/resolved-endpoint',
|
||||
'latest/api/structures/resolved-host',
|
||||
'latest/api/structures/browser-window-options',
|
||||
'latest/api/structures/web-preferences',
|
||||
'latest/api/structures/render-process-gone-details',
|
||||
'latest/api/structures/proxy-config',
|
||||
'latest/api/structures/base-window-options',
|
||||
'latest/api/structures/filesystem-permission-request',
|
||||
'latest/api/structures/media-access-permission-request',
|
||||
'latest/api/structures/open-external-permission-request',
|
||||
'latest/api/structures/permission-request',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Api',
|
||||
items: [
|
||||
'latest/api/base-window',
|
||||
'latest/api/navigation-history',
|
||||
'latest/api/view',
|
||||
'latest/api/web-contents-view',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче