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

do not commit generated content to VCS; closes #3713 #4289

Merged
merged 2 commits into from May 18, 2020

Commits on May 18, 2020

  1. do not commit generated content to VCS

    This removes `markdown-magic` and replaces its functionality with the built-in data capabilities of 11ty.
    
    The TOC, `--help` output, and source files are now all done via global data scripts in `docs/_data`.
    
    When building documentation, we will no longer get changes to e.g., `docs/index.md` because of the automatically generated content.
    boneskull committed May 18, 2020
    Copy the full SHA
    bfe41bf View commit details
    Browse the repository at this point in the history
  2. add inclusive language plugin to eleventy

    Usage of the words as defined in options will result in a warning, and will not break the build.
    
    Also: Eleventy should ignore the historical changelogs in `docs/changelogs`.
    boneskull committed May 18, 2020
    Copy the full SHA
    4d7e86e View commit details
    Browse the repository at this point in the history