Skip to content

Commit 37df2bd

Browse files
DOCSP-32174 Add API link (#26)
(cherry picked from commit 9d16870)
1 parent d5b9fda commit 37df2bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ string-data-type = "``string``"
3636
int-data-type = "``integer``"
3737
not-available = "N/A"
3838
package = "MongoDB.EntityFrameworkCore"
39+
api-root = "https://mongodb.github.io/mongo-efcore-provider/8.0.0/api"
3940

4041
[[banners]]
4142
targets = ["index.txt"]

source/index.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/fundamentals
1010
/limitations
1111
/issues-and-help
12+
API Documentation <{+api-root+}>
1213

1314
Introduction
1415
------------
@@ -41,6 +42,12 @@ Quick Reference
4142
See driver syntax examples for common MongoDB commands in the
4243
:ref:`Quick Reference <entity-framework-quick-reference>` section.
4344

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+
4451
Compatibility
4552
-------------
4653

0 commit comments

Comments
 (0)