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

DYN-5791 Fixing Renaming Tool #14812

Merged
merged 2 commits into from
Jan 10, 2024
Merged

DYN-5791 Fixing Renaming Tool #14812

merged 2 commits into from
Jan 10, 2024

Commits on Jan 4, 2024

  1. DYN-5791 Fixing Renaming Tool

    If the md file name contains empty spaces then the img file name will also contain %20 instead of empty space so in this way will be loaded by DocumentationBrowser correctly.
    So my fix is to remove the %20 when renaming the files and the md file content so matches the expected hashed img name.
    RobertGlobant20 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    46b6ad1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. DYN-5791 Fixing Renaming Tool Code Review

    Adding unit test that will validate that the files are correctly renamed in a folder and that the md file content is updated correctly.
    RobertGlobant20 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a0fe205 View commit details
    Browse the repository at this point in the history