-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
117 lines (117 loc) · 3.46 KB
/
Copy pathdocs.json
File metadata and controls
117 lines (117 loc) · 3.46 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"$schema": "https://mintlify.com/schema.json",
"name": "Compact by Example",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0066FF",
"light": "#3385FF",
"dark": "#0A0A0A"
},
"theme": "mint",
"font": {
"headings": {
"family": "Outfit"
},
"body": {
"family": "Outfit"
}
},
"contextual": {
"options": [
"copy",
"chatgpt",
"claude",
{
"title": "Suggest Edit",
"description": "Improve this page on GitHub",
"icon": "github",
"iconType": "brands",
"href": "https://github.com/Olanetsoft/compact-by-example/edit/main/$path"
}
]
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/Olanetsoft/compact-by-example"
},
{
"name": "Midnight Network",
"url": "https://midnight.network"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://midnight.network"
},
"navigation": {
"groups": [
{
"group": "Getting Started",
"pages": ["index", "setup"]
},
{
"group": "Basics",
"pages": [
"basics/hello-world",
"basics/first-app",
"basics/primitive-types",
"basics/mappings",
"basics/overflow-protection",
"basics/access-control",
"basics/transfer",
"basics/approval",
"basics/allowance",
"basics/minting",
"basics/burning"
]
},
{
"group": "Applications",
"pages": [
"applications/erc20-token",
"applications/erc721-nft",
"applications/erc1155-multitoken"
]
}
]
},
"footerSocials": {
"github": "https://github.com/Olanetsoft/compact-by-example",
"x": "https://x.com/MidnightNtwrk",
"discord": "https://discord.com/invite/midnightnetwork",
"linkedin": "https://www.linkedin.com/showcase/midnight-ntwrk/",
"youtube": "https://www.youtube.com/channel/UCy3oZ64F3FOtjZ5sZGQNgkA"
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true,
"thumbsRating": true
},
"seo": {
"indexing": "all",
"metatags": {
"canonical": "https://compact-by-example.org",
"description": "Practical code examples for Midnight's Compact language. Build zero-knowledge smart contracts and privacy-preserving DApps on Midnight Network.",
"keywords": "Compact language, Midnight Network, zero-knowledge proofs, privacy blockchain, smart contracts, ZK circuits, DApp development, Compact tutorial, blockchain programming",
"author": "Compact by Example",
"language": "en",
"distribution": "global",
"category": "Technology",
"theme-color": "#0066FF",
"og:type": "website",
"og:site_name": "Compact by Example",
"og:title": "Compact by Example - Learn Midnight's Smart Contract Language",
"og:description": "Master Compact language with hands-on examples. Build privacy-preserving smart contracts on Midnight Network.",
"og:image": "https://compact-by-example.org/images/og-image.png",
"twitter:card": "summary_large_image",
"twitter:title": "Compact by Example - Learn Midnight's Smart Contract Language",
"twitter:description": "Master Compact language with hands-on examples for Midnight Network development",
"twitter:image": "https://compact-by-example.org/images/og-image.png"
}
}
}