Skip to content

Commit

Permalink
Update links to mondokit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbyrne00 committed Dec 11, 2023
1 parent b6ff6a1 commit f75a4db
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ A helpful toolkit to simplify building NodeJS applications on the cloud. The mos

Built for ESM only.

[Official documentation](https://mondo-mob.github.io/gae-js-docs)
[Official documentation](https://mondokit.dev)

## Package documentation

- [gae-js-core](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-core.html)
- [gae-js-firestore](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-firestore.html)
- [gae-js-firestore-backups](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-firestore-backups.html)
- [gae-js-datastore](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-datastore.html)
- [gae-js-datastore-backups](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-datastore-backups.html)
- [gae-js-storage](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-storage.html)
- [gae-js-tasks](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-tasks.html)
- [gae-js-bigquery](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-bigquery.html)
- [gae-js-google-auth](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-google-auth.html)
- [gae-js-firebase-auth](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-firebase-auth.html)
- [gae-js-migrations](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-migrations.html)
- [gcp-core](https://mondokit.dev/packages/gcp-core.html)
- [gcp-firestore](https://mondokit.dev/packages/gcp-firestore.html)
- [gcp-firestore-backups](https://mondokit.dev/packages/gcp-firestore-backups.html)
- [gcp-firestore-migrations](https://mondokit.dev/packages/gcp-migrations.html)
- [gcp-datastore](https://mondokit.dev/packages/gcp-datastore.html)
- [gcp-datastore-backups](https://mondokit.dev/packages/gcp-datastore-backups.html)
- [gcp-storage](https://mondokit.dev/packages/gcp-storage.html)
- [gcp-tasks](https://mondokit.dev/packages/gcp-tasks.html)
- [gcp-bigquery](https://mondokit.dev/packages/gcp-bigquery.html)
- [gcp-google-auth](https://mondokit.dev/packages/gcp-google-auth.html)
- [gcp-firebase-auth](https://mondokit.dev/packages/gcp-firebase-auth.html)

## History

Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Simplifies BigQuery client initialisation and common BigQuery operations.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-bigquery.html)
[Official documentation](https://mondokit.dev/packages/gcp-bigquery.html)
2 changes: 1 addition & 1 deletion packages/gcp-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The core stuff needed for most apps.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-core.html)
[Official documentation](https://mondokit.dev/packages/gcp-core.html)
2 changes: 1 addition & 1 deletion packages/gcp-datastore-backups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Datastore exports are long-running operations. This module keeps track of operat
After an operation is started it will queue tasks to update the status of the operation until it is complete.
Once complete the backup can be auto-imported into BigQuery.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-datastore-backups.html)
[Official documentation](https://mondokit.dev/packages/gcp-datastore-backups.html)
2 changes: 1 addition & 1 deletion packages/gcp-datastore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Use Cloud Datastore (or Firestore in Datastore Mode) as your app db including [DataLoader](https://github.com/graphql/dataloader) implementation GraphQL
and request level caching.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-datastore.html)
[Official documentation](https://mondokit.dev/packages/gcp-datastore.html)
2 changes: 1 addition & 1 deletion packages/gcp-firebase-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Use Firebase Auth to authenticate your users

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-firebase-auth.html)
[Official documentation](https://mondokit.dev/packages/gcp-firebase-auth.html)
2 changes: 1 addition & 1 deletion packages/gcp-firestore-backups/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Firestore exports are long-running operations. This module keeps track of operat
After an operation is started it will queue tasks to update the status of the operation until it is complete.
Once complete the backup can be auto-imported into BigQuery.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-firestore-backups.html)
[Official documentation](https://mondokit.dev/packages/gcp-firestore-backups.html)
2 changes: 1 addition & 1 deletion packages/gcp-firestore-migrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Setup and Run migrations, with state stored in firestore and a mutex lock to ensure only one is run at a time

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-migrations.html)
[Official documentation](https://mondokit.dev/packages/gcp-migrations.html)
2 changes: 1 addition & 1 deletion packages/gcp-firestore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Use Firestore in Native mode as your app db including [DataLoader](https://github.com/graphql/dataloader) implementation GraphQL
and request level caching.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-firestore.html)
[Official documentation](https://mondokit.dev/packages/gcp-firestore.html)
2 changes: 1 addition & 1 deletion packages/gcp-google-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Utilities extending on [Google Auth Library](https://github.com/googleapis/google-auth-library-nodejs#readme), such as middleware to validate Google JWT.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-google-auth.html)
[Official documentation](https://mondokit.dev/packages/gcp-google-auth.html)
2 changes: 1 addition & 1 deletion packages/gcp-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Use Cloud Storage in your app.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-storage.html)
[Official documentation](https://mondokit.dev/packages/gcp-storage.html)
2 changes: 1 addition & 1 deletion packages/gcp-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Use Cloud Tasks to call task handler endpoints in your app.

[Official documentation](https://mondo-mob.github.io/gae-js-docs/packages/gae-js-tasks.html)
[Official documentation](https://mondokit.dev/packages/gcp-tasks.html)

0 comments on commit f75a4db

Please sign in to comment.