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

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

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

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

source/code-generation/query-converter/enable-query-converter.txt

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

7+
.. meta::
8+
:description: Enable the query converter to transform SQL statements, views, and stored procedures into MongoDB syntax using defined mapping rules, and schema transformations.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/code-generation/query-converter/refresh-database-objects.txt

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

7+
.. meta::
8+
:description: Refresh relational database objects in the Query Converter pane to import new views and stored procedures or update SQL syntax for changed definitions.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/database-connections/create-project-loading-schema-files.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Load a Data Definition Language File
55
====================================
66

7+
.. meta::
8+
:description: Create a project in Relational Migrator by importing schema files, selecting tables, and configuring initial mappings for MongoDB schema migration.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/database-connections/create-project-sample-schema.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Use Relational Migrator With a Sample Schema
55
============================================
66

7+
.. meta::
8+
:description: Create a project using a sample schema in Relational Migrator to test migration jobs without a relational database, with options for Docker or PostgreSQL setup.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/diagrams/manage-diagrams.txt

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

7+
.. meta::
8+
:description: Create, clone, rename, or delete entity-relationship diagrams from the Mapping screen.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/manage-diagrams/clone-diagrams.txt

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

7+
.. meta::
8+
:description: Clone existing diagrams in Relational Migrator to create new ones with the same entities, and then edit, rename, or delete the new diagrams as needed.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/manage-diagrams/create-diagrams.txt

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

7+
.. meta::
8+
:description: Create and manage diagrams in Relational Migrator to visualize tables, relationships, and data types, with options to clone, rename, and delete diagrams.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/manage-diagrams/delete-diagrams.txt

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

7+
.. meta::
8+
:description: Delete diagrams in Relational Migrator by navigating to the diagram, opening the Diagram Properties pane, and confirming the deletion.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/manage-diagrams/rename-diagrams.txt

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

7+
.. meta::
8+
:description: Rename diagrams in Relational Migrator by updating the name in the Diagram Properties pane on the Mapping screen.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/navigate-diagrams/apply-layout.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Apply a Layout to a Diagram
55
===========================
66

7+
.. meta::
8+
:description: Apply a preset layout to organize diagram entities in Relational Migrator, with options for different layout styles.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/navigate-diagrams/working-with-entities/copy-entities.txt

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

7+
.. meta::
8+
:description: Copy entities to customize diagrams in MongoDB by selecting entities and choosing to copy them to a new or existing diagram.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/navigate-diagrams/working-with-entities/delete-entities.txt

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

7+
.. meta::
8+
:description: Delete entities from your Relational or MongoDB model to customize diagram size and focus, with options to revert deletions.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/navigate-diagrams/working-with-entities/hide-entities.txt

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

7+
.. meta::
8+
:description: Show or hide entities in diagrams to focus on specific relationships and reduce clutter without affecting the model.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/navigate-diagrams/working-with-entities/move-entities.txt

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

7+
.. meta::
8+
:description: Move entities between diagrams to customize data visualization in MongoDB, either to a new or existing diagram.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/navigate-diagrams/working-with-entities/select-entities.txt

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

7+
.. meta::
8+
:description: Select and manage entities in diagram view or schema model pane, including moving, copying, deleting, or hiding them.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/diagrams/understand-diagrams.txt

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

7+
.. meta::
8+
:description: Interpret diagrams in Relational Migrator, showing relationships between entities in relational and MongoDB databases with various view modes and color coding.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/getting-started/atlas-log-in.txt

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

7+
.. meta::
8+
:description: Log in to your Atlas account within Relational Migrator to access the Query Converter feature and select destination clusters for migration jobs.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/getting-started/overview.txt

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

7+
.. meta::
8+
:description: Explore the UI elements of the Relational Migrator to manage project appearance, functionality, and capabilities, including navigation, connections, and diagrams.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
What is {+rel-mig+}
77
===========================
88

9+
.. meta::
10+
:description: Migrate data from relational databases to MongoDB using Relational Migrator, which offers schema transformation, data migration, code generation, and SQL conversion.
11+
912
.. introduction::
1013

1114
.. include:: /includes/fact-relational-migrator-intro.rst

source/installation.txt

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

7+
.. meta::
8+
:description: Explore various installation methods for Relational Migrator, including local, server, Docker, Kafka, and Kafka with Confluent Cloud deployments.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/installation/file-location.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
{+rel-mig+} File Locations
55
==================================
66

7+
.. meta::
8+
:description: Find file locations for configuration, JDBC drivers, and logs for Relational Migrator on Mac, Windows, and Linux systems.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/installation/install-on-a-local-machine/install-mac.txt

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

7+
.. meta::
8+
:description: Install Relational Migrator on a Mac by downloading the binary, dragging the app to Applications, and optionally adding database drivers.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/installation/install-on-a-local-machine/install-rhel.txt

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

7+
.. meta::
8+
:description: Install Relational Migrator on a RHEL/CentOS machine using default settings, with optional steps for connecting to Oracle or MySQL drivers.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/installation/install-on-a-local-machine/install-ubuntu.txt

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

7+
.. meta::
8+
:description: Install Relational Migrator on Ubuntu by downloading the `.deb` binary, installing it, and optionally adding drivers such as MySQL, or Oracle.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/installation/install-on-a-local-machine/install-windows.txt

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

7+
.. meta::
8+
:description: Install Relational Migrator on a Windows machine using default settings, and optionally add drivers for Oracle or MySQL.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/installation/install-with-docker.txt

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

7+
.. meta::
8+
:description: Install and run Relational Migrator as a Docker container, ensuring an OS-independent and easily replicable setup process.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/installation/kafka-deployments/advanced-settings.txt

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

7+
.. meta::
8+
:description: Configure advanced Kafka settings for Relational Migrator by updating the `user.properties` file, including profiles, connection details, and retry policies.
9+
710
.. default-domain:: mongodb
811

912
.. facet::

source/installation/kafka-deployments/install-confluent-kafka.txt

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

7+
.. meta::
8+
:description: Configure Relational Migrator with Confluent Cloud for reliable Kafka deployments without managing your own Kafka cluster.
9+
710
.. default-domain:: mongodb
811

912
.. facet::

source/installation/kafka-deployments/install-docker.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
Install with a Containerized Cluster Using Docker
77
=================================================
88

9+
.. meta::
10+
:description: Install Relational Migrator with Kafka using Docker for a quick evaluation setup, not recommended for production environments.
11+
912
.. default-domain:: mongodb
1013

1114
.. facet::

0 commit comments

Comments
 (0)