Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/administrator/karmadactl/init.md

This file was deleted.

3 changes: 3 additions & 0 deletions docs/reference/karmadactl/karmadactl-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: karmadactl Commands
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the 3 docs to the sidebar.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

---
3 changes: 3 additions & 0 deletions docs/reference/karmadactl/karmadactl-synopsis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: karmadactl
---
5 changes: 5 additions & 0 deletions docs/reference/karmadactl/karmadactl-usage-conventions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: karmadactl Usage Conventions
---

Recommended usage conventions for `karmadactl`.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: karmadactl Commands
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: karmadactl
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: karmadactl Usage Conventions
---

Recommended usage conventions for `karmadactl`.
18 changes: 10 additions & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ module.exports = {
type: "category",
label: "Administrator Guide",
items: [
{
type: "category",
label: "Karmadactl Manual",
items: [
"administrator/karmadactl/init"
],
},
{
type: "category",
label: "Configuration",
Expand Down Expand Up @@ -184,7 +177,6 @@ module.exports = {
label: "Developer Guide",
items: [
"developers/profiling-karmada",
"developers/bash-auto-completion-on-linux",
],
},
{
Expand Down Expand Up @@ -217,6 +209,16 @@ module.exports = {
type: "category",
label: "Reference",
items: [
{
type: "category",
label: "Command line tool(karmadactl)",
items: [
"reference/karmadactl/bash-auto-completion-on-linux",
"reference/karmadactl/karmadactl-commands",
"reference/karmadactl/karmadactl-synopsis",
"reference/karmadactl/karmadactl-usage-conventions",
],
},
"reference/reserved-namespaces",
"reference/object-association-mapping",
],
Expand Down