forked from neonevm/neon-evm.docs
-
Notifications
You must be signed in to change notification settings - Fork 9
/
linkcheck.config.json
82 lines (82 loc) · 1.99 KB
/
linkcheck.config.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
{
"ignorePatterns": [
{
"pattern": "^(?!\\b(http|https)\\b.*$).*"
},
{
"pattern": "^http://localhost"
},
{
"pattern": "^https://devnet.neonevm.org"
},
{
"pattern": "^https://testnet.neonevm.org"
},
{
"pattern": "^https://mainnet.neonevm.org"
},
{
"pattern": "^https://support.ledger.com/hc/en-us/articles/"
},
{
"pattern": "^https://support.metamask.io/hc/en-us/articles/"
},
{
"pattern": "^https://ipfs.neonevm.org"
},
{
"pattern": "^https://thegraph.neonevm.org/subgraphs/name/{YOUR_SUBGRAPH_SLUG}/graphql "
},
{
"pattern": "^https://thegraph.neonevm.org/deploy"
},
{
"pattern": "^https://ch2-graph.neontest.xyz/subgraphs/name/{YOUR_SUBGRAPH_SLUG>}/graphql"
},
{
"pattern": "^https://ch-ipfs.neontest.xyz"
},
{
"pattern": "^https://ch2-graph.neontest.xyz/deploy/"
},
{
"pattern": "^https://ch2-graph.neontest.xyz/subgraphs/name/{YOUR_SUBGRAPH_SLUG}/graphql"
},
{
"pattern": "^https://thegraph.neonevm.org/index-node/graphql"
},
{
"pattern": "^https://solscan.io/"
},
{
"pattern": "^https://docs.api3.org/explore/*"
},
{
"pattern": "^https://thegraph.neonevm.org/*"
},
{
"pattern": "^https://api.devnet.solana.com"
},
{
"pattern": "^https://api.testnet.solana.com/"
},
{
"pattern": "https://medium.com/neon-labs/the-graph-on-neon-evm-enabling-efficient-on-chain-dapp-data-querying-d5c73e3c6bb1"
},
{
"pattern": "https://medium.com/neon-labs/neon-proxy-tracing-api-fdb3842a80fa"
},
{
"pattern": "https://neonlabsorg.medium.com/neon-web3-proxy-facilitating-seamless-transactions-on-neon-evm-b33c2041aa08"
},
{
"pattern": "https://squads.medium.com/squads-101-the-two-types-of-squads-34b67d1a6641"
},
{
"pattern": "^https://phantom.app"
}
],
"aliveStatusCodes": [
200, 206
]
}