From 49ebd83ad2291bec3e3f33e4efaeb17474438160 Mon Sep 17 00:00:00 2001 From: Kubilay Kahveci Date: Mon, 30 Sep 2024 15:37:49 +0100 Subject: [PATCH] docs: update package readme files Signed-off-by: Kubilay Kahveci --- packages/auto-complete/README.md | 2 +- packages/core/README.md | 2 +- packages/create-app/README.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/auto-complete/README.md b/packages/auto-complete/README.md index cd56460..4d58215 100644 --- a/packages/auto-complete/README.md +++ b/packages/auto-complete/README.md @@ -6,4 +6,4 @@ [![NPM Type Definitions](https://img.shields.io/npm/types/@stricli/auto-complete.svg?style=flat-square)](https://www.npmjs.com/package/@stricli/auto-complete) [![NPM Downloads](https://img.shields.io/npm/dm/@stricli/auto-complete.svg?style=flat-square)](https://www.npmjs.com/package/@stricli/auto-complete) -👉 See **https://bloomberg.github.io/stricli/packages/auto-complete** for documentation on this package. +👉 See **https://bloomberg.github.io/stricli** for documentation on Stricli and **https://bloomberg.github.io/stricli/packages/auto-complete** for the API docs of this package. diff --git a/packages/core/README.md b/packages/core/README.md index eab2b28..1c6e9e5 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -6,4 +6,4 @@ [![NPM Type Definitions](https://img.shields.io/npm/types/@stricli/core.svg?style=flat-square)](https://www.npmjs.com/package/@stricli/core) [![NPM Downloads](https://img.shields.io/npm/dm/@stricli/core.svg?style=flat-square)](https://www.npmjs.com/package/@stricli/core) -👉 See **https://bloomberg.github.io/stricli/packages/core** for documentation on this package. +👉 See **https://bloomberg.github.io/stricli** for documentation on Stricli and **https://bloomberg.github.io/stricli/packages/core** for the API docs of this package. diff --git a/packages/create-app/README.md b/packages/create-app/README.md index 06b1941..836ae14 100644 --- a/packages/create-app/README.md +++ b/packages/create-app/README.md @@ -13,3 +13,5 @@ Run the following command to use this package. ``` npx @stricli/create-app@latest ``` + +👉 See **https://bloomberg.github.io/stricli** for documentation on Stricli.