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

Validate HTML generator produces unique files #142

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 2, 2023

  1. Validate HTML generator produces unique files

    If you have a website with a `SectionID` case that has the same name as a page markdown file, right now whichever one ends up in the output is nondeterministic. This change adds a validation step to the `HTMLGenerator` to ensure uniqueness.
    erichoracek committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    b16356c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f81bf View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    777f0ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f04d3e View commit details
    Browse the repository at this point in the history