Skip to content

Commit 14c0fb5

Browse files
committed
fix: update sidebar labels for consistency
1 parent f3c2600 commit 14c0fb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sidebars.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
items: [
1010
{
1111
type: "category",
12-
label: "Running cardano-node",
12+
label: "Running Cardano Node",
1313
link: {
1414
type: "doc",
1515
id: "operate-a-stake-pool/node-operations/cardano-components"
@@ -55,7 +55,7 @@ module.exports = {
5555
},
5656
{
5757
type: "category",
58-
label: "cardano-cli",
58+
label: "Cardano CLI",
5959
items: [
6060
{
6161
type: "category",
@@ -88,7 +88,7 @@ module.exports = {
8888
},
8989
{
9090
type: "category",
91-
label: "High-Level SDKs",
91+
label: "SDKs",
9292
link: {
9393
type: "doc",
9494
id: "get-started/high-level-sdks-overview"

0 commit comments

Comments
 (0)