Skip to content

Commit

Permalink
DOCSP-46664-Repetitive-paths (#193)
Browse files Browse the repository at this point in the history
DOCSP-4664 Repetitive Paths
  • Loading branch information
mayaraman19 authored Jan 22, 2025
1 parent 8397b7c commit 6cdff1d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vale-tdbx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- name: checkout
uses: actions/checkout@master

- name: Install docutils
run: sudo apt-get install -y docutils

- id: files
uses: masesgroup/retrieve-changed-files@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ define: versions master
# DOCSP-46665 repetitive file paths
[*]: ${prefix}/mapping-rules/mapping-rule-options/mapping-rule-options/ -> ${base}/relational-migrator/mapping-rules/mapping-rule-options/introduction/
[*]: ${prefix}/mapping-rules/mapping-rules/ -> ${base}/relational-migrator/mapping-rules/introduction/

# DOCSP-46664 repetitive file paths
[*]: ${prefix}/jobs/data-verification/data-verification/ -> ${base}/relational-migrator/jobs/data-verification/
[*]: ${prefix}/mapping-rules/fields/calculated-fields/calculated-fields/ -> ${base}/relational-migrator/mapping-rules/fields/calculated-fields/
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ toc_landing_pages = [
"projects/projects",
"mapping-rules/introduction",
"mapping-rules/mapping-rule-options/introduction",
"mapping-rules/fields/calculated-fields/calculated-fields",
"mapping-rules/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",
"jobs/sync-jobs",
"jobs/data-verification/data-verification",
"jobs/data-verification",
"connection-strings/connection-strings",
"code-generation",
"code-generation/generate-app-code",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion source/jobs/sync-jobs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ You can perform the following tasks from the **Data Migration** tab.
Stop </jobs/stopping-jobs>
Recover </jobs/recover-jobs>
Pause & Resume with Kafka </jobs/pause-resume-kafka-jobs>
Data Verification </jobs/data-verification/data-verification>
Data Verification </jobs/data-verification>
2 changes: 1 addition & 1 deletion source/mapping-rules/fields/field-customizations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ Learn More
:hidden:

Data Type Conversion </mapping-rules/fields/data-type-conversion-guide>
Calculated Fields </mapping-rules/fields/calculated-fields/calculated-fields>
Calculated Fields </mapping-rules/fields/calculated-fields>

0 comments on commit 6cdff1d

Please sign in to comment.