Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-46664-Repetitive-paths #193

Merged
merged 12 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
6 changes: 5 additions & 1 deletion config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ define: versions master
# DOCS-16498 Getting Started Page Start
[*]: ${prefix}/migration-scenarios/ -> ${base}/getting-started/migration-scenarios/
[*]: ${prefix}/supported-databases/ -> ${base}/getting-started/supported-databases/
# DOCS-16498 Getting Started Page End
# DOCS-16498 Getting Started Page End

# Repetitive paths
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[question] should the redirect have "jobs" in the path?

Suggested change
[*]: ${prefix}/jobs/data-verification/data-verification/ -> ${base}/relational-migrator/data-verification/
[*]: ${prefix}/jobs/data-verification/data-verification/ -> ${base}/relational-migrator/jobs/data-verification/

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops ... thank you for catching 😬

[*]: ${prefix}/jobs/data-verification/data-verification/ -> ${base}/relational-migrator/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/mapping-rules",
"mapping-rules/mapping-rule-options/mapping-rule-options",
"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/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
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>
Loading