The use of GitHub pages for hosting the built version of the site is quickly becoming a point of failure when it comes to new features, mainly due to the lack of Jekyll plugin support.
Here are a couple of the features I would like to implement:
Aliased URLs for some articles (e.g. /es5 will redirect to a bucket page linking to all related errors, and /asi will link directly to the related message since it only relates to a single message)
Expose an API that will allow developers of e.g. IDE plugins to pull in information from the site
The use of GitHub pages for hosting the built version of the site is quickly becoming a point of failure when it comes to new features, mainly due to the lack of Jekyll plugin support.
Here are a couple of the features I would like to implement:
/es5
will redirect to a bucket page linking to all related errors, and/asi
will link directly to the related message since it only relates to a single message)