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

Upgrade version of Hugo used to build the spec in CI #1794

Merged
merged 3 commits into from
Apr 23, 2024

Commits on Apr 17, 2024

  1. Upgrade version of Hugo used to build the spec in CI

    Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
    zecakeh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e995c1c View commit details
    Browse the repository at this point in the history
  2. Escape HTML manually in property-type partial

    The behavior of `delimit` changed,
    so Hugo doesn't recognize "safe" HTML passed to it anymore, so it escapes nested HTML links.
    
    To fix that we escape the schema data manually
    and consider the output of the partial as "safe".
    
    Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
    zecakeh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ecb90fc View commit details
    Browse the repository at this point in the history
  3. Add changelog

    Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
    zecakeh committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a3d3061 View commit details
    Browse the repository at this point in the history