Skip to content

Commit

Permalink
docsp-34255 - add ef links (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongoKart authored Nov 9, 2023
1 parent 8137656 commit 11cfa33
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 3 deletions.
10 changes: 9 additions & 1 deletion snooty.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
name = "drivers"
title = "MongoDB Drivers"

toc_landing_pages = ["/python-drivers", "/php-drivers", "/java-drivers", "/kotlin-drivers", "/use-cases", "/ruby-drivers"]
toc_landing_pages = [
"/python-drivers",
"/php-drivers",
"/java-drivers",
"/kotlin-drivers",
"/use-cases",
"/ruby-drivers",
"/csharp-drivers",
]

intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv"]
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
Expand Down
48 changes: 48 additions & 0 deletions source/csharp-drivers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
.. _csharp-language-center:

======================
MongoDB .NET/C# Driver
======================

.. facet::
:name: programming_language
:values: csharp

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: application

.. toctree::
:titlesonly:

.NET/C# Driver <https://www.mongodb.com/docs/drivers/csharp/current/>
Entity Framework Provider <https://www.mongodb.com/docs/entity-framework/current/>

.. contents:: On this page
:local:
:backlinks: none
:depth: 1

Introduction
------------

Welcome to the documentation site for the official MongoDB .NET/C#
driver and Entity Framework provider.

.NET/C# Driver
--------------

You can add the driver to your application to work with MongoDB in .NET or C#. See
the `.NET/C# driver documentation <https://www.mongodb.com/docs/drivers/csharp/current/>`__
to learn how to install and begin using the driver.

Entity Framework Provider
-------------------------

You can add the MongoDB Entity Framework provider to your .NET application as an
object-relational mapper (ORM) to work with data in MongoDB. See the
`Entity Framework provider documentation <https://www.mongodb.com/docs/entity-framework/current/>`__
to learn how to begin using the provider.
4 changes: 2 additions & 2 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ security patches to them.

.. card::
:headline: C#
:url: https://www.mongodb.com/docs/drivers/csharp/current/
:url: /csharp-drivers/
:icon: /icons/csharp.svg
:icon-alt: C sharp Driver icon

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

C Driver </c>
C++ Driver </cxx>
C# and .NET Driver <https://www.mongodb.com/docs/drivers/csharp/current/>
.NET/C# Driver </csharp-drivers>
Go Driver <https://www.mongodb.com/docs/drivers/go/current/>
Java Drivers </java-drivers>
Kotlin Drivers </kotlin-drivers>
Expand Down

0 comments on commit 11cfa33

Please sign in to comment.