From 9006df5c177a7f61ea9ed9a4beed9e82a3351733 Mon Sep 17 00:00:00 2001 From: windsonsea Date: Wed, 15 Jan 2025 14:18:42 +0800 Subject: [PATCH] update sidebars.js Signed-off-by: windsonsea --- OWNERS | 10 +++++----- sidebars.js | 35 ++--------------------------------- 2 files changed, 7 insertions(+), 38 deletions(-) diff --git a/OWNERS b/OWNERS index 8d525a3..56e4a06 100644 --- a/OWNERS +++ b/OWNERS @@ -1,7 +1,7 @@ reviewers: -- Arhell -- pigletfly -- rgrupesh +- samzong +- windsonsea + approvers: -- kevin-wangzefeng -- RainbowMango +- archlitchi +- wawa0210 diff --git a/sidebars.js b/sidebars.js index 850860f..2fce9cd 100644 --- a/sidebars.js +++ b/sidebars.js @@ -6,11 +6,7 @@ module.exports = { type: "category", label: "Core Concepts", collapsed: false, - items: ["core-concepts/introduction", "core-concepts/architecture"], - }, - { - type: "doc", - id: "key-features/features", + items: ["core-concepts/introduction"], }, { type: "category", @@ -22,8 +18,7 @@ module.exports = { label: "Installation", items: [ "installation/prequisities", - "installation/online-installation", - "installation/offline-installation", + "installation/webui-installation", "installation/upgrade", "installation/uninstall", ], @@ -34,11 +29,6 @@ module.exports = { items: [ "userguide/configure", "userguide/support-devices", - { - type: "category", - label: "Monitoring", - items: ["userguide/monitoring/globalview"], - }, { type: "category", label: "Share NVIDIA GPU devices", @@ -69,23 +59,10 @@ module.exports = { "userguide/Cambricon-device/specify-device-memory-usage", "userguide/Cambricon-device/specify-device-core-usage", "userguide/Cambricon-device/specify-device-type-to-use", - { - type: "category", - label: "Examples", - items: ["userguide/monitoring/globalview"], - }, ], }, ], }, - { - type: "category", - label: "Developer Guide", - items: [ - "developers/profiling-karmada", - "developers/performance-test-setup-for-karmada", - ], - }, { type: "category", label: "Contributor Guide", @@ -100,14 +77,6 @@ module.exports = { type: "doc", id: "contributor/adopters", }, - { - type: "doc", - id: "troubleshooting/troubleshooting", - }, - { - type: "doc", - id: "faq/faq", - }, { type: "doc", id: "releases",