Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
outoftardis committed Nov 21, 2023
1 parent 772e30f commit 405bf43
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{
text: 'Unregister Accounts',
},
// ...?
],
},
{
Expand All @@ -111,7 +110,7 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
collapsed: true,
items: [
{
text: 'Assets', // All Assets?
text: 'Assets',
collapsed: true,
items: [
{
Expand All @@ -123,7 +122,6 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{
text: 'Transfer Assets Between Accounts',
},
// ...?
],
},
{
Expand Down Expand Up @@ -195,8 +193,6 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{
text: 'Transfer Domain Owner'
},
// ...
// access management for domains?
],
},
{
Expand Down

0 comments on commit 405bf43

Please sign in to comment.