From 95df0423b357864eb9a412a76e864e15611e5579 Mon Sep 17 00:00:00 2001 From: Gilbert Bishop-White Date: Thu, 8 Jan 2026 16:40:36 +0000 Subject: [PATCH] Add link to documentation for elixir org libraries --- docs.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs.markdown b/docs.markdown index 55c20390a..429e204c3 100644 --- a/docs.markdown +++ b/docs.markdown @@ -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 %}