Skip to content

Commit

Permalink
docs(typedocs): forward-port to current typedocs, separate docs
Browse files Browse the repository at this point in the history
exported a few more of the android symbols in response to warnings
from typedoc that they were referenced but not included in the documentation
since they were not public
  • Loading branch information
mikehardy committed Nov 3, 2021
1 parent e3cd07e commit c022729
Show file tree
Hide file tree
Showing 42 changed files with 1,811 additions and 1,401 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,33 +293,8 @@ export default MyAppleSigninButton;
```

## API Reference Documentation
- [AppleButtonProps](docs/interfaces/_lib_index_d_.applebuttonprops.md)
- [AppleButtonStyle](docs/enums/_lib_index_d_.applebuttonstyle.md)
- [AppleButtonType](docs/enums/_lib_index_d_.applebuttontype.md)

### iOS Interfaces
- [appleAuth module](docs/modules/_lib_index_d_.md#66)
- [AppleRequestResponse](docs/interfaces/_lib_index_d_.applerequestresponse.md)
- [AppleRequestResponseFullName](docs/interfaces/_lib_index_d_.applerequestresponsefullname.md)

### iOS Enumerations
- [AppleRequestOptions](docs/enums/_lib_index_d_.applerequestoperation.md)
- [AppleCredentialState](docs/enums/_lib_index_d_.applecredentialstate.md)
- [AppleError](docs/enums/_lib_index_d_.appleerror.md)
- [AppleRealUserStatus](docs/enums/_lib_index_d_.applerealuserstatus.md)
- [AppleRequestOperation](docs/enums/_lib_index_d_.applerequestoperation.md)
- [AppleRequestScope](docs/enums/_lib_index_d_.applerequestscope.md)

### Android Interfaces
- [appleAuthAndroid module](docs/modules/_lib_index_d_.md#98)
- [AndroidConfig](docs/interfaces/_lib_index_d_.androidconfig.md)
- [AndroidSigninResponse](docs/interfaces/_lib_index_d_.androidsigninresponse.md)
- [AndroidError](docs/modules/_lib_index_d_.md#androiderror.md)

### Android Enumerations
- [AndroidResponseType](docs/enums/_lib_index_d_.androidresponsetype.md)
- [AndroidScope](docs/enums/_lib_index_d_.androidscope.md)

All API documentation is generated by typedoc, and [is available in the `typedocs` folder](typedocs/modules.md)

## FAQs

Expand Down
35 changes: 0 additions & 35 deletions docs/enums/_lib_index_d_.androidresponsetype.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/enums/_lib_index_d_.androidscope.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/enums/_lib_index_d_.applebuttonstyle.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/enums/_lib_index_d_.applebuttontype.md

This file was deleted.

54 changes: 0 additions & 54 deletions docs/enums/_lib_index_d_.applecredentialstate.md

This file was deleted.

65 changes: 0 additions & 65 deletions docs/enums/_lib_index_d_.appleerror.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/enums/_lib_index_d_.applerealuserstatus.md

This file was deleted.

Loading

0 comments on commit c022729

Please sign in to comment.