Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ekaterina Mekhnetsova <[email protected]>
  • Loading branch information
outoftardis committed Nov 21, 2023
1 parent a6e80fb commit 772e30f
Showing 1 changed file with 32 additions and 18 deletions.
50 changes: 32 additions & 18 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,6 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
},
],
},
{
text: 'Executors (Permission Validators)',
collapsed: true,
items: [
{
text: 'Write Executor',
},
{
text: 'Update Executor',
}
],
}
],
},
{
Expand All @@ -100,10 +88,22 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{
text: 'Unregister Accounts',
},
// ...?
],
},
{
text: 'Asset Definitions',
collapsed: true,
items: [
{
text: 'Update Account Metadata'
text: 'Register Asset Definitions',
},
{
text: 'Unregister Asset Definitions',
},
{
text: 'Transfer Asset Definitions',
},
// ...?
],
},
{
Expand Down Expand Up @@ -237,6 +237,21 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
},
],
},
{
text: 'Executors',
collapsed: true,
items: [
{
text: 'Write Executor',
},
{
text: 'Update Executor',
},
{
text: 'Define Custom Permission Tokens',
},
],
},
{
text: 'Instructions',
collapsed: true,
Expand Down Expand Up @@ -277,6 +292,9 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{
text: 'Find the Leader Among Running Peers',
},
{
text: 'Query Connected Peers',
},
],
},
{
Expand All @@ -286,7 +304,6 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{text: 'Use queries'},
{text: 'Filter query results'},
{text: 'Use Sorting and Pagination'},
{text: 'Query Connected Peers'},
],
},
{
Expand Down Expand Up @@ -317,9 +334,6 @@ function sidebarCookbook(): DefaultTheme.SidebarItem[] {
{
text: 'Submit Transactions',
},
{
text: 'Compile Transactions',
},
{
text: 'Use Multi-Signature Transactions',
},
Expand Down

0 comments on commit 772e30f

Please sign in to comment.