Skip to content

Commit

Permalink
and nested link
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Aug 16, 2024
1 parent 9f460d6 commit 48b1fa1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,12 @@ export const enSidebar = sidebar({
},
{
text: "Amazon MSK",
link: "https://github.com/aklivity/zilla-plus-aws-templates/tree/main/amazon-msk/cdktf/web-streaming",
children: [],
children: [
{
text: "Terraform",
link: "https://github.com/aklivity/zilla-plus-aws-templates/tree/main/amazon-msk/cdktf/web-streaming",
},
],
},
],
},
Expand Down Expand Up @@ -356,6 +360,12 @@ export const enSidebar = sidebar({
link: "solutions/concepts/kafka-proxies/iot-ingest-control.md",
children: [],
},
{
text: "Web Streaming on AWS",
icon: "aky-zilla-plus",
link: "solutions/concepts/kafka-proxies/web-streaming.md",
children: [],
},
],
},
{
Expand Down

0 comments on commit 48b1fa1

Please sign in to comment.