swift-case-paths icon indicating copy to clipboard operation
swift-case-paths copied to clipboard

Documentation links 404

Open jshier opened this issue 3 years ago • 4 comments

While the link to the documentation itself works, from within the documentation everything 404s. For instance, this is the link to the .. operator.

jshier avatar Apr 29 '22 16:04 jshier

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.

mbrandonw avatar Apr 29 '22 16:04 mbrandonw

You're right, only the operators 404. I only clicked the one upper function, the one for ...

jshier avatar Apr 29 '22 16:04 jshier

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.

mbrandonw avatar Apr 29 '22 16:04 mbrandonw

Oh never mind, all the methods are under the CasePath page. I'm conflating how DocC and swift-doc work.

mbrandonw avatar Apr 29 '22 16:04 mbrandonw

Fixed by migrating to DocC! https://pointfreeco.github.io/swift-case-paths/main/documentation/casepaths/

stephencelis avatar Mar 07 '23 22:03 stephencelis