From 4c86a8331bf7449024548ccda36e6f4b4768cdda Mon Sep 17 00:00:00 2001 From: Matt Byrne Date: Mon, 11 Dec 2023 18:07:14 +1100 Subject: [PATCH] Tweak headings in readme docs --- README.md | 2 +- packages/gcp-bigquery/README.md | 2 +- packages/gcp-core/README.md | 2 +- packages/gcp-datastore-backups/README.md | 2 +- packages/gcp-datastore/README.md | 2 +- packages/gcp-firebase-auth/README.md | 2 +- packages/gcp-firestore-backups/README.md | 2 +- packages/gcp-firestore-migrations/README.md | 4 ++-- packages/gcp-firestore/README.md | 2 +- packages/gcp-google-auth/README.md | 2 +- packages/gcp-storage/README.md | 2 +- packages/gcp-tasks/README.md | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 21355db..0888996 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# MONDO KIT +# MondoKit A helpful toolkit to simplify building NodeJS applications on the cloud. The most mature set of libraries is currently focussed on Google Cloud Platform (GCP). diff --git a/packages/gcp-bigquery/README.md b/packages/gcp-bigquery/README.md index 3d829fa..bb9d45a 100644 --- a/packages/gcp-bigquery/README.md +++ b/packages/gcp-bigquery/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP BIGQUERY +# MondoKit GCP BigQuery Simplifies BigQuery client initialisation and common BigQuery operations. diff --git a/packages/gcp-core/README.md b/packages/gcp-core/README.md index b8ecf89..7e4e372 100644 --- a/packages/gcp-core/README.md +++ b/packages/gcp-core/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP CORE +# MondoKit GCP Core The core stuff needed for most apps. diff --git a/packages/gcp-datastore-backups/README.md b/packages/gcp-datastore-backups/README.md index 06f5908..031dbaa 100644 --- a/packages/gcp-datastore-backups/README.md +++ b/packages/gcp-datastore-backups/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP DATASTORE BACKUPS +# MondoKit GCP Datastore Backups Module to perform scheduled Datastore exports in your app. diff --git a/packages/gcp-datastore/README.md b/packages/gcp-datastore/README.md index fe3e47d..3b3a1a1 100644 --- a/packages/gcp-datastore/README.md +++ b/packages/gcp-datastore/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP DATASTORE +# MondoKit GCP Datastore 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. diff --git a/packages/gcp-firebase-auth/README.md b/packages/gcp-firebase-auth/README.md index 215e75f..fb3fc01 100644 --- a/packages/gcp-firebase-auth/README.md +++ b/packages/gcp-firebase-auth/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP FIREBASE AUTH +# MondoKit GCP Firebase Auth Use Firebase Auth to authenticate your users diff --git a/packages/gcp-firestore-backups/README.md b/packages/gcp-firestore-backups/README.md index a9581db..73375ec 100644 --- a/packages/gcp-firestore-backups/README.md +++ b/packages/gcp-firestore-backups/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP FIRESTORE BACKUPS +# MondoKit GCP Firestore Backups Module to perform scheduled Firestore exports in your app. diff --git a/packages/gcp-firestore-migrations/README.md b/packages/gcp-firestore-migrations/README.md index 97ca69f..1a8e699 100644 --- a/packages/gcp-firestore-migrations/README.md +++ b/packages/gcp-firestore-migrations/README.md @@ -1,5 +1,5 @@ -# MONDOKIT GCP FIRESTORE MIGRATIONS +# MondoKit GCP Firestore Migrations -Setup and Run migrations, with state stored in firestore and a mutex lock to ensure only one is run at a time +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://mondokit.dev/packages/gcp-migrations.html) diff --git a/packages/gcp-firestore/README.md b/packages/gcp-firestore/README.md index e97e3e4..f85a224 100644 --- a/packages/gcp-firestore/README.md +++ b/packages/gcp-firestore/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP FIRESTORE +# MondoKit GCP Firestore Use Firestore in Native mode as your app db including [DataLoader](https://github.com/graphql/dataloader) implementation GraphQL and request level caching. diff --git a/packages/gcp-google-auth/README.md b/packages/gcp-google-auth/README.md index 987d33f..5861712 100644 --- a/packages/gcp-google-auth/README.md +++ b/packages/gcp-google-auth/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP GOOGLE AUTH +# MondoKit GCP Google Auth Utilities extending on [Google Auth Library](https://github.com/googleapis/google-auth-library-nodejs#readme), such as middleware to validate Google JWT. diff --git a/packages/gcp-storage/README.md b/packages/gcp-storage/README.md index 4d0605f..23fb324 100644 --- a/packages/gcp-storage/README.md +++ b/packages/gcp-storage/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP STORAGE +# MondoKit GCP Storage Use Cloud Storage in your app. diff --git a/packages/gcp-tasks/README.md b/packages/gcp-tasks/README.md index 7ebda7e..bf10e53 100644 --- a/packages/gcp-tasks/README.md +++ b/packages/gcp-tasks/README.md @@ -1,4 +1,4 @@ -# MONDOKIT GCP TASKS +# MondoKit GCP Tasks Use Cloud Tasks to call task handler endpoints in your app.