Skip to content

Commit

Permalink
fixed multi-token presentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
10d9e committed Apr 8, 2022
1 parent f7b9f22 commit 0017abf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
11 changes: 5 additions & 6 deletions specs/Standards/Tokens/MultiToken/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Multi Token Standard
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

- [Multi Token Core](Core.md)
- [Multi Token Metadata](Metadata.md)
- [Multi Token Approval Management](ApprovalManagement.md)
- [Multi Token Enumeration](Enumeration.md)
- [Multi Token Events](Events.md)
# Multi Token Standard

<DocCardList items={useCurrentSidebarCategory().items}/>
5 changes: 5 additions & 0 deletions specs/Standards/Tokens/MultiToken/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "MultiToken",
"collapsible": true,
"collapsed": true,
}

0 comments on commit 0017abf

Please sign in to comment.