Skip to content

Commit 91e5522

Browse files
authored
DOCSP-34685 Stage TOC For Prereq Content (#71)
* DOCSP-34685 Stage TOC For Prereq Content
1 parent c8ab056 commit 91e5522

File tree

7 files changed

+79
-1
lines changed

7 files changed

+79
-1
lines changed

snooty.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ toc_landing_pages = [
3232
"connection-strings/connection-strings",
3333
"code-generation",
3434
"code-generation/generate-app-code",
35-
"code-generation/query-converter"
35+
"code-generation/query-converter",
36+
"prerequisites"
3637
]
3738

3839
[constants]

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Explore libraries and tools for MongoDB.
153153
/supported-databases
154154
/migration-scenarios
155155
/installation
156+
/prerequisites
156157
/projects/projects
157158
/mapping-rules/mapping-rules
158159
/table-filters/table-filters

source/prerequisites.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
.. _rm-prerequisites:
2+
3+
=============
4+
Prerequisites
5+
=============
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
The following pages outline the details and specifics of prepping your
14+
database for use with Relational Migrator.
15+
16+
.. toctree::
17+
:titlesonly:
18+
:hidden:
19+
20+
/prerequisites/my-sql
21+
/prerequisites/oracle
22+
/prerequisites/postgres
23+
/prerequisites/sql-server
24+

source/prerequisites/my-sql.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _rm-prereq-mysql:
2+
3+
=============================
4+
MySQL Migration Prerequisites
5+
=============================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
MySQL.

source/prerequisites/oracle.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _rm-prereq-oracle:
2+
3+
==============================
4+
Oracle Migration Prerequisites
5+
==============================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
Oracle.

source/prerequisites/postgres.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _rm-prereq-postgres:
2+
3+
================================
4+
Postgres Migration Prerequisites
5+
================================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
Postgres.

source/prerequisites/sql-server.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _rm-prereq-sqlserver:
2+
3+
==================================
4+
SQL Server Migration Prerequisites
5+
==================================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
13+
SQL Server.

0 commit comments

Comments
 (0)