Skip to content

Commit 8cad833

Browse files
authored
Add metadata documentation (#190)
* Fix links and remove duplicated docs * add metadata docs
1 parent 07b332f commit 8cad833

49 files changed

Lines changed: 350 additions & 961 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/.vuepress/configs/sidebar.ts

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,16 @@ export const sidebar: Record<string, SidebarConfig> = {
6161
"/build/sdk/v2/balances.md",
6262
"/build/sdk/v2/collections.md",
6363
"/build/sdk/v2/tokens.md",
64+
{
65+
text: "Unique Metadata Format",
66+
link: "/build/sdk/v2/metadata.md",
67+
collapsible: true,
68+
children: [
69+
"/build/sdk/v2/metadata.md",
70+
"/build/sdk/v2/metadata-reference.md",
71+
],
72+
},
6473
"/build/sdk/v2/sponsoring.md",
65-
"/build/sdk/v2/mass-transactions.md",
6674
"/build/sdk/v2/indexer.md",
6775
"/build/sdk/v2/evm.md",
6876
"/build/sdk/v2/advanced-usage.md",
@@ -105,7 +113,8 @@ export const sidebar: Record<string, SidebarConfig> = {
105113
{
106114
text: "Tutorials",
107115
children: [
108-
"/build/sdk/v2/dapps.md",
116+
"/build/guides/dapps.md",
117+
"/build/guides/mass-transactions.md",
109118
{
110119
text: "Minting NFTs",
111120
link: "/build/guides/minting/main.md",
@@ -155,10 +164,6 @@ export const sidebar: Record<string, SidebarConfig> = {
155164
"/reference/blockchain/events.md",
156165
],
157166
},
158-
{
159-
text: "Metadata",
160-
children: ["/reference/schemas"],
161-
},
162167
],
163168
},
164169
};
File renamed without changes.

docs/build/sdk/v2/mass-transactions.md

Lines changed: 0 additions & 75 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unique Metadata Format
1+
# Unique Metadata Format: reference
22

33
## Overview
44

0 commit comments

Comments
 (0)