Skip to content

Commit

Permalink
update sidebars.js
Browse files Browse the repository at this point in the history
Signed-off-by: windsonsea <[email protected]>
  • Loading branch information
windsonsea committed Jan 15, 2025
1 parent e7de00d commit 9006df5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
10 changes: 5 additions & 5 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
reviewers:
- Arhell
- pigletfly
- rgrupesh
- samzong
- windsonsea

approvers:
- kevin-wangzefeng
- RainbowMango
- archlitchi
- wawa0210
35 changes: 2 additions & 33 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -22,8 +18,7 @@ module.exports = {
label: "Installation",
items: [
"installation/prequisities",
"installation/online-installation",
"installation/offline-installation",
"installation/webui-installation",
"installation/upgrade",
"installation/uninstall",
],
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9006df5

Please sign in to comment.