From b1f8b8f6314c7db3abd12b8beb82635ce42a7561 Mon Sep 17 00:00:00 2001 From: rdlabo Date: Sat, 15 Aug 2026 17:21:53 +0900 Subject: [PATCH] point READMEs to centralized documentation --- README.md | 13 ++----------- projects/kit/README.md | 2 ++ projects/photo-editor/README.md | 2 ++ projects/scroll-header/README.md | 2 ++ projects/scroll-strategies/README.md | 2 ++ 5 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 26d4255..d07fcc1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ These libraries is a collection of components and services that are useful for developing Ionic Angular applications. -[Demo site is here.](https://rdlabo-ionic-angular-library.netlify.app/) - -## πŸ’– Support This Project - -Enjoying this project? Your support helps keep it alive and growing! -Sponsoring means you directly contribute to new features, improvements, and maintenance. +Documentation: [Ionic Angular Kit](https://docs.rdlabo.dev/projects/ionic-angular-kit) Β· [Photo Editor](https://docs.rdlabo.dev/projects/ionic-angular-photo-editor) Β· [Scroll Header](https://docs.rdlabo.dev/projects/ionic-angular-scroll-header) Β· [Scroll Strategies](https://docs.rdlabo.dev/projects/ngx-cdk-scroll-strategies) -[Become a Sponsor β†’](https://github.com/sponsors/rdlabo) +[Demo site is here.](https://rdlabo-ionic-angular-library.netlify.app/) ## Support Version @@ -41,7 +36,3 @@ The demo app includes a **Kit** tab with a Firebase Auth harness (`/main/kit/aut 2. `npm start` β€” open the Kit tab. 3. `npm run e2e` β€” Playwright signs up with a UUID email; `window.__E2E__` skips email confirmation. 4. `npm run cap` β€” copy a production build to iOS/Android for device checks (e.g. `kitAuthInput` autofill). - -## sponsors - -This is an Apache-2.0-licensed open source project. It can grow thanks to the support by these awesome people. If you'd like to join them, please read more [here](https://github.com/sponsors/rdlabo) . diff --git a/projects/kit/README.md b/projects/kit/README.md index 44df66c..0209df3 100644 --- a/projects/kit/README.md +++ b/projects/kit/README.md @@ -2,6 +2,8 @@ A small ergonomic kit for Ionic Angular applications. It provides: +**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ionic-angular-kit) + - **KitStorageService** β€” a typed, write-loss-safe wrapper around `@ionic/storage-angular` - **KitOverlayController** β€” a unified presenter for Ionic Modal, Toast, and Alert - **Auth guards** β€” functional guards plus shared `none` / `local` / `remote` runtime access diff --git a/projects/photo-editor/README.md b/projects/photo-editor/README.md index ba01c6e..7013f39 100644 --- a/projects/photo-editor/README.md +++ b/projects/photo-editor/README.md @@ -2,6 +2,8 @@ This is a photo editor and viewer for modal page of Ionic Angular project using Capacitor. +**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ionic-angular-photo-editor) + ## Installation ```bash diff --git a/projects/scroll-header/README.md b/projects/scroll-header/README.md index e2b3a66..f7400e4 100644 --- a/projects/scroll-header/README.md +++ b/projects/scroll-header/README.md @@ -2,6 +2,8 @@ This is directive for scroll with Header. +**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ionic-angular-scroll-header) + ## Installation ```bash diff --git a/projects/scroll-strategies/README.md b/projects/scroll-strategies/README.md index 6465e7b..112e9d7 100644 --- a/projects/scroll-strategies/README.md +++ b/projects/scroll-strategies/README.md @@ -2,6 +2,8 @@ This is strategies of dynamic item size for `@angular/cdk/scrolling`. This allows you set specify each item size in the array to be used for Virtual Scroll. Although the repository name includes β€œIonic” this strategy only works with Angular. +**Documentation:** [Read the full documentation](https://docs.rdlabo.dev/projects/ngx-cdk-scroll-strategies) + This is a simple coding concept: ```html