Skip to content

Commit 7e0fca3

Browse files
authored
Add missing meta descriptions (#52)
1 parent 944ffc4 commit 7e0fca3

File tree

9 files changed

+15
-0
lines changed

9 files changed

+15
-0
lines changed

source/faq.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ FAQ
1616

1717
.. meta::
1818
:keywords: questions, errors, problems
19+
:description: Discover the differences between the .NET/C# Driver and the EF Core Provider for MongoDB, including their features and use cases.
1920

2021
This page contains frequently asked questions and their corresponding answers.
2122

source/fundamentals/configure.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Configure the {+provider-short+}
1010

1111
.. meta::
1212
:keywords: EF, EF Core, code example
13+
:description: Learn how to configure an application to use the MongoDB Entity Framework Core Provider, including creating POCOs and DB context classes.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/query-data.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Query Data
1010

1111
.. meta::
1212
:keywords: EF, EF Core, code example, read
13+
:description: Explore how to query data using Entity Framework Core with LINQ syntax, including finding, sorting, and retrieving entities from a MongoDB database.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/write-data.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Write Data to MongoDB
1010

1111
.. meta::
1212
:keywords: EF, EF Core, code example, write
13+
:description: Perform write operations in MongoDB using Entity Framework Core, including inserting, updating, and deleting data with `SaveChanges()` or `SaveChangesAsync()`.
1314

1415
.. contents:: On this page
1516
:local:

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
{+provider-long+}
33
========================================
44

5+
.. meta::
6+
:description: Explore the MongoDB Entity Framework Core Provider to integrate MongoDB with .NET applications using Entity Framework Core for data access and manipulation.
7+
58
.. toctree::
69

710
Quick Start </quick-start>

source/issues-and-help.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Issues & Help
55
=============
66

7+
.. meta::
8+
:description: Report bugs or request features for the EF Core Provider by creating an issue in JIRA, and follow instructions for reporting security vulnerabilities.
9+
710
Bugs / Feature Requests
811
-----------------------
912

source/limitations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Limitations
1616

1717
.. meta::
1818
:keywords: EF, EF Core, support
19+
:description: Discover the limitations of the EF Core Provider for MongoDB, including unsupported features like select projections, migrations, and time series data.
1920

2021
Overview
2122
--------

source/quick-reference.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Quick Reference
55
===============
66

7+
.. meta::
8+
:description: Explore provider syntax for various commands in Entity Framework, including configuring a DBContext, finding, inserting, updating, and deleting entities.
9+
710
This page shows the provider syntax for several commands and links to
811
their related API documentation.
912

source/quick-start.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Quick Start
1010

1111
.. meta::
1212
:keywords: set up, runnable app, initialize, connect, code example
13+
:description: Create a .NET application using the EF Core Provider to connect to a MongoDB Atlas cluster, set up a project, and query sample data.
1314

1415
.. contents:: On this page
1516
:local:

0 commit comments

Comments
 (0)