Skip to content

Commit c7f1762

Browse files
committed
fix: update link for Web3 Messaging integration and remove collapsed state for sidebar items
1 parent 7f4c2df commit c7f1762

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vitepress/sidebar.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function getSidebar() {
198198
},
199199
{
200200
text: 'Integrate Web3 Messaging',
201-
link: '/guides/use-iapp/web3-messaging',
201+
link: '/guides/use-iapp/integrate-web3-messaging',
202202
},
203203
],
204204
},
@@ -547,7 +547,6 @@ export function getSidebar() {
547547
},
548548
{
549549
text: 'Workers & Workerpools',
550-
collapsed: true,
551550
items: [
552551
{
553552
text: 'Worker Quick Start',
@@ -561,7 +560,6 @@ export function getSidebar() {
561560
},
562561
{
563562
text: '🔒 TEE Technology',
564-
collapsed: true,
565563
items: [
566564
{
567565
text: 'Introduction to TEE Technologies',

0 commit comments

Comments
 (0)