Latest #documentation Threads Top

renl
I built three Q&A agents backed by official documentation that any AI coding assistant can query through MCP. They’re live right now:...
New
zencilencer
Hello everyone, While reading the documentation for Mix and OTP in Elixir 1.19, I noticed something that seems different compared to the...
New
brainlid
Episode 289 of Thinking Elixir. News includes a groundbreaking effort to port Erlang to QNX for automotive systems, ExDoc 0.40.0 adding L...
New
shkokielixir
I’m new to pheonix and just going throught the getting started, I can’t find where to learn more about forms and the whole /new → post /c...
New
James_E
I feel like this function is perfectly ergonomic: # default value in effect: count \\ :all @spec delete(t(e), e) :: t(e) when e: term() ...
New
zachdaniel
We’re working hard on improving docs, and have some substantial things that it would be great to get some thoughts on. One of the bigges...
New
lawik
If people want to help correct, clarify and pick nits out of some writing I have taken two different stabs at the NervesHub documentation...
New
pxp9
Meet my trip building LazyDoc from scratch, exploring Elixir ASTs and combine it with a simple AI prompt you can generate fairly accurate...
New
bartblast
This thread is dedicated to announcing updates to the Hologram documentation, as well as discussing any ideas for improvements and sugges...
New
lud
Hello, I am looking for a tool to report all exported functions with missing @doc in a project. So far I have found: Inch - I have no...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

jeramyRR
Is it really necessary for the compiler to spit out a warning about using @doc with private functions? I don’t want to have to document ...
New
bartblast
This thread is dedicated to announcing updates to the Hologram documentation, as well as discussing any ideas for improvements and sugges...
New
marcelotto
Hi everyone, I’d like to announce the initial release of Magma, an environment for Elixir developers, that aims to streamline the proces...
New
jsonmaur
phoenix_pages integrates seamlessly into your router and comes with built-in support for rendering markdown with frontmatter, syntax high...
New
shkokielixir
I’m new to pheonix and just going throught the getting started, I can’t find where to learn more about forms and the whole /new → post /c...
New
New
James_E
I feel like this function is perfectly ergonomic: # default value in effect: count \\ :all @spec delete(t(e), e) :: t(e) when e: term() ...
New
brainlid
Episode 289 of Thinking Elixir. News includes a groundbreaking effort to port Erlang to QNX for automotive systems, ExDoc 0.40.0 adding L...
New
zencilencer
Hello everyone, While reading the documentation for Mix and OTP in Elixir 1.19, I noticed something that seems different compared to the...
New
renl
I built three Q&A agents backed by official documentation that any AI coding assistant can query through MCP. They’re live right now:...
New

Last Three Year's Trending Top

axelson
Is there anywhere that “MFA” is described in detail in the official Elixir documentation? I’ve tried to find it before but was unable to....
New
AUGERClement
As I wrote a week ago in this post, I found the lack of official documentation for Docker compose rather annoying, and I met a lot of pro...
New
fireproofsocks
What needs to be done to make ExDoc play nice with an umbrella app? I can run something like ex_doc "My Umbrella" "1.0.0" "_build/dev/l...
New
wmnnd
Hey folks, this is an open question to all of you out there creating web applications with APIs. How do you go about documenting your AP...
New
Rich_Morin
I just found out about GitHub’s support for Mermaid-based diagrams in README files. This might be a nice addition to Elixir: Include dia...
New
pxp9
Meet my trip building LazyDoc from scratch, exploring Elixir ASTs and combine it with a simple AI prompt you can generate fairly accurate...
New
bahner
I am wanting to connect to the libp2p swarm, but I have no idea where to start. The erlang-libp2p documentation is virtually non-existing...
New
binarypaladin
We’re currently trying to tighten up standards on an existing code base. One of the current topics is about line length, specifically on ...
New
zachdaniel
We’re working hard on improving docs, and have some substantial things that it would be great to get some thoughts on. One of the bigges...
New
binarypaladin
In projects and libraries I’ve found that as things become more complicated, “semi-private” functions pop up. What do I mean by that? (I’...
New
ivanminutillo
Two weeks ago, We asked for feedback on how to encourage more developer contributions to Bonfire, an open-source framework for building f...
New
gcb
Is there any place I can read module docs (such as I get from iex h macro) online? My workflow assumes docs are in the browser… but on ...
New
v3470
Or add corresponding explanatory links on the Guide page to make the documentation more complete and consistent? Recently, I realized th...
New
KP123
Hello, is there any chance that a user contributed notes section, like the one in the PHP documentation, can be added to Hex docs? It wou...
New
marick
TL;DR I’ve forked the Lens package, changed the API some, added new lens makers and – most importantly – added a ton of documentation. In...
New

Trending Over Three Years Top

nwn
So I was trying to learn how to do file uploads in Phoenix and I was googling how to do it. Everything points to this page (https://phoen...
New
PJUllrich
I am currently trying to compile a Big-O Time Complexity table for the Elixir data structures, but can’t find information for all complex...
New
Morzaram
Hey everyone, I often see questions regarding best practices, and examples that people can reference so they know how to structure and ac...
New
Fl4m3Ph03n1x
Background I am trying to build an OTP compliant app using supervisors. However I am having trouble interpreting a part of the documentat...
New
HiPhish
Hello, I know that I can get the documentation of a symbol in iex by typing h whatever, but is there a way to get this documentation pro...
New
Giesch
I’m using asdf-vm, and trying to get documentation lookup for erlang modules to work. I compiled erlang with docs, and I can run (eg) ‘e...
New
hannespetri
The documentation for supervisor child specification says the following: The child specification contains 6 keys. The first two are req...
New
vrod
Hello! I am wondering if there is somewhere a “documentation cheetsheet”? I am looking at Writing documentation — Elixir v1.20.2 but I ...
New
fireproofsocks
I know I asked this before (I even submitted a PR somewhere), but now I’ve forgotten the steps because the flow is so obfuscated. Where ...
New
script
I have read doc test documentation. And apply it in my project but I couldn’t figure this out. If my output is very long like a query th...
New
akoutmos
A problem that I have constantly had with large software projects is ensuring that there is adequate documentation coverage throughout th...
New
miguelszerman
In the Enumerable chapter of the Elixir getting started guide there is a section called Lazy vs Eager. However, it never explains what La...
New
fireproofsocks
I found an old post discussing @impl and @spec: @behaviour, @callback and @spec - #13 by Eiji I couldn’t tell where this discussion left...
New
Maartz
Hi folks, I’m wondering what do you use to document your Phoenix endpoints? Is there anything that exists to be somehow connected to yo...
New
fireproofsocks
I’m working to document a large Elixir project and I’ve noticed that the Ecto schemas do not provide detailed types for their structs. T...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement