react-native-apple-authentication icon indicating copy to clipboard operation
react-native-apple-authentication copied to clipboard

Docs link is broken

Open devksingh4 opened this issue 4 years ago • 3 comments

The link to the API docs is broken (so that I can see all the methods of appleAuth). Where are these docs?

devksingh4 avatar Jan 11 '22 23:01 devksingh4

Hi there! Which exact link, linked from where? That'll help discover the problem. In the meantime, you can always just browse the code - the index.d.ts file I believe is a good start, thankfully the module is not big at all

mikehardy avatar Jan 12 '22 00:01 mikehardy

Specifically the ones in https://github.com/invertase/react-native-apple-authentication#1-initial-set-up (appleAuth API Documentation). They seem to refer to docs/interfaces which does not exist.

devksingh4 avatar Jan 13 '22 01:01 devksingh4

It looks like the paths generated by TypeDocs changed, so now they are in the typedocs directory: https://github.com/invertase/react-native-apple-authentication/blob/73a30393e4fc31659d2d084751e60dc5e660db37/typedocs/modules.md

Previously they were included in the docs directory.

You can see the files were moved in this commit: https://github.com/invertase/react-native-apple-authentication/commit/c022729ca9a7a951ac3ed0d13dee4137e8fabdaa

traviswimer avatar Dec 30 '22 15:12 traviswimer