Skip to content

Commit 0de00d7

Browse files
authored
DOCSP-38520-Create-CPP-Language-Landing-Page (#170)
* DOCSP-38520-Create-CPP-Language-Landing-Page * Adding link to C++ drivers * Renaming language file to match others. * Adding Drivers and More ways to learn sections. Modified URLs to more appropriate destinations. * Updating links per feedback. * Typo fix * Typo fix and updating icon links to correct directory. * Targeting correct icon files. * Adjusting columns to avoid card spanning entire width of page * Adjusting columns for consistent card width * Reverting back to 2 column width for Drivers card. * Changing single driver card to link. * Removing incorrect image. * Adding correct image.
1 parent 076a371 commit 0de00d7

File tree

2 files changed

+100
-0
lines changed

2 files changed

+100
-0
lines changed

source/images/Cpp.svg

Lines changed: 43 additions & 0 deletions
Loading

source/languages/cpp-language.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
:template: product-landing
2+
:pl-max-width-paragraphs:
3+
:noprevnext:
4+
5+
================
6+
MongoDB with C++
7+
================
8+
9+
.. default-domain:: mongodb
10+
11+
.. introduction::
12+
13+
Build engines, games, GUI-based applications, and more in `MongoDB’s Atlas cloud database <https://www.mongodb.com/docs/atlas/>`__ with the support of MongoDB’s C++ driver.
14+
15+
.. button:: Get started with MongoDB C++
16+
:uri: https://www.mongodb.com/developer/products/mongodb/getting-started-mongodb-cpp/
17+
18+
.. image:: /images/Cpp.svg
19+
:alt: C++ landing page hero image
20+
21+
Drivers
22+
-------
23+
24+
A high-level API for working with MongoDB databases consistent with other MongoDB language drivers.
25+
26+
`C++ Driver Documentation → <https://www.mongodb.com/docs/languages/cpp/cpp-driver/current/>`__
27+
28+
More ways to learn
29+
------------------
30+
31+
.. card-group::
32+
:columns: 3
33+
:style: large-icon
34+
35+
.. card::
36+
:headline: View C++ developer resources
37+
:url: https://www.mongodb.com/developer/languages/cpp/
38+
:icon: /images/technical-mdb-devhub.svg
39+
:icon-alt: DevHub icon
40+
41+
C++ Resources →
42+
43+
.. card::
44+
:headline: Take the Getting Started with C++ course
45+
:url: https://learn.mongodb.com/courses/mongodb-cpp-driver
46+
:icon: /images/icons/university.svg
47+
:icon-alt: Learn icon
48+
49+
C++ Developer Path →
50+
51+
.. card::
52+
:headline: Join forums and discussions
53+
:url: https://www.mongodb.com/community/
54+
:icon: /images/general-content-community.svg
55+
:icon-alt: Community icon
56+
57+
MongoDB Community →

0 commit comments

Comments
 (0)