Skip to content

Commit 4fc6850

Browse files
authored
[js] Update feature scope (#2023)
1 parent 01940bd commit 4fc6850

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/data/features.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ export const features = [
173173
note: ''
174174
},
175175
js: {
176-
status: NO,
177-
docsLink: ``,
178-
note: FEATURE_REQUEST
176+
status: YES,
177+
docsLink: `[docs](${baseUrl}/js/guides/resilience)`,
178+
note: ''
179179
}
180180
},
181181
{
@@ -187,9 +187,9 @@ export const features = [
187187
note: ''
188188
},
189189
js: {
190-
status: NO,
191-
docsLink: ``,
192-
note: FEATURE_REQUEST
190+
status: YES,
191+
docsLink: `[docs](${baseUrl}/js/features/connectivity/destination-cache)`,
192+
note: ''
193193
}
194194
},
195195
{

0 commit comments

Comments
 (0)