diff --git a/sidebars.js b/sidebars.js index 12ead478..4dfd8d9c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -85,7 +85,16 @@ module.exports = { id: 'latest/tutorial/windows-taskbar', customProps: { tags: ['windows'] }, }, - 'latest/tutorial/window-customization', + { + type: 'category', + label: 'Window Customization', + link: { type: 'doc', id: 'latest/tutorial/window-customization' }, + items: [ + 'latest/tutorial/custom-title-bar', + 'latest/tutorial/custom-window-interactions', + 'latest/tutorial/custom-window-styles', + ], + }, ], }, { @@ -164,7 +173,7 @@ module.exports = { 'latest/development/build-instructions-linux', 'latest/development/build-instructions-macos', 'latest/development/build-instructions-windows', - 'latest/development/goma', + // 'latest/development/goma', 'latest/development/reclient', ], }, @@ -392,6 +401,8 @@ module.exports = { 'latest/api/structures/web-request-filter', 'latest/api/structures/web-source', 'latest/api/structures/window-open-handler-response', + 'latest/api/structures/navigation-entry', + 'latest/api/structures/offscreen-shared-texture', ], }, ],