Closed malinowskip closed 2 months ago
Would it be possible to update ex_doc to the most recent version? I have tested it and it looks like only a few minor changes are needed.
ex_doc
mix deps.update ex_doc
mix.exs
Change the following line to assets: %{"documentation/assets" => "assets"},. https://github.com/elixir-crawly/crawly/blob/f80d4bc50f255529fc221189b611073e1e0a2f50/mix.exs#L70
assets: %{"documentation/assets" => "assets"},
To prevent a line break in the sidebar, remove the following line or change the name to something shorter. After simply removing the line, the section name falls back to “Pages”. https://github.com/elixir-crawly/crawly/blob/f80d4bc50f255529fc221189b611073e1e0a2f50/mix.exs#L72
Thanks for the snippets. I have finally got a bit of time to apply them.
Would it be possible to update
ex_doc
to the most recent version? I have tested it and it looks like only a few minor changes are needed.Updating
ex_doc
Changes to
mix.exs
Change the following line to
assets: %{"documentation/assets" => "assets"},
. https://github.com/elixir-crawly/crawly/blob/f80d4bc50f255529fc221189b611073e1e0a2f50/mix.exs#L70To prevent a line break in the sidebar, remove the following line or change the name to something shorter. After simply removing the line, the section name falls back to “Pages”. https://github.com/elixir-crawly/crawly/blob/f80d4bc50f255529fc221189b611073e1e0a2f50/mix.exs#L72