Skip to content

Commit

Permalink
remove outdated tutorials (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksandre authored Oct 24, 2024
1 parent a765c3e commit feb469b
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 4,373 deletions.
45 changes: 5 additions & 40 deletions docs/.vuepress/configs/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,26 +115,6 @@ export const sidebar: Record<string, SidebarConfig> = {
'/tutorials'
]
},
{
text: 'SDK guides',
children: [
'/tutorials/work-with-accounts.md',
// '/tutorials/accounts/create-account.md', - how-to-accounts.md
// '/tutorials/getAccountAndBalance.md', - how-to-accounts.md
// '/tutorials/create-collection-token.md', - exists in how-to-collections.md + how-to-tokens.md
// '/tutorials/accounts/integrate-creating-into-UI.md', - how-to-accounts.md
'/tutorials/nfts-how-to-create-and-tune-collection.md',
'/tutorials/nfts-how-to-mint.md',
'/tutorials/createCollectionV2',
// '/tutorials/store-files.md', - duplicate
// '/tutorials/nfts-ways-to-create.md', - duplicate
// '/tutorials/destroyCollection.md', - how-to-collections.md
// '/tutorials/burnNFT.md', - how-to-tokens.md
'/tutorials/work-with-evm-via-sdk.md',
// '/tutorials/live-nft-example.md', -> moved to SDK life nft
'/tutorials/websocket-subscriptions.md',
]
},
{
text: 'Minting guides',
children: [
Expand All @@ -158,30 +138,15 @@ export const sidebar: Record<string, SidebarConfig> = {
// '/tutorials/evm/how-to-ethereum.md', - disassembled
],
},
{
text: 'REST API',
children: [
'/tutorials/examplesREST.md',
]
},
{
text: 'GraphQL',
children: [
'/tutorials/graph-node-docker.md',
'/tutorials/subquery-indexer.md',
'/tutorials/wallet-integration.md',
'/tutorials/how-to-get-collections-tokens.md',
'/tutorials/nfts-fetching.md',
],
},
// {
// text: 'REST API',
// children: [
// ]
// },
{
text: 'How to',
children: [
// '/tutorials/createAccount.md', - how-to-accounts.md
'/tutorials/mass-transactions.md',
'/tutorials/getNFTsAndTokens.md',
'/tutorials/easy-market.md',
// '/tutorials/how-to-use-nesting-and-bundling.md', -> moved to SDK nesting
]
},
{
Expand Down
195 changes: 0 additions & 195 deletions docs/tutorials/accounts/create-account.md

This file was deleted.

74 changes: 0 additions & 74 deletions docs/tutorials/accounts/integrate-creating-into-UI.md

This file was deleted.

Loading

0 comments on commit feb469b

Please sign in to comment.