From 31815f4a902a7208a6a811dceddd681669a6b876 Mon Sep 17 00:00:00 2001 From: Anny Yang Date: Mon, 23 Sep 2024 09:45:07 -0700 Subject: [PATCH] docs: refactor window customization into a section --- sidebars.js | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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', ], }, ],