From 48dd83f657a934c2bd1d7a76f9b4bd25689f7a7b Mon Sep 17 00:00:00 2001 From: Danilo Hoffmann Date: Sun, 19 Jan 2020 10:24:53 +0100 Subject: [PATCH] docs: move customization guide to docs folder --- README.md | 2 +- docs/README.md | 2 ++ CUSTOMIZING.md => docs/customizations.md | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename CUSTOMIZING.md => docs/customizations.md (100%) diff --git a/README.md b/README.md index ca48d785812..8e09efc7dc9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The project can alternatively be run in production mode with `npm start`. ## Customization -Before customizing the PWA for your specific needs, have a look at our [Customization Guide](./CUSTOMIZING.md) and also have a look at the current [PWA Guide](https://support.intershop.de/kb/index.php?c=Search&qoff=0&qtext=guide+progressive+web+app) first. +Before customizing the PWA for your specific needs, have a look at our [Customization Guide](./docs/customizations.md) and also have a look at the current [PWA Guide](https://support.intershop.de/kb/index.php?c=Search&qoff=0&qtext=guide+progressive+web+app) first. ## Development Server diff --git a/docs/README.md b/docs/README.md index 2e4c18ed096..e1997109869 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,4 +4,6 @@ ## [State Management](./state-management.md) +## [Customizations](./customizations.md) + ## [Migrations](./migrations.md) diff --git a/CUSTOMIZING.md b/docs/customizations.md similarity index 100% rename from CUSTOMIZING.md rename to docs/customizations.md