File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ string-data-type = "``string``"
36
36
int-data-type = " ``integer``"
37
37
not-available = " N/A"
38
38
package = " MongoDB.EntityFrameworkCore"
39
+ api-root = " https://mongodb.github.io/mongo-efcore-provider/8.0.0/api"
39
40
40
41
[[banners ]]
41
42
targets = [" index.txt" ]
Original file line number Diff line number Diff line change 9
9
/fundamentals
10
10
/limitations
11
11
/issues-and-help
12
+ API Documentation <{+api-root+}>
12
13
13
14
Introduction
14
15
------------
@@ -41,6 +42,12 @@ Quick Reference
41
42
See driver syntax examples for common MongoDB commands in the
42
43
:ref:`Quick Reference <entity-framework-quick-reference>` section.
43
44
45
+ API Documentation
46
+ -----------------
47
+
48
+ For detailed information about types and methods in the {+provider-short+}, see
49
+ the `{+provider-short+} API documentation <{+api-root+}>`__.
50
+
44
51
Compatibility
45
52
-------------
46
53
You can’t perform that action at this time.
0 commit comments