Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs link is broken #256

Open
devksingh4 opened this issue Jan 11, 2022 · 3 comments
Open

Docs link is broken #256

devksingh4 opened this issue Jan 11, 2022 · 3 comments

Comments

@devksingh4
Copy link

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

@mikehardy
Copy link
Collaborator

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

@devksingh4
Copy link
Author

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.

@traviswimer
Copy link

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: c022729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants