Skip to content

Commit

Permalink
Merge pull request #158 from UniqueNetwork/learn-review
Browse files Browse the repository at this point in the history
Learn review
  • Loading branch information
Maksandre authored Jul 17, 2024
2 parents e7125cd + d405bbe commit a7ca16b
Show file tree
Hide file tree
Showing 42 changed files with 938 additions and 620 deletions.
45 changes: 23 additions & 22 deletions docs/.vuepress/configs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,49 +7,50 @@ export const sidebar: Record<string, SidebarConfig> = {
text: 'Intro',
children: [
'/about',
'/about/networks',
'/about/why-nft',
],
},
{
text: 'Features',
text: 'Functionality',
children: [
{
text: 'Tokens & collections types',
link: '/about/types/nft.md',
text: 'Token types',
link: '/about/token-types/main-types.md',
collapsible: true,
children: [
'/about/types/nft.md',
'/about/types/rft.md',
'/about/types/fungible.md',
'/about/token-types/main-types.md',
'/about/token-types/nft.md',
'/about/token-types/rft.md',
'/about/token-types/coins.md',
],
},
{
text: 'NFT formats',
link: '/about/nft-formats/native-nfts.md',
text: 'NFT Features',
link: '/about/nft-features/native.md',
collapsible: true,
children: [
'/about/nft-formats/native-nfts.md',
'/about/nft-formats/customizable-nfts.md',
'/about/nft-formats/multi-resource-nfts.md',
'/about/nft-formats/dynamic-nfts.md',
'/about/nft-formats/fractional-tokens.md',
'/about/nft-formats/nested-nfts.md',
'/about/nft-features/native.md',
'/about/nft-features/multimedia.md',
'/about/nft-features/nested.md',
'/about/nft-features/dynamic.md',
'/about/nft-features/customizable.md',
'/about/nft-features/composable.md',
],
},
'/about/network-features/evm.md',
'/about/network-features/sponsoring.md',
'/about/network-features/nesting-bundling.md',
'/about/network-features/live-nft.md',
//'/about/network-features/evm.md',
//'/about/network-features/smart-contracts.md',
//'/about/network-features/sponsoring.md',
'/about/network-features/staking.md',
'/about/network-features/pricing.md',
]
},
{
text: 'Tech Concepts',
children: [
'/about/addresses',
'/about/balances/index.md',
'/about/glossary.md',
'/about/limitations/limitations.md'
'/about/tech-concepts/addresses',
'/about/tech-concepts/balances/index.md',
//'/about/tech-concepts/glossary.md',
]
}
],
Expand Down
17 changes: 0 additions & 17 deletions docs/about/ecosystem/ambassador.md

This file was deleted.

92 changes: 0 additions & 92 deletions docs/about/ecosystem/use-cases.md

This file was deleted.

Loading

0 comments on commit a7ca16b

Please sign in to comment.