Closed
Description
All type classes and data type in the documentation site should follow the same path as the package they declared in terms of permalinks in the docs.
For example:
arrow.core.Option
-> docs/arrow/core/option
All permalinks need to be modified and if possible preserve existing redirects.
This is necessary because we plan on using reflection and other introspection techniques to have some parts of the docs autogenerated at build time. Links for a given data type or type class need to be predictable so the generator can assume those paths to be there.