Skip to content

Commit c57d11f

Browse files
authored
1 parent 01f83fc commit c57d11f

File tree

74 files changed

+486
-8
lines changed

Some content is hidden

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

74 files changed

+486
-8
lines changed

.DS_Store

6 KB
Binary file not shown.

snooty.toml

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,29 @@ title = "Relational Migrator"
44
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
55
"https://www.mongodb.com/docs/atlas/objects.inv"
66
]
7-
7+
88
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
99

10+
toc_landing_pages = [
11+
"installation",
12+
"installation/install-on-a-single-machine/install-on-a-single-machine",
13+
"installation/install-on-an-unattended-server/install-on-an-unattended-server",
14+
"installation/install-on-an-unattended-server/debian-server-installation/debian-server-installation",
15+
"installation/install-on-an-unattended-server/windows-server-installation/windows-server-installation",
16+
"installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-centos-server-installation",
17+
"projects/projects",
18+
"mapping-rules/mapping-rules",
19+
"mapping-rules/mapping-rule-options/mapping-rule-options",
20+
"mapping-rules/calculated-fields/calculated-fields",
21+
"table-filters/table-filters",
22+
"diagrams/diagrams",
23+
"diagrams/navigate-diagrams/navigate-diagrams",
24+
"diagrams/navigate-diagrams/working-with-entities/working-with-entities",
25+
"jobs/sync-jobs",
26+
"jobs/data-verification/data-verification",
27+
"connection-strings/connection-strings",
28+
"code-generation/code-generation"
29+
]
30+
1031
# [constants]
11-
# constant = "value"
32+
# constant = "value"

source/.DS_Store

8 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
===============
2+
Code Generation
3+
===============
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
123
14+
15+
.. toctree::
16+
:hidden:
17+
:titlesonly:
18+
19+
/code-generation/download-all-code-files
20+
/code-generation/download-single-code-files
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
=======================
2+
Download All Code Files
3+
=======================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
TBD.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
==========================
2+
Download Single Code Files
3+
==========================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
TBD.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
==================
2+
Connection Strings
3+
==================
4+
5+
6+
.. toctree::
7+
:titlesonly:
8+
:hidden:
9+
10+
/connection-strings/mongodb-database-connection-strings
11+
/connection-strings/relational-database-connection-strings
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
===================================
2+
MongoDB Database Connection Strings
3+
===================================
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
======================================
2+
Relational Database Connection Strings
3+
======================================

source/diagrams/diagrams.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
========
2+
Diagrams
3+
========
4+
5+
TBD.
6+
7+
.. toctree::
8+
:hidden:
9+
:titlesonly:
10+
11+
/diagrams/understand-diagrams
12+
/diagrams/navigate-diagrams/navigate-diagrams
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
===========================
2+
Apply a Layout to a Diagram
3+
===========================
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
==============================
2+
Navigate Diagrams and Entities
3+
==============================
4+
5+
.. toctree::
6+
:hidden:
7+
:titlesonly:
8+
9+
/diagrams/navigate-diagrams/apply-layout
10+
/diagrams/navigate-diagrams/working-with-entities/working-with-entities
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=============
2+
Copy Entities
3+
=============
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
===============
2+
Delete Entities
3+
===============
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=============================
2+
Toggle Visibility of Entities
3+
=============================
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=============
2+
Move Entities
3+
=============
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
===============
2+
Select Entities
3+
===============
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
=====================
2+
Working With Entities
3+
=====================
4+
5+
TBD.
6+
7+
.. toctree::
8+
:hidden:
9+
:titlesonly:
10+
11+
/diagrams/navigate-diagrams/working-with-entities/select-entities
12+
/diagrams/navigate-diagrams/working-with-entities/move-entities
13+
/diagrams/navigate-diagrams/working-with-entities/copy-entities
14+
/diagrams/navigate-diagrams/working-with-entities/hide-entities
15+
/diagrams/navigate-diagrams/working-with-entities/delete-entities
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
===================
2+
Understand Diagrams
3+
===================

source/index.txt

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
1-
===================
2-
Relational Migrator
3-
===================
1+
:template: product-landing
2+
:hidefeedback: header
3+
:noprevnext:
44

5-
.. default-domain:: mongodb
5+
===========================
6+
What is Relational Migrator
7+
===========================
8+
9+
.. introduction::
610

7-
Your words here. Don't forget to add a toctree!
11+
MongoDB Relational Migrator is...
812

9-
Have a lovely day!
13+
.. toctree::
14+
:titlesonly:
15+
:hidden:
1016

17+
/introduction
18+
/installation
19+
/projects/projects
20+
/mapping-rules/mapping-rules
21+
/table-filters/table-filters
22+
/diagrams/diagrams
23+
/jobs/sync-jobs
24+
/connection-strings/connection-strings
25+
/code-generation/code-generation

source/installation.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
============
2+
Installation
3+
============
4+
5+
.. toctree::
6+
:hidden:
7+
:titlesonly:
8+
9+
/installation/install-on-a-single-machine/install-on-a-single-machine
10+
/installation/install-on-an-unattended-server/install-on-an-unattended-server
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
===========
2+
Install Mac
3+
===========
4+
5+
TBD.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
================================
2+
Installation on a Single Machine
3+
================================
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
TBD.
14+
15+
.. toctree::
16+
:hidden:
17+
:titlesonly:
18+
19+
/installation/install-on-a-single-machine/install-windows
20+
/installation/install-on-a-single-machine/install-mac
21+
/installation/install-on-a-single-machine/install-ubuntu
22+
/installation/install-on-a-single-machine/install-rhel
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
============
2+
Install RHEL
3+
============
4+
5+
TBD.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
==============
2+
Install Ubuntu
3+
==============
4+
5+
TBD.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
===============
2+
Install Windows
3+
===============
4+
5+
TBD.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
===========================
2+
Debian Systems Installation
3+
===========================
4+
5+
TBD.
6+
7+
8+
.. toctree::
9+
:hidden:
10+
:titlesonly:
11+
12+
/installation/install-on-an-unattended-server/debian-server-installation/install-debian-server
13+
/installation/install-on-an-unattended-server/debian-server-installation/debian-system-service
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=====================================================
2+
Run Relational Migrator as a System Service on Debian
3+
=====================================================
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=================
2+
Install On Debian
3+
=================
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
====================================
2+
Installation on an Unattended Server
3+
====================================
4+
5+
TBD.
6+
7+
.. toctree::
8+
:titlesonly:
9+
:hidden:
10+
11+
/installation/install-on-an-unattended-server/windows-server-installation/windows-server-installation
12+
/installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-centos-server-installation
13+
/installation/install-on-an-unattended-server/debian-server-installation/debian-server-installation
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
======================
2+
Install On RHEL Server
3+
======================
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
================================
2+
RHEL/CentOS Systems Installation
3+
================================
4+
5+
TBD.
6+
7+
.. toctree::
8+
:titlesonly:
9+
:hidden:
10+
11+
/installation/install-on-an-unattended-server/rhel-centos-server-installation/install-rhel-server
12+
/installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-system-service
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
==========================================================
2+
Run Relational Migrator as a System Service on RHEL/CentOS
3+
==========================================================
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
==================
2+
Install on Windows
3+
==================
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
========================================================
2+
Enable External Access to Relational Migrator on Windows
3+
========================================================
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
===========================
2+
Windows Server Installation
3+
===========================
4+
5+
TBD.
6+
7+
.. toctree::
8+
:titlesonly:
9+
:hidden:
10+
11+
/installation/install-on-an-unattended-server/windows-server-installation/install-windows-server
12+
/installation/install-on-an-unattended-server/windows-server-installation/windows-system-service
13+
/installation/install-on-an-unattended-server/windows-server-installation/windows-external-access
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
======================================================
2+
Run Relational Migrator as a System Service on Windows
3+
======================================================

source/introduction.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
============
2+
Introduction
3+
============
4+
5+
TBD.
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol

source/jobs/creating-jobs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=================
2+
Create a Sync Job
3+
=================
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
=================
2+
Data Verification
3+
=================
4+
5+
6+
.. toctree::
7+
:titlesonly:
8+
:hidden:
9+
10+
/jobs/data-verification/use-data-verification

0 commit comments

Comments
 (0)