swift-case-paths
swift-case-paths copied to clipboard
Documentation links 404
While the link to the documentation itself works, from within the documentation everything 404s. For instance, this is the link to the .. operator.
Dang, thanks for letting us know. For me it seems only the operators 404. I get correct links for the other symbols, such as extract (though I guess most non-operator methods are technically deprecated in the library, ha).
We are slowly moving everything over to DocC (have done so for TCA and parsing), so I think this will be our next one to do.
You're right, only the operators 404. I only clicked the one upper function, the one for ...
Weirdly swift-doc isn't even picking up the methods on CasePath, such as modify and appending. All the more reason to switch over to DocC soon.
Oh never mind, all the methods are under the CasePath page. I'm conflating how DocC and swift-doc work.
Fixed by migrating to DocC! https://pointfreeco.github.io/swift-case-paths/main/documentation/casepaths/