@@ -8,13 +8,18 @@ MongoDB C Driver
8
8
:name: programming_language
9
9
:values: c
10
10
11
-
12
11
.. facet::
13
12
:name: genre
14
- :values: reference
13
+ :values: reference
15
14
16
15
.. meta::
17
- :keywords: libbson, libmongoc
16
+ :keywords: code example, get started, sample app
17
+
18
+ .. contents:: On this page
19
+ :local:
20
+ :backlinks: none
21
+ :depth: 1
22
+ :class: twocols
18
23
19
24
.. toctree::
20
25
:titlesonly:
@@ -26,7 +31,55 @@ MongoDB C Driver
26
31
Introduction
27
32
------------
28
33
29
- Welcome to the documentation site for the official MongoDB C driver. You can
30
- add the driver to your application to work with MongoDB in C. Download the required
31
- libraries, ``libmongoc`` and ``libbson``, by following the instructions on :ref:`installing`
32
- or set up a runnable project by following our :ref:`mongoc_tutorial`.
34
+ Welcome to the documentation site for the official MongoDB C driver.
35
+ You can add the driver to your application to work with MongoDB in C.
36
+ Download the required libraries, ``libmongoc`` and ``libbson``, by following
37
+ the :ref:`obtaining_libraries` instructions or set up a runnable project by
38
+ following our tutorial.
39
+
40
+ - :ref:`Tutorial <mongoc_tutorial>`
41
+
42
+ - :ref:`Usage Guide <libmongoc>`
43
+
44
+ - `MongoDB Developer Center <https://www.mongodb.com/developer/languages/c/>`__
45
+
46
+ - `API Reference <https://mongoc.org/libmongoc/current/api.html>`_
47
+
48
+ - `Changelog <https://github.com/mongodb/mongo-c-driver/releases>`__
49
+
50
+ - `Source Code <https://github.com/mongodb/mongo-c-driver>`__
51
+
52
+ - `Examples <https://github.com/mongodb/mongo-c-driver/tree/master/src/libmongoc/examples>`__
53
+
54
+ - `Additional BSON Examples <https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson/examples>`__
55
+
56
+ Compatibility
57
+ -------------
58
+
59
+ MongoDB Compatibility
60
+ ~~~~~~~~~~~~~~~~~~~~~
61
+
62
+ The compatibility table in this section specifies the recommended version or
63
+ versions of the MongoDB C driver for use with a specific version of MongoDB.
64
+
65
+ The first column lists the driver version.
66
+
67
+ .. sharedinclude:: dbx/lifecycle-schedule-callout.rst
68
+
69
+ .. include:: /libmongoc/includes/mongodb-compatibility-table-c.rst
70
+
71
+ .. include:: /libmongoc/includes/older-server-versions-unsupported.rst
72
+
73
+ Language Compatibility
74
+ ~~~~~~~~~~~~~~~~~~~~~~
75
+
76
+ The following compatibility table specifies the recommended version(s) of the
77
+ MongoDB C driver for use with a specific version of C.
78
+
79
+ The first column lists the driver version(s).
80
+
81
+ .. include:: /libmongoc/includes/language-compatibility-table-c.rst
82
+
83
+ .. include:: /libmongoc/includes/about-driver-compatibility.rst
84
+
85
+ .. include:: /libmongoc/includes/help-links-c.rst
0 commit comments