-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Also, what are your thoughts on updating the elixirschool readme section Posting an Article to nudge authors to specify the versions of Elixir, Phoenix, LiveView, etc. used in their code examples.
Another approach could be to extend the article metadata with an optional :versions
field e.g.
%{
author: "Author Name",
author_link: "https://github.com/author_github_account",
tags: ["phoenix", "liveview"],
versions: [{:phoenix, "~> 1.7.6"}, {:phoenix_live_view, "~> 0.19.0"}]
date: ~D[YYYY-MM-DD],
title: "Full Article Title",
excerpt: """
Article short preview text
"""
}
---
Originally posted by @codeanpeace in #216 (comment)
Metadata
Metadata
Assignees
Labels
No labels