kipcole9 / money

Elixir implementation of Money with Currency
https://hex.pm/packages/ex_money
Other
572 stars 48 forks source link

Docs seem broken on hexdocs.pm #153

Closed tomtaylor closed 1 year ago

tomtaylor commented 1 year ago

Hey, thanks a lot for this library, it seems really well thought through!

I noticed the docs on HexDocs seem broken. Specifically the navigation doesn't render correctly and I can't scroll up and down the sidebar. When I run them locally they seem fine. Might be worth rebuilding them?

kipcole9 commented 1 year ago

You're right, thanks for the heads-up. I'll investigate right away.

kipcole9 commented 1 year ago

Interesting that up to ex_doc version 0.30.5 everything is ok but the versions after that do not work (at least in Safari). I will need to isolate a bit better before I open an issue on the ex_doc repo.

tomtaylor commented 1 year ago

Thank you!