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

Link index.md to current version of the spec #448

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from

Commits on Jul 16, 2024

  1. Link index.md to current version of the spec

    Use the `current_version` field in `_config.yml` to automatically link
    the index.md (the 'homepage') to the current version of the spec.
    
    This prevents possible sync errors between spec/v<current-version>.md
    and index.md.
    
    Current situation:
    
        $ diff --report-identical-files index.md spec/v2.0.0.md
        Files index.md and spec/v2.0.0.md are identical
    yochem committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1cbf02a View commit details
    Browse the repository at this point in the history
  2. No need to update index.md anymore

    Jekyll handles this as it includes spec/v<current-version>.md.
    
    See 1cbf02a
    yochem committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2692aea View commit details
    Browse the repository at this point in the history