Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 56bbfee

Browse files
authored
add profiles to sidebar (#2473)
1 parent 619ba73 commit 56bbfee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

apps/base-docs/sidebar.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,10 @@ export const sidebar: Sidebar = [
713713
text: 'Sub Accounts',
714714
link: '/identity/smart-wallet/concepts/features/optional/sub-accounts',
715715
},
716+
{
717+
text: 'Profiles',
718+
link: '/identity/smart-wallet/concepts/features/optional/profiles',
719+
},
716720
],
717721
},
718722
],
@@ -787,6 +791,10 @@ export const sidebar: Sidebar = [
787791
},
788792
],
789793
},
794+
{
795+
text: 'Profiles',
796+
link: '/identity/smart-wallet/guides/profiles',
797+
},
790798
{
791799
text: 'Spend Limits',
792800
collapsed: true,
@@ -971,6 +979,10 @@ export const sidebar: Sidebar = [
971979
text: 'Sub Accounts Reference',
972980
link: '/identity/smart-wallet/technical-reference/sub-account-reference',
973981
},
982+
{
983+
text: 'Profiles Reference',
984+
link: '/identity/smart-wallet/technical-reference/profiles-reference',
985+
},
974986
],
975987
},
976988
{

0 commit comments

Comments
 (0)