forked from hirosystems/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
155 lines (155 loc) · 4.4 KB
/
vercel.json
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"cleanUrls": true,
"redirects": [
{
"source": "/clarinet/introduction",
"destination": "https://docs.hiro.so/clarinet",
"permanent": false
},
{
"source": "/clarinet/how-to-guides/how-to-set-up-local-development-environment",
"destination": "https://docs.hiro.so/clarinet/guides/how-to-set-up-local-development-environment",
"permanent": false
},
{
"source": "/clarinet/feature-guides/test-contract-with-clarinet-sdk",
"destination": "https://docs.hiro.so/clarinet/guides/test-contract-with-clarinet-sdk",
"permanent": false
},
{
"source": "/chainhook/how-to-guides/how-to-use-chainhooks-with-bitcoin",
"destination": "https://docs.hiro.so/chainhook/guides/chainhooks-with-bitcoin",
"permanent": false
},
{
"source": "/smart-contracts/clarinet",
"destination": "https://docs.hiro.so/clarinet",
"permanent": false
},
{
"source": "/platform/archive-project",
"destination": "https://docs.hiro.so/platform/guides/archive-project",
"permanent": false
},
{
"source": "/platform/create-project",
"destination": "https://docs.hiro.so/platform/guides/create-project",
"permanent": false
},
{
"source": "/platform/deploy-project",
"destination": "https://docs.hiro.so/platform/guides/deploy-project",
"permanent": false
},
{
"source": "/platform/faucet",
"destination": "https://docs.hiro.so/platform/guides/faucet",
"permanent": false
},
{
"source": "/platform/build-contract",
"destination": "https://docs.hiro.so/platform/guides/build-contract",
"permanent": false
},
{
"source": "/clarinet/feature-guides/clarinet-js-sdk",
"destination": "https://docs.hiro.so/clarinet/guides/clarinet-js-sdk",
"permanent": false
},
{
"source": "/ordhook/how-to-guides/how-to-stream-ordinal-activities",
"destination": "https://docs.hiro.so/ordhook/guides/stream-ordinal-activities",
"permanent": false
},
{
"source": "/chainhooks",
"destination": "https://docs.hiro.so/chainhook",
"permanent": false
},
{
"source": "/intro",
"destination": "/",
"permanent": false
},
{
"source": "/build-apps/overview",
"destination": "https://docs.hiro.so/build-apps",
"permanent": true
},
{
"source": "/chainhook/overview",
"destination": "https://docs.hiro.so/chainhook",
"permanent": true
},
{
"source": "/clarinet/overview",
"destination": "https://docs.hiro.so/clarinet",
"permanent": true
},
{
"source": "/example-apps/overview",
"destination": "https://docs.hiro.so/example-apps",
"permanent": true
},
{
"source": "/explorer/overview",
"destination": "https://docs.hiro.so/explorer",
"permanent": true
},
{
"source": "/hiro-archive/overview",
"destination": "https://docs.hiro.so/hiro-archive",
"permanent": true
},
{
"source": "/ordhook/overview",
"destination": "https://docs.hiro.so/ordhook",
"permanent": true
},
{
"source": "/ordinals-api/overview",
"destination": "https://docs.hiro.so/ordinals-api",
"permanent": true
},
{
"source": "/ordinals-explorer/overview",
"destination": "https://docs.hiro.so/ordinals-explorer",
"permanent": true
},
{
"source": "/platform/overview",
"destination": "https://docs.hiro.so/platform",
"permanent": true
},
{
"source": "/stacks-blockchain-api/overview",
"destination": "https://docs.hiro.so/stacks-blockchain-api",
"permanent": true
},
{
"source": "/stacks.js/overview",
"destination": "https://docs.hiro.so/stacks.js",
"permanent": true
},
{
"source": "/subnets/overview",
"destination": "https://docs.hiro.so/subnets",
"permanent": true
},
{
"source": "/token-metadata-api/overview",
"destination": "https://docs.hiro.so/token-metadata-api",
"permanent": true
},
{
"source": "/tutorials/overview",
"destination": "https://docs.hiro.so/tutorials",
"permanent": true
},
{
"source": "/stacks.js/getting-started",
"destination": "https://docs.hiro.so/stacks.js/learn-the-basics",
"permanent": false
}
]
}