Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ reference the documentation for the modules and functions in each of those
applications. See also [our Getting Started guide](https://hexdocs.pm/elixir/introduction.html)
and [the Learning page](/learning.html) for books, courses, videos, and more.

In addition to the applications that make up Elixir the following libraries are maintained by the Elixir team:

* [ExDoc](https://hexdocs.pm/ex_doc/) - documentation generator
* [GenStage](https://hexdocs.pm/gen_stage/) - specification for exchanging events between producers and consumers

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

{% for version in site.data.elixir-versions %}
Expand Down