-
Notifications
You must be signed in to change notification settings - Fork 25
/
netlify.toml
135 lines (102 loc) · 3.81 KB
/
netlify.toml
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
[[redirects]]
from = "/books/*.html"
to = "/books/:splat"
[[redirects]]
from = "/a-happy-compromise-between-customization-and-cacheability-*"
to = "/blog/partials-compromise-between-customization-and-cacheability"
[[redirects]]
from = "/useful-api-errors-for-rest-graphql-and-grpc-*"
to = "/blog/creating-good-api-errors-in-rest-graphql-and-grpc"
[[redirects]]
from = "/api-versioning-has-no-right-way-*"
to = "/blog/api-versioning-has-no-right-way"
[[redirects]]
from = "/api-evolution-for-rest-http-apis-*"
to = "/blog/api-evolution-for-rest-http-apis"
[[redirects]]
from = "/common-hypermedia-patterns-with-json-hyper-schema-*"
to = "/blog/common-hypermedia-patterns-with-json-hyper-schema"
[[redirects]]
from = "/creating-api-specifications-from-bulls-t-*"
to = "/blog/creating-api-specifications-from-bulls-t"
[[redirects]]
from = "/getting-started-with-json-hyper-schema-*"
to = "/blog/getting-started-with-json-hyper-schema"
[[redirects]]
from = "/getting-started-with-json-hyper-schema-part-2-*"
to = "/blog/getting-started-with-json-hyper-schema-part-2"
[[redirects]]
from = "/govern-your-apis-with-speccy-*"
to = "/blog/govern-your-apis-with-speccy"
[[redirects]]
from = "/graphql-vs-rest-caching-*"
to = "/blog/graphql-vs-rest-caching"
[[redirects]]
from = "/graphql-vs-rest-overview-*"
to = "/blog/graphql-vs-rest-overview"
[[redirects]]
from = "/guessing-api-contracts-*"
to = "/blog/guessing-api-contracts"
[[redirects]]
from = "/health-checks-for-rest-grpc-apis-kubernetes-and-beyond-*"
to = "/blog/health-checks-with-kubernetes"
[[redirects]]
from = "/json-api-openapi-and-json-schema-working-in-harmony-*"
to = "/blog/json-api-openapi-and-json-schema"
[[redirects]]
from = "/keeping-documentation-honest-*"
to = "/blog/keeping-documentation-honest"
[[redirects]]
from = "/lets-stop-building-apis-around-a-network-hack-*"
to = "/blog/lets-stop-building-apis-around-a-network-hack"
[[redirects]]
from = "/making-the-most-of-json-api-*"
to = "/blog/making-the-most-of-json-api"
[[redirects]]
from = "/meet-the-api-community-*"
to = "/blog/meet-the-api-community"
[[redirects]]
from = "/openapi-and-json-schema-divergence-part-1-*"
to = "/blog/openapi-json-schema-divergence"
[[redirects]]
from = "/openapi-and-json-schema-divergence-part-2-*"
to = "/blog/solving-openapi-json-schema-divergence"
[[redirects]]
from = "/optimizing-for-the-speed-of-light-*"
to = "/blog/optimizing-for-the-speed-of-light"
[[redirects]]
from = "/picking-the-right-api-paradigm-*"
to = "/blog/picking-api-paradigm"
[[redirects]]
from = "/put-vs-patch-vs-json-patch-*"
to = "/blog/put-vs-patch-vs-json-patch"
[[redirects]]
from = "/remote-api-consulting-*"
to = "/blog/remote-api-consulting"
[[redirects]]
from = "/representing-state-in-rest-and-graphql-*"
to = "/blog/representing-state-in-rest-and-graphql"
[[redirects]]
from = "/speeding-up-apis-apps-smart-toasters-with-http-response-caching-*"
to = "/blog/http-client-response-caching"
[[redirects]]
from = "/*json-schema-client-side-validation*"
to = "/blog/json-schema-client-side-validation"
[[redirects]]
from = "/tricking-colleagues-into-writing-documentation-via-contract-testing-*"
to = "/blog/writing-documentation-via-contract-testing"
[[redirects]]
from = "/turning-contracts-into-beautiful-documentation-*"
to = "/blog/turning-contracts-into-beautiful-documentation"
[[redirects]]
from = "/understanding-rpc-rest-and-graphql-*"
to = "/blog/understanding-rpc-rest-and-graphql"
[[redirects]]
from = "/what-is-api-rate-limiting-all-about-*"
to = "/blog/what-is-api-rate-limiting-about"
[[redirects]]
from = "/why-do-people-dislike-json-*"
to = "/blog/why-some-people-dislike-json"
[[redirects]]
from = "/you-might-not-need-graphql-*"
to = "/blog/you-might-not-need-graphql"