Skip to content

Commit 1b0dc22

Browse files
authored
DOCSP-28835: Added links for C and C++ driver pages (#865)
1 parent 26c457e commit 1b0dc22

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

source/c.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,18 @@ or set up a runnable project by following our tutorial.
2525

2626
- `Usage Guide <https://mongoc.org/libmongoc/current/index.html>`__
2727

28+
- `MongoDB Developer Center <https://www.mongodb.com/developer/languages/c/>`__
29+
2830
- `API Reference <https://mongoc.org/libmongoc/current/api.html>`_
2931

3032
- `Changelog <https://github.com/mongodb/mongo-c-driver/releases>`__
3133

3234
- `Source Code <https://github.com/mongodb/mongo-c-driver>`__
3335

36+
- `Examples <https://github.com/mongodb/mongo-c-driver/tree/master/src/libmongoc/examples>`__
37+
38+
- `Additional BSON Examples <https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson/examples>`__
39+
3440

3541
Installation
3642
------------

source/cxx.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,16 @@ or set up a runnable project by following our tutorial.
2525

2626
- `Usage Guide <https://mongocxx.org/mongocxx-v3/>`__
2727

28+
- `MongoDB Developer Center <https://www.mongodb.com/developer/languages/cpp/>`__
29+
2830
- `API Reference <https://mongocxx.org/api/current/>`_
2931

3032
- `Changelog <https://github.com/mongodb/mongo-cxx-driver/releases>`__
3133

3234
- `Source Code <https://github.com/mongodb/mongo-cxx-driver/>`__
3335

36+
- `Examples <https://github.com/mongodb/mongo-cxx-driver/tree/master/examples>`__
37+
3438

3539
Installation
3640
------------

0 commit comments

Comments
 (0)