Replies: 1 comment
-
Yes, this bug crept in as we transitioned from one mechanism for knowing if a package has documentation to anotheInitiallyally, we used the order in the However, you're right that the order should come from the manifest, at least where target names match archive names. This is a bug, I'll promote it to be an issue now. Thanks Nathan. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just added SPI support for hosting DocC documentation, and the output is not following my specified ordering in the YAML file:
Instead, it sorts alphabetically, which leaves the module RedisTypes as the entry point for documentation and first in the list of module documentation.
This causes me a problem, because RediStack is the main purpose of the package.
Beta Was this translation helpful? Give feedback.
All reactions