We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec47659 commit d999a26Copy full SHA for d999a26
source/images/icons/java-dark.svg
source/images/icons/node-dark.svg
source/images/icons/rust-dark.svg
source/includes/docs-toc.rst
@@ -47,6 +47,7 @@
47
:headline: Java
48
:url: https://www.mongodb.com/docs/languages/java/
49
:icon: /images/icons/java.svg
50
+ :icon-dark: /images/icons/java-dark.svg
51
:icon-alt: Java Driver icon
52
53
.. card::
@@ -59,6 +60,7 @@
59
60
:headline: Node.js
61
:url: https://www.mongodb.com/docs/languages/javascript/
62
:icon: /images/icons/node.svg
63
+ :icon-dark: /images/icons/node-dark.svg
64
:icon-alt: Node Driver icon
65
66
@@ -83,6 +85,7 @@
83
85
:headline: Rust
84
86
:url: https://www.mongodb.com/docs/languages/rust/
87
:icon: /images/icons/rust.svg
88
+ :icon-dark: /images/icons/rust-dark.svg
89
:icon-alt: Rust Driver icon
90
91
0 commit comments