-
Notifications
You must be signed in to change notification settings - Fork 18
/
snooty.toml
61 lines (56 loc) · 2.35 KB
/
snooty.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name = "docs-relational-migrator"
title = "Relational Migrator"
intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
"https://www.mongodb.com/docs/atlas/objects.inv",
"https://www.mongodb.com/docs/atlas/app-services/objects.inv"
]
# toc_landing_pages = ["/paths/to/pages/that/have/nested/content"]
toc_landing_pages = [
"supported-databases",
"installation",
"installation/install-on-a-local-machine/install-on-a-local-machine",
"installation/install-on-an-unattended-server/install-on-an-unattended-server",
"installation/install-on-an-unattended-server/debian-server-installation/debian-server-installation",
"installation/install-on-an-unattended-server/windows-server-installation/windows-server-installation",
"installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-centos-server-installation",
"installation/kafka-deployments/migrator-with-kafka",
"installation/file-location",
"database-connections/database-connections",
"projects/projects",
"mapping-rules/mapping-rules",
"mapping-rules/mapping-rule-options/mapping-rule-options",
"mapping-rules/fields/calculated-fields/calculated-fields",
"mapping-rules/fields/field-customizations",
"mapping-rules/synthetic-foreign-key/synthetic-foreign-keys",
"table-filters/table-filters",
"diagrams/diagrams",
"diagrams/navigate-diagrams/navigate-diagrams",
"diagrams/navigate-diagrams/working-with-entities/working-with-entities",
"jobs/sync-jobs",
"jobs/data-verification/data-verification",
"connection-strings/connection-strings",
"code-generation",
"code-generation/generate-app-code",
"code-generation/query-converter",
"diagrams/manage-diagrams",
"getting-started",
"jobs/prerequisites",
"api-docs",
"deployment-considerations",
"code-generation/query-converter-test-queries",
"code-generation/query-converter/query-management"
]
[constants]
connector-version = "2.7.0"
ddl = ":abbr:`DDL (Data Definition Language)`"
migrator-api = "REST API Documentation"
migrator-api-endpoints = "Endpoints"
[[banners]]
targets = [
"jobs/prerequisites/db2.txt",
"jobs/prerequisites/sybase.txt"
]
variant = "warning"
value = """\
DB2 and Sybase database support is currently in public preview. Users looking for production-grade migration assistance, please contact your account representative to engage in a guided evaluation.
"""