-
Notifications
You must be signed in to change notification settings - Fork 6
/
sidebars.js
69 lines (69 loc) · 1.72 KB
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// use this to add things to the sidebar following the syntax below
module.exports = {
docs: [
'chainsafe-gaming',
{
type: 'category',
label: 'SDK Documentation',
collapsed: false,
items: [
'v2.6/getting-started',
{
type: 'category',
label: 'Choose Your Wallet',
items: [
'v2.6/choose-your-wallet',
'v2.6/metamask',
'v2.6/reown',
'v2.6/web3auth',
'v2.6/hyperplay',
],
},
'v2.6/setting-up-an-rpc-node',
'v2.6/login-process',
'v2.6/abi-to-csharp-converter',
'v2.6/chain-switching',
'v2.6/blockchain-events',
'v2.6/mud',
'v2.6/sample-scripts-and-chain-interactions',
{
type: 'category',
label: 'Packages & Extensions',
items: [
'v2.6/service-adapters',
'v2.6/gasless-transactions-using-gelato',
'v2.6/ramp',
'v2.6/lootboxes',
'v2.6/extending-the-sdk',
'v2.6/extending-ui',
],
},
{
type: 'category',
label: 'Game Examples',
items: ['v2.6/block-racers-game', 'v2.6/block-blasterz-game'],
},
'v2.6/faq',
],
},
{
type: 'category',
label: 'NFT Launchpad',
items: [
'nft_launchpad/introduction',
'nft_launchpad/details',
'nft_launchpad/tutorial',
'token-api/docs/tokenapi',
],
},
{
type: 'category',
label: 'Marketplace',
items: [
'nft_marketplace/introduction',
'nft_marketplace/tutorial',
'marketplace-api/docs/marketplaceapi',
],
},
],
}