Try to generate docs for this code: ```elixir defmodule Test do for {module_name, _} <- %{ "module.x": nil } do defmodule module_name do end end end ``` and you'll end up with code like this in dist/sidebar_items-xxx.js: ```javascript ... "modules":[{"id":""module.x"","title":""module.x"","group":""} ... ``` which is apparently invalid and doesn't allow sidebar to be rendered