forked from express-rate-limit/express-rate-limit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
94 lines (93 loc) · 2.89 KB
/
mint.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
{
"$schema": "https://mintlify.com/schema.json",
"name": "express-rate-limit",
"favicon": "docs/express-rate-limit-favicon.png",
"colors": {
"primary": "#9563FF",
"light": "#AE87FF",
"dark": "#0D001D",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#FF7F57",
"to": "#9563FF"
}
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/express-rate-limit/express-rate-limit"
},
"navigation": [
{
"group": "",
"pages": ["docs/introduction"]
},
{
"group": "Get Started",
"pages": [
"docs/get_started/installation",
"docs/get_started/usage",
"docs/get_started/configuration",
"docs/get_started/error_codes"
]
},
{
"group": "Guides",
"pages": [
"docs/guides/troubleshooting",
"docs/guides/creating_a_store",
"docs/guides/contributing"
]
}
],
"footerSocials": {
"github": "https://github.com/express-rate-limit/express-rate-limit"
},
"redirects": [
{
"source": "/docs/get_started/error_codes#err_erl_undefined_ip_address",
"destination": "/docs/get_started/error_codes#err-erl-undefined-ip-address"
},
{
"source": "/docs/get_started/error_codes#err_erl_invalid_ip_address",
"destination": "/docs/get_started/error_codes#err-erl-invalid-ip-address"
},
{
"source": "/docs/get_started/error_codes#err_erl_permissive_trust_proxy",
"destination": "/docs/get_started/error_codes#err-erl-permissive-trust-proxy"
},
{
"source": "/docs/get_started/error_codes#err_erl_unexpected_x_forwarded_for",
"destination": "/docs/get_started/error_codes#err-erl-unexpected-x-forwarded-for"
},
{
"source": "/docs/get_started/error_codes#err_erl_invalid_hits",
"destination": "/docs/get_started/error_codes#err-erl-invalid-hits"
},
{
"source": "/docs/get_started/error_codes#err_erl_double_count",
"destination": "/docs/get_started/error_codes#err-erl-double-count"
},
{
"source": "/docs/get_started/error_codes#err_erl_headers_no_reset",
"destination": "/docs/get_started/error_codes#err-erl-headers-no-reset"
},
{
"source": "/docs/get_started/error_codes#err_erl_unknown_validation",
"destination": "/docs/get_started/error_codes#err-erl-unknown-validation"
},
{
"source": "/docs/get_started/error_codes#wrn_erl_max_zero",
"destination": "/docs/get_started/error_codes#wrn-erl-max-zero"
},
{
"source": "/docs/get_started/error_codes#wrn_erl_deprecated_on_limit_reached",
"destination": "/docs/get_started/error_codes#wrn-erl-deprecated-on-limit-reached"
},
{
"source": "/docs/get_started/error_codes#wrn_erl_deprecated_draft_polli_headers",
"destination": "/docs/get_started/error_codes#wrn-erl-deprecated-draft-polli-headers"
}
]
}