Skip to content

Commit 5337016

Browse files
authored
DOCSP-46665-mapping-rule-options-repetitive-paths (#196)
1 parent e224fe1 commit 5337016

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ define: versions master
2323
[*]: ${prefix}/supported-databases/ -> ${base}/getting-started/supported-databases/
2424
# DOCS-16498 Getting Started Page End
2525

26-
# DOCSP-46663 repetitive paths
27-
[*]: ${prefix}/installation/install-on-an-unattended-server/rhel-centos-server-installation/rhel-centos-server-installation/ -> ${base}/installation/install-on-an-unattended-server/rhel-centos-server-installation/
28-
[*]: ${prefix}/installation/install-on-an-unattended-server/windows-server-installation/windows-server-installation/ -> ${base}/installation/install-on-an-unattended-server/windows-server-installation/
26+
# DOCSP-46665 repetitive file paths
27+
[*]: ${prefix}/mapping-rules/mapping-rule-options/mapping-rule-options/ -> ${base}/relational-migrator/mapping-rules/mapping-rule-options/introduction/
28+
[*]: ${prefix}/mapping-rules/mapping-rules/ -> ${base}/relational-migrator/mapping-rules/introduction/

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ toc_landing_pages = [
2020
"installation/file-location",
2121
"database-connections/database-connections",
2222
"projects/projects",
23-
"mapping-rules/mapping-rules",
24-
"mapping-rules/mapping-rule-options/mapping-rule-options",
23+
"mapping-rules/introduction",
24+
"mapping-rules/mapping-rule-options/introduction",
2525
"mapping-rules/fields/calculated-fields/calculated-fields",
2626
"mapping-rules/fields/field-customizations",
2727
"mapping-rules/synthetic-foreign-key/synthetic-foreign-keys",

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Explore libraries and tools for MongoDB.
149149
Installation </installation>
150150
Database Connections </database-connections/database-connections>
151151
Projects </projects/projects>
152-
Mapping Rules </mapping-rules/mapping-rules>
152+
Mapping Rules </mapping-rules/introduction>
153153
Table Filters </table-filters/table-filters>
154154
Diagrams </diagrams/diagrams>
155155
Migration Jobs </jobs/sync-jobs>

source/mapping-rules/mapping-rules.txt renamed to source/mapping-rules/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ Mapping rules can be defined with the following ``Migrate as`` options:
116116
View Rules </mapping-rules/view-rules>
117117
Edit Rules </mapping-rules/edit-rules>
118118
Delete Rules </mapping-rules/delete-rules>
119-
Rule Options </mapping-rules/mapping-rule-options/mapping-rule-options>
119+
Rule Options </mapping-rules/mapping-rule-options/introduction>
120120
Fields </mapping-rules/fields/field-customizations>
121121
Synthetic Foreign Keys </mapping-rules/synthetic-foreign-key/synthetic-foreign-keys>

0 commit comments

Comments
 (0)