Skip to content

Commit

Permalink
docs: fix tab item on trident page
Browse files Browse the repository at this point in the history
  • Loading branch information
lennessyy committed Dec 21, 2023
1 parent a14c3ea commit 6e25fc9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions apisidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ module.exports = {
type: "generated-index",
title: "Palette API V1",
},
items: (() => {
try {
return require("./docs/api-content/api-docs/v1/sidebar.js");
} catch (error) {
return [];
}
})(),
// items: (() => {
// try {
// return require("./docs/api-content/api-docs/v1/sidebar.ts");
// } catch (error) {
// console.log(error);
// return [];
// }
// })(),
},
],
};
8 changes: 4 additions & 4 deletions docs/docs-content/integrations/trident.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Astra Trident deploys in Kubernetes clusters as pods and provides dynamic storag
## Versions Supported

<Tabs>
<TabsItem label="23.07.x" value="trident_23.07">
<TabItem label="23.07.x" value="trident_23.07">

## Prerequisites

Expand Down Expand Up @@ -191,9 +191,9 @@ spec:
```
</TabsItem>
</TabItem>
<TabsItem label="23.01.x" value="trident_23.01">
<TabItem label="23.01.x" value="trident_23.01">
## Prerequisites
Expand Down Expand Up @@ -361,7 +361,7 @@ spec:
```


</TabsItem>
</TabItem>

</Tabs>

Expand Down

0 comments on commit 6e25fc9

Please sign in to comment.