Remove YML output option (breaking change)

Issue #1 new
Ben G created an issue

We should probably just remove YML generation:

  • Jekyll supports JSON natively
  • YML is a maintenance burden
  • If people really want YML then they can convert JSON to YML separately

We have worked around this in AtlasKit by skipping YML generation and just using JSON (just a tiny bit of Jekyll plugin code needed).

Comments (1)

  1. Log in to comment