From 6c6715b5a136d056e8e0283e2478707c3d97a1d2 Mon Sep 17 00:00:00 2001 From: "aurore.stagnol" Date: Fri, 28 Apr 2023 16:09:21 +0200 Subject: [PATCH] fix(global): rm forbidden word artifactory Signed-off-by: aurore.stagnol --- .gitignore | 2 +- packages/starters/react-vite/README.md | 4 +--- packages/starters/react/README.md | 4 +--- packages/starters/vue-vite/README.md | 4 +--- scripts/generate-ods-doc.mjs | 2 +- 5 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f722c712fa..cbb6b9190b 100644 --- a/.gitignore +++ b/.gitignore @@ -136,5 +136,5 @@ Thumbs.db # remove generated definition files *.d.ts -# used file storing the artifactory token, used when building docker image +# used file storing the artijfrog token, used when building docker image /artitoken diff --git a/packages/starters/react-vite/README.md b/packages/starters/react-vite/README.md index 6faf5e8d39..dcebde0ecc 100644 --- a/packages/starters/react-vite/README.md +++ b/packages/starters/react-vite/README.md @@ -27,13 +27,11 @@ cd my-react-vite-ods-app ``` > This clones the repo, copy the wanted starter and then clean up. -**2. Enable access to artifactory** +**2. Enable access (coming soon)** This starter application is using `ODS` as dependency. So you have to check if you have access to the registry with your credentials. -[See Documentation](../?path=/story/code-stencil-components-how-to-install--page#artifactory-access) - **3. Install dependencies** ```shell diff --git a/packages/starters/react/README.md b/packages/starters/react/README.md index c583f828b8..46e2da273c 100644 --- a/packages/starters/react/README.md +++ b/packages/starters/react/README.md @@ -27,13 +27,11 @@ cd my-react-ods-app ``` > This clones the repo, copy the wanted starter and then clean up. -**2. Enable access to artifactory** +**2. Enable access (coming soon)** This starter application is using `ODS` as dependency. So you have to check if you have access to the registry with your credentials. -[See Documentation](../?path=/story/code-stencil-components-how-to-install--page#artifactory-access) - **3. Install dependencies** ```shell diff --git a/packages/starters/vue-vite/README.md b/packages/starters/vue-vite/README.md index e3c4944b7e..25570fdc2b 100644 --- a/packages/starters/vue-vite/README.md +++ b/packages/starters/vue-vite/README.md @@ -29,13 +29,11 @@ cd my-vue-vite-ods-app > This clones the repo, copy the wanted starter and then clean up. -**2. Enable access to artifactory** +**2. Enable access (coming soon)** This starter application is using `ODS` as dependency. So you have to check if you have access to the registry with your credentials. -[See Documentation](../?path=/story/code-stencil-components-how-to-install--page#artifactory-access) - **3. Install dependencies** ```shell diff --git a/scripts/generate-ods-doc.mjs b/scripts/generate-ods-doc.mjs index a9b0f1f5ed..16a7e5b353 100755 --- a/scripts/generate-ods-doc.mjs +++ b/scripts/generate-ods-doc.mjs @@ -1,6 +1,6 @@ #!/usr/bin/env zx /** - * generate doc based on available packages from artifactory + * generate doc based on available packages from artijfrog * execution from monorepo. * `npx zx scripts/generate-ods-doc.mjs https://path-to-registry username token` * OR