Skip to content

Commit

Permalink
docs: minor stuff (#28)
Browse files Browse the repository at this point in the history
* docs: minor stuff

* docs: remove announcement
  • Loading branch information
vonovak authored Oct 17, 2024
1 parent eff70fc commit d8d4bd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Your sponsorship enables continued maintenance and development of the module and

### Public Version

Available on the public npm registry, this version does not include One-tap sign-in (it uses the deprecated Google Sign-In for Android), Web and macOS support found in the sponsor-only version.
Available on the public npm registry, this version does not include One-tap sign-in (it uses the fully functional, but deprecated Google Sign-In for Android), Web and macOS support found in the sponsor-only version.

## Accessing the private package for sponsors

Expand Down
12 changes: 6 additions & 6 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ const config: Config = {

themeConfig: {
// Replace with your project's social card
announcementBar: {
id: 'announcementBar',
content:
'<a target="_blank" href="https://github.com/react-native-google-signin/google-signin/issues/1259">Bridgeless mode</a> support is now publicly available!',
isCloseable: true,
},
// announcementBar: {
// id: 'announcementBar',
// content:
// '<a target="_blank" href="https://github.com/react-native-google-signin/google-signin/issues/1259">Bridgeless mode</a> support is now publicly available!',
// isCloseable: true,
// },
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'RN Google Sign In',
Expand Down
2 changes: 2 additions & 0 deletions src/pages/github-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
The repo with sources for `@react-native-google-signin/google-signin` is accessible to sponsors at https://github.com/react-native-google-signin/google-signin-next

The public repo is at https://github.com/react-native-google-signin/google-signin

Documentation sources repo is located [here](https://github.com/react-native-google-signin/docs).

0 comments on commit d8d4bd7

Please sign in to comment.