forked from smartcontractkit/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirebase.json
110 lines (110 loc) · 3.33 KB
/
firebase.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
{
"hosting": {
"public": "_site",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"redirects": [
/* Keep these redirects in place as they are high traffic */
/* They must stay AS-IS */
{
"source": "/docs/",
"destination": "/",
"type": 301
},
{
"source": "/docs",
"destination": "/",
"type": 301
},
{
"source": "/docs/getting-started/",
"destination": "/",
"type": 301
},
{
"source": "/docs/getting-started",
"destination": "/",
"type": 301
},
{
"source": "/docs/chainlink-keeper-network/",
"destination": "/docs/chainlink-keepers/introduction/",
"type": 301
},
{
"source": "/docs/kovan-keeper-network-beta/",
"destination": "/docs/chainlink-keepers/introduction/",
"type": 301
},
{
"source": "/docs/adapters/",
"destination": "/docs/core-adapters/",
"type": 301
},
{
"source": "/docs/adapters",
"destination": "/docs/core-adapters/",
"type": 301
},
{
"source": "/docs/watchsignals/",
"destination": "https://market.link/data-providers/f76be519-e41e-48a0-9430-47319eda0f43",
"type": 301
},
{
"source": "/docs/genesis-volatility/",
"destination": "https://market.link/data-providers/9a9dfca2-6a47-4d12-a095-2224beec8c41",
"type": 301
},
{
"source": "/docs/dxfeed-oracle/",
"destination": "https://market.link/data-providers/eb5c92a8-6093-4657-9a68-a6d10719946e",
"type": 301
},
{
"source": "/docs/finage-global-market-data-oracle/",
"destination": "https://market.link/data-providers/c5c21570-04cb-480b-a4c4-5254b86251ee",
"type": 301
},
{
"source": "/docs/tiingo-eod-stock-price-oracle/",
"destination": "https://market.link/data-providers/f6564cff-68a8-49f0-92b4-17f5cd76b178",
"type": 301
},
{
"source": "/docs/ciphertrace-defi-compli-oracle/",
"destination": "https://market.link/data-providers/57a9cf23-fc11-45e7-ba5b-18975e4562cf",
"type": 301
},
{
"source": "/docs/geodb-oracle-node/",
"destination": "https://market.link/data-providers/929200a7-c4e8-47b2-a13d-06798716bb93",
"type": 301
},
{
"source": "/docs/prospectnow-data-oracle/",
"destination": "https://market.link/data-providers/804f9733-09d4-4a3f-8e16-9477b7e4fd18",
"type": 301
},
{
"source": "/docs/smartzip-awm-oracle/",
"destination": "https://market.link/data-providers/7c5a6a8c-5008-4f5f-8914-6264f45bff61",
"type": 301
},
{
"source": "/docs/bookmaker-ratings-oracle/",
"destination": "https://market.link/data-providers/3620ffd3-d6be-4ede-961c-9f9fd91a5b84",
"type": 301
},
{
"source": "/docs/sport-monks-oracle/",
"destination": "https://market.link/data-providers/fa1019e0-e0bc-4538-8b7a-3f490d28423b",
"type": 301
},
{
"source": "/docs/therundown-oracle-node/",
"destination": "https://market.link/data-providers/098c3c5e-811d-4b8a-b2e3-d1806909c7d7",
"type": 301
}
]
}
}