From 9a5425a832a0144e7115d2aaa677c6fc1ac657b9 Mon Sep 17 00:00:00 2001 From: James Singleton Date: Tue, 2 Mar 2021 11:15:51 -0800 Subject: [PATCH] chore(guides): rename recipes to guides --- README.md | 10 +++++----- docs/guides/Analytics.md | 2 +- docs/guides/Basics.md | 2 +- docs/guides/BestPractices.md | 2 +- docs/guides/Cache.md | 2 +- docs/guides/Patterns.md | 2 +- docs/guides/README.md | 4 ++-- docs/guides/Testing.md | 2 +- docs/guides/WebPush.md | 2 +- docs/guides/WithReact.md | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1a5ba2f..0ffed20 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ [code-of-conduct-doc]: ./CODE_OF_CONDUCT.md [api-doc]: ./docs/api/README.md -[recipes-doc]: ./docs/recipes/README.md -[best-practices-doc]: ./docs/recipes/BestPractices.md +[guides-doc]: ./docs/guides/README.md +[best-practices-doc]: ./docs/guides/BestPractices.md

one-service-worker - One Amex @@ -51,12 +51,12 @@ Want to get paid for your contributions to `@americanexpress/one-service-worker` ## 📚 Documentation -### **Recipes** +### **Guides** -We have an assortment of recipes and guides to help out with use cases +We have an assortment of guides to help out with use cases and usage patterns we recommend with the library: -[**👉 Check out the various recipes and guides 👈**][recipes-doc] +[**👉 Check out the various guides 👈**][guides-doc] ### **API** diff --git a/docs/guides/Analytics.md b/docs/guides/Analytics.md index 9454b67..6292127 100644 --- a/docs/guides/Analytics.md +++ b/docs/guides/Analytics.md @@ -2,7 +2,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) ### Overview diff --git a/docs/guides/Basics.md b/docs/guides/Basics.md index 8a9b1e0..5c0ca1c 100644 --- a/docs/guides/Basics.md +++ b/docs/guides/Basics.md @@ -2,7 +2,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) ## 📖 Table of Contents diff --git a/docs/guides/BestPractices.md b/docs/guides/BestPractices.md index 9ec6ddd..c9424a4 100644 --- a/docs/guides/BestPractices.md +++ b/docs/guides/BestPractices.md @@ -4,7 +4,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) ## 📖 Table of Contents diff --git a/docs/guides/Cache.md b/docs/guides/Cache.md index 4287ad5..79f52bd 100644 --- a/docs/guides/Cache.md +++ b/docs/guides/Cache.md @@ -5,7 +5,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) With the [`caches` CacheStorage][cache-storage-api] and [`cache` Cache][cache-api], we can create and manage diff --git a/docs/guides/Patterns.md b/docs/guides/Patterns.md index 1674b98..d70ef3e 100644 --- a/docs/guides/Patterns.md +++ b/docs/guides/Patterns.md @@ -2,7 +2,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) ## Scope based service worker scripts diff --git a/docs/guides/README.md b/docs/guides/README.md index 24b342a..d2917a9 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -2,7 +2,7 @@ [👈 Return to README](../../README.md) -# 👩‍🍳 Recipes +# 👩‍🍳 Guides * [Analytics](./Analytics.md) * [Basics](./Basics.md) @@ -13,4 +13,4 @@ * [With React](./WithReact.md) * [Testing A Service Worker](./Testing.md) -[☝️ Return To Top](#-recipes) +[☝️ Return To Top](#-guides) diff --git a/docs/guides/Testing.md b/docs/guides/Testing.md index 5072c78..987805d 100644 --- a/docs/guides/Testing.md +++ b/docs/guides/Testing.md @@ -13,7 +13,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) ## 📖 Table of Contents diff --git a/docs/guides/WebPush.md b/docs/guides/WebPush.md index dc40e74..12be5a7 100644 --- a/docs/guides/WebPush.md +++ b/docs/guides/WebPush.md @@ -4,7 +4,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) **Before starting, take note of the script names** diff --git a/docs/guides/WithReact.md b/docs/guides/WithReact.md index a9f1b56..08a0aca 100644 --- a/docs/guides/WithReact.md +++ b/docs/guides/WithReact.md @@ -2,7 +2,7 @@ [👈 Go to `README`](../../README.md) -[👆 Back to `Recipes`](./README.md) +[👆 Back to `Guides`](./README.md) It can be beneficial to register a service worker as early as possible during app start.