Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.95 KB

docs.markdown

File metadata and controls

50 lines (40 loc) · 1.95 KB
title section layout
Elixir Documentation
docs
default

Documentation

Choose which version you want documentation for.

{% assign stable = site.data.elixir-versions[site.data.elixir-versions.stable] %}

Stable {% if stable.docs_zip == true %} (download) {% endif %}

  • Elixir - standard library
  • EEx - templating library
  • ExUnit - unit test library
  • IEx - interactive shell
  • Logger - built-in Logger
  • Mix - build tool

Master

  • Elixir - standard library
  • EEx - templating library
  • ExUnit - unit test library
  • IEx - interactive shell
  • Logger - built-in Logger
  • Mix - build tool

{% for version in site.data.elixir-versions reversed %} {% if version[0] == 'stable' %} {% continue %} {% endif %}

{{ version[1].name }} {% if version[1].docs_zip == true %}(download){% endif %}