Skip to content

Commit 17415e6

Browse files
caesarbellCaesar BellChris Cho
authored
🎉 adds new cards and value along with additional section in the txt file (#864)
* 🎉 adds new cards and value along with additional section in the txt file * DOP-3375 changed card-group layout for driver index * Update source/index.txt Co-authored-by: Chris Cho <[email protected]> --------- Co-authored-by: Caesar Bell <[email protected]> Co-authored-by: Chris Cho <[email protected]>
1 parent 289e994 commit 17415e6

File tree

1 file changed

+111
-2
lines changed

1 file changed

+111
-2
lines changed

source/index.txt

Lines changed: 111 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,118 @@ Connect your application to your database with one of our official libraries.
1212

1313
The following libraries are officially supported by MongoDB. They are actively maintained, support new MongoDB features, and receive bug fixes, performance enhancements, and security patches.
1414

15-
.. drivers-index-tiles::
15+
.. card-group::
16+
:columns: 3
17+
:layout: default
18+
:type: drivers
19+
20+
.. card::
21+
:headline: C
22+
:url: /c/
23+
:icon: /images/icons/c.svg
24+
:icon-alt: C Driver icon
25+
26+
.. card::
27+
:headline: C++
28+
:url: /cxx/
29+
:icon: /images/icons/c++.svg
30+
:icon-alt: C plus plus Driver icon
31+
32+
.. card::
33+
:headline: C#
34+
:url: /csharp/
35+
:icon: /images/icons/csharp.svg
36+
:icon-alt: C sharp Driver icon
37+
38+
.. card::
39+
:headline: Go
40+
:url: https://www.mongodb.com/docs/drivers/go/current/
41+
:icon: /images/icons/go.svg
42+
:icon-alt: Go Driver icon
43+
44+
.. card::
45+
:headline: Java
46+
:url: /java-drivers/
47+
:icon: /images/icons/java.svg
48+
:icon-alt: Java Driver icon
49+
50+
.. card::
51+
:headline: Node.js
52+
:url: https://www.mongodb.com/docs/drivers/node/current/
53+
:icon: /images/icons/node.svg
54+
:icon-alt: Node Driver icon
55+
56+
.. card::
57+
:headline: PHP
58+
:url: /php/
59+
:icon: /images/icons/php.svg
60+
:icon-alt: PHP Driver icon
61+
62+
.. card::
63+
:headline: Python
64+
:url: /python/
65+
:icon: /images/icons/python.svg
66+
:icon-alt: Python Driver icon
67+
68+
.. card::
69+
:headline: Ruby
70+
:url: https://www.mongodb.com/docs/ruby-driver/current/
71+
:icon: /images/icons/ruby.svg
72+
:icon-alt: Ruby Driver icon
73+
74+
.. card::
75+
:headline: Rust
76+
:url: /rust/
77+
:icon: /images/icons/rust.svg
78+
:icon-alt: Rust Driver icon
79+
80+
.. card::
81+
:headline: Scala
82+
:url: /scala/
83+
:icon: /images/icons/scala.svg
84+
:icon-alt: Scala Driver icon
85+
86+
.. card::
87+
:headline: Swift
88+
:url: /swift/
89+
:icon: /images/icons/swift.svg
90+
:icon-alt: Swift Driver icon
91+
92+
.. card::
93+
:headline: TypeScript
94+
:url: /typescript/
95+
:icon: /images/icons/ts.svg
96+
:icon-alt: TypeScript Driver icon
97+
98+
99+
Featured Community Supported Libraries
100+
-----------------------------------------
101+
102+
.. card-group::
103+
:columns: 3
104+
:layout: carousel
105+
:type: drivers
106+
107+
.. card::
108+
:cta: Elixir
109+
:url: https://github.com/zookzook/elixir-mongodb-driver
110+
:icon: /images/icons/elixir.svg
111+
:icon-alt: Elixir icon
112+
113+
.. card::
114+
:cta: Kotlin
115+
:url: https://github.com/Litote/kmongo
116+
:icon: /images/icons/kotlin.svg
117+
:icon-alt: Kotlin icon
118+
119+
.. card::
120+
:cta: R
121+
:url: https://cran.r-project.org/web/packages/mongolite/
122+
:icon: /images/icons/r.svg
123+
:icon-alt: R icon
124+
125+
Don’t see your desired language? Browse more `community supported libraries <https://github.com/ramnes/awesome-mongodb>`_
16126

17-
Don’t see your desired language? Browse a list of :doc:`community supported libraries </community-supported-drivers>`.
18127

19128
.. toctree::
20129

0 commit comments

Comments
 (0)