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

0 commit comments

Comments
 (0)