@@ -18,16 +18,41 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target
18
18
- [ Documentation] ( ./android.mdx ) on how to connect your application.
19
19
- <a href = " https://github.com/configcat/android-sdk" target = " _blank" >GitHub repository of the ConfigCat Android (Java) SDK.</a >
20
20
21
+ ## Browser (JavaScript)
22
+
23
+ - [ Documentation] ( ./js/browser.mdx ) on how to connect your application.
24
+ - <a href = " https://github.com/configcat/js-unified-sdk" target = " _blank" >GitHub repository of the ConfigCat SDK for JavaScript.</a >
25
+
26
+ ## Bun
27
+
28
+ - [ Documentation] ( ./js/bun.mdx ) on how to connect your application.
29
+ - <a href = " https://github.com/configcat/js-unified-sdk" target = " _blank" >GitHub repository of the ConfigCat SDK for JavaScript.</a >
30
+
21
31
## C++
22
32
23
33
- [ Documentation] ( ./cpp.mdx ) on how to connect your application.
24
34
- <a href = " https://github.com/configcat/cpp-sdk" target = " _blank" >GitHub repository of the ConfigCat C++ SDK.</a >
25
35
36
+ ## Chromium Extension
37
+
38
+ - [ Documentation] ( ./js/chromium-extension.mdx ) on how to connect your application.
39
+ - <a href = " https://github.com/configcat/js-unified-sdk" target = " _blank" >GitHub repository of the ConfigCat SDK for JavaScript.</a >
40
+
41
+ ## Cloudflare Worker
42
+
43
+ - [ Documentation] ( ./js/cloudflare-worker.mdx ) on how to connect your application.
44
+ - <a href = " https://github.com/configcat/js-unified-sdk" target = " _blank" >GitHub repository of the ConfigCat SDK for JavaScript.</a >
45
+
26
46
## Dart (Flutter)
27
47
28
48
- [ Documentation] ( ./dart.mdx ) on how to connect your application.
29
49
- <a href = " https://github.com/configcat/dart-sdk" target = " _blank" >GitHub repository of the ConfigCat Dart (Flutter) SDK.</a >
30
50
51
+ ## Deno
52
+
53
+ - [ Documentation] ( ./js/deno.mdx ) on how to connect your application.
54
+ - <a href = " https://github.com/configcat/js-unified-sdk" target = " _blank" >GitHub repository of the ConfigCat SDK for JavaScript.</a >
55
+
31
56
## Elixir
32
57
33
58
- [ Documentation] ( ./elixir.mdx ) on how to connect your application.
@@ -43,44 +68,15 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target
43
68
- [ Documentation] ( ./java.mdx ) on how to connect your application.
44
69
- <a href = " https://github.com/configcat/java-sdk" target = " _blank" >GitHub repository of the ConfigCat Java SDK.</a >
45
70
46
- ## JavaScript
47
-
48
- - [ Documentation] ( ./js.mdx ) on how to connect your application.
49
- - <a href = " https://github.com/configcat/js-sdk" target = " _blank" >GitHub repository of the ConfigCat JavaScript SDK.</a >
50
-
51
- ## JavaScript (Deno) - Community maintained
52
-
53
- - [ Documentation] ( ./community/deno.mdx ) on how to connect your application.
54
- - <a href = " https://github.com/sigewuzhere/configcat-deno" target = " _blank" >GitHub repository of the ConfigCat Deno SDK.</a >
55
-
56
- ## JavaScript (Vue.js) - Community maintained
57
-
58
- - [ Documentation] ( ./community/vue.mdx ) on how to connect your application.
59
- - <a href = " https://github.com/codedbychavez/configcat-vue" target = " _blank" >GitHub repository of the ConfigCat Vue.js SDK.</a >
60
-
61
- ## JavaScript (React)
62
-
63
- - [ Documentation] ( ./react.mdx ) on how to connect your application.
64
- - <a href = " https://github.com/configcat/react-sdk" target = " _blank" >GitHub repository of the ConfigCat React SDK.</a >
65
-
66
- ## JavaScript (Server-Side Rendered apps)
67
-
68
- - [ Documentation] ( ./js-ssr.mdx ) on how to connect your application.
69
- - <a href = " https://github.com/configcat/js-ssr-sdk" target = " _blank" >GitHub repository of the ConfigCat JS SSR SDK.</a >
70
-
71
- ## JavaScript (Chromium Extension)
72
-
73
- - <a href = " https://github.com/configcat/js-chromium-extension-sdk" target = " _blank" >GitHub repository of the ConfigCat Chromium Extension SDK.</a >
74
-
75
71
## Kotlin Multiplatform
76
72
77
73
- [ Documentation] ( ./kotlin.mdx ) on how to connect your application.
78
74
- <a href = " https://github.com/configcat/kotlin-sdk" target = " _blank" >GitHub repository of the ConfigCat Kotlin Multiplatform SDK.</a >
79
75
80
76
## Node.js
81
77
82
- - [ Documentation] ( ./node.mdx ) on how to connect your application.
83
- - <a href = " https://github.com/configcat/node- sdk" target = " _blank" >GitHub repository of the ConfigCat Node SDK.</a >
78
+ - [ Documentation] ( ./js/ node.mdx ) on how to connect your application.
79
+ - <a href = " https://github.com/configcat/js-unified- sdk" target = " _blank" >GitHub repository of the ConfigCat SDK for JavaScript .</a >
84
80
85
81
## PHP
86
82
@@ -97,6 +93,11 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target
97
93
- [ Documentation] ( ./python.mdx ) on how to connect your application.
98
94
- <a href = " https://github.com/configcat/python-sdk" target = " _blank" >GitHub repository of the ConfigCat Python SDK.</a >
99
95
96
+ ## React
97
+
98
+ - [ Documentation] ( ./react.mdx ) on how to connect your application.
99
+ - <a href = " https://github.com/configcat/react-sdk" target = " _blank" >GitHub repository of the ConfigCat React SDK.</a >
100
+
100
101
## Ruby
101
102
102
103
- [ Documentation] ( ./ruby.mdx ) on how to connect your application.
@@ -121,3 +122,8 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target
121
122
122
123
- [ Documentation] ( ./unreal.mdx ) on how to connect your application.
123
124
- <a href = " https://github.com/configcat/unreal-engine-sdk" target = " _blank" >GitHub repository of the ConfigCat Unreal Engine SDK.</a >
125
+
126
+ ## Vue.js - Community maintained
127
+
128
+ - [ Documentation] ( ./community/vue.mdx ) on how to connect your application.
129
+ - <a href = " https://github.com/codedbychavez/configcat-vue" target = " _blank" >GitHub repository of the ConfigCat Vue.js SDK.</a >
0 commit comments