elixir-crawly / crawly

Crawly, a high-level web crawling & scraping framework for Elixir.
https://hexdocs.pm/crawly
Apache License 2.0
982 stars 115 forks source link

Updating ex_doc to the latest version #302

Closed malinowskip closed 2 months ago

malinowskip commented 3 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.

Updating ex_doc

mix deps.update 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#L70

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

oltarasenko commented 2 months ago

Thanks for the snippets. I have finally got a bit of time to apply them.