We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01940bd commit 4fc6850Copy full SHA for 4fc6850
src/components/data/features.js
@@ -173,9 +173,9 @@ export const features = [
173
note: ''
174
},
175
js: {
176
- status: NO,
177
- docsLink: ``,
178
- note: FEATURE_REQUEST
+ status: YES,
+ docsLink: `[docs](${baseUrl}/js/guides/resilience)`,
+ note: ''
179
}
180
181
{
@@ -187,9 +187,9 @@ export const features = [
187
188
189
190
191
192
+ docsLink: `[docs](${baseUrl}/js/features/connectivity/destination-cache)`,
193
194
195
0 commit comments