Skip to content

Commit 11cfa33

Browse files
authored
docsp-34255 - add ef links (#928)
1 parent 8137656 commit 11cfa33

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

snooty.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
name = "drivers"
22
title = "MongoDB Drivers"
33

4-
toc_landing_pages = ["/python-drivers", "/php-drivers", "/java-drivers", "/kotlin-drivers", "/use-cases", "/ruby-drivers"]
4+
toc_landing_pages = [
5+
"/python-drivers",
6+
"/php-drivers",
7+
"/java-drivers",
8+
"/kotlin-drivers",
9+
"/use-cases",
10+
"/ruby-drivers",
11+
"/csharp-drivers",
12+
]
513

614
intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
715
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/csharp-drivers.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
.. _csharp-language-center:
2+
3+
======================
4+
MongoDB .NET/C# Driver
5+
======================
6+
7+
.. facet::
8+
:name: programming_language
9+
:values: csharp
10+
11+
.. facet::
12+
:name: genre
13+
:values: reference
14+
15+
.. meta::
16+
:keywords: application
17+
18+
.. toctree::
19+
:titlesonly:
20+
21+
.NET/C# Driver <https://www.mongodb.com/docs/drivers/csharp/current/>
22+
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>
23+
24+
.. contents:: On this page
25+
:local:
26+
:backlinks: none
27+
:depth: 1
28+
29+
Introduction
30+
------------
31+
32+
Welcome to the documentation site for the official MongoDB .NET/C#
33+
driver and Entity Framework provider.
34+
35+
.NET/C# Driver
36+
--------------
37+
38+
You can add the driver to your application to work with MongoDB in .NET or C#. See
39+
the `.NET/C# driver documentation <https://www.mongodb.com/docs/drivers/csharp/current/>`__
40+
to learn how to install and begin using the driver.
41+
42+
Entity Framework Provider
43+
-------------------------
44+
45+
You can add the MongoDB Entity Framework provider to your .NET application as an
46+
object-relational mapper (ORM) to work with data in MongoDB. See the
47+
`Entity Framework provider documentation <https://www.mongodb.com/docs/entity-framework/current/>`__
48+
to learn how to begin using the provider.

source/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ security patches to them.
3737

3838
.. card::
3939
:headline: C#
40-
:url: https://www.mongodb.com/docs/drivers/csharp/current/
40+
:url: /csharp-drivers/
4141
:icon: /icons/csharp.svg
4242
:icon-alt: C sharp Driver icon
4343

@@ -147,7 +147,7 @@ Don’t see your desired language? Browse more `community-supported libraries <h
147147

148148
C Driver </c>
149149
C++ Driver </cxx>
150-
C# and .NET Driver <https://www.mongodb.com/docs/drivers/csharp/current/>
150+
.NET/C# Driver </csharp-drivers>
151151
Go Driver <https://www.mongodb.com/docs/drivers/go/current/>
152152
Java Drivers </java-drivers>
153153
Kotlin Drivers </kotlin-drivers>

0 commit comments

Comments
 (0)