Skip to content

Commit 7e5d5cb

Browse files
Merge pull request #248 from nlarew/missing-meta-descriptions
Add missing meta descriptions
2 parents f64461b + 00c946e commit 7e5d5cb

File tree

81 files changed

+241
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+241
-0
lines changed

source/api-docs/rest-api-spec.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99

1010
.. meta::
1111
:keywords: code example
12+
:description: Access the MongoDB Relational Migrator REST API to manage migration jobs, projects, and queries, including creating, pausing, and resuming jobs.
1213

1314
.. openapi:: /rm-openapi-latest.json

source/code-generation.txt

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

7+
.. meta::
8+
:description: Streamline your migration from SQL to MongoDB using Relational Migrator's code generation features for converting SQL and generating application code.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/generate-app-code.txt

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

7+
.. meta::
8+
:description: Generate application code from MongoDB collections using Relational Migrator's Code Generation feature, supporting languages like C#, Java, JavaScript, and JSON.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/generate-app-code/download-all-code-files.txt

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

7+
.. meta::
8+
:description: Generate and download all code files for your MongoDB applications using Relational Migrator's Code Generation feature.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/generate-app-code/download-single-code-files.txt

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

7+
.. meta::
8+
:description: Generate and download individual code files for your MongoDB applications using the Code Generation feature in Relational Migrator.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/query-converter.txt

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

7+
.. meta::
8+
:description: Convert SQL statements, views, and stored procedures to MongoDB syntax using Query Converter, considering mapping rules, and schema transformations.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/query-converter/ai-and-data-usage-information.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
AI and Data Usage Information
55
=============================
66

7+
.. meta::
8+
:description: Understand how the Query Converter uses Generative AI, data handling practices, and how to manage data storage preferences.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/query-converter/convert-queries.txt

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

7+
.. meta::
8+
:description: Convert SQL queries to MongoDB syntax using the query converter, which utilizes AI to update queries for your migrated schema.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/query-converter/convert-stored-procedures.txt

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

7+
.. meta::
8+
:description: Convert SQL stored procedures to MongoDB code using the query converter, supporting JavaScript, C#, and Java.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/query-converter/convert-triggers.txt

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

7+
.. meta::
8+
:description: Convert SQL triggers to MongoDB Atlas Triggers using the query converter, considering relational schema and mapping rules.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

0 commit comments

Comments
 (0)