From 11cfa33c7ca9cfcc4f296e003e1259a2bc4a22e2 Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:22:29 -0600 Subject: [PATCH] docsp-34255 - add ef links (#928) --- snooty.toml | 10 +++++++- source/csharp-drivers.txt | 48 +++++++++++++++++++++++++++++++++++++++ source/index.txt | 4 ++-- 3 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 source/csharp-drivers.txt diff --git a/snooty.toml b/snooty.toml index 910f25a68..ec6861676 100644 --- a/snooty.toml +++ b/snooty.toml @@ -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/" diff --git a/source/csharp-drivers.txt b/source/csharp-drivers.txt new file mode 100644 index 000000000..13ff7cd88 --- /dev/null +++ b/source/csharp-drivers.txt @@ -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 + Entity Framework Provider + +.. 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 `__ +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 `__ +to learn how to begin using the provider. diff --git a/source/index.txt b/source/index.txt index 344b0e7a0..93cb836fc 100644 --- a/source/index.txt +++ b/source/index.txt @@ -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 @@ -147,7 +147,7 @@ Don’t see your desired language? Browse more `community-supported libraries C++ Driver - C# and .NET Driver + .NET/C# Driver Go Driver Java Drivers Kotlin Drivers