Skip to content

Commit

Permalink
Merge pull request #574 from chaosi-zju/main
Browse files Browse the repository at this point in the history
fix sidebar for Karmada v1.9 API Document
  • Loading branch information
karmada-bot authored Mar 6, 2024
2 parents 45af53f + 4e4af2c commit 0e069e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 0 additions & 10 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,16 +412,6 @@ module.exports = {
"reference/karmada-api/remedy-resources/remedy-v1alpha1",
],
},
{
type: "category",
label: "Remedy Resources",
link: {
type: 'generated-index',
},
items: [
"reference/karmada-api/remedy-resources/remedy-v1alpha1",
],
},
{
type: "category",
label: "Search Resources",
Expand Down
11 changes: 10 additions & 1 deletion versioned_sidebars/version-v1.9-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,16 @@
"reference/karmada-api/policy-resources/propagation-policy-v1alpha1"
]
},
{
"type": "category",
"label": "Remedy Resources",
"link": {
"type": "generated-index"
},
"items": [
"reference/karmada-api/remedy-resources/remedy-v1alpha1"
]
},
{
"type": "category",
"label": "Search Resources",
Expand Down Expand Up @@ -424,4 +434,3 @@
}
]
}

0 comments on commit 0e069e8

Please sign in to comment.