From cedb5fe955094cdf426ef9d483aa3555416fba94 Mon Sep 17 00:00:00 2001 From: Davlatjon Shavkatov Date: Mon, 8 Jul 2024 11:58:40 +0500 Subject: [PATCH] docs(website): improvements --- docs/features/GPG_SIGN.md | 4 ++-- docs/features/SSH_SIGN.md | 5 ++--- docs/features/WORKSPACE.md | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/features/GPG_SIGN.md b/docs/features/GPG_SIGN.md index 25b50f0..01adf14 100644 --- a/docs/features/GPG_SIGN.md +++ b/docs/features/GPG_SIGN.md @@ -61,7 +61,7 @@ then copy content of `gpg-base64` file :::tip -See [`GPG Environment variables`](../CONFIGURATION.md#gpg-git-variables) +See [`GPG Environment variables`](../plugins/GIT.md#gpg-git-variables) ::: @@ -71,7 +71,7 @@ Save your [GPG key](#export-your-gpg-key) as `GPG_KEY` variable as **SECRET** no :::tip -See [`GPG Environment variables`](../CONFIGURATION.md#gpg-git-variables) +See [`GPG Environment variables`](../plugins/GIT.md#gpg-git-variables) ::: diff --git a/docs/features/SSH_SIGN.md b/docs/features/SSH_SIGN.md index fed4f57..607a704 100644 --- a/docs/features/SSH_SIGN.md +++ b/docs/features/SSH_SIGN.md @@ -1,6 +1,5 @@ --- sidebar_position: 2 -title: SSH Sign --- # SSH Sign @@ -53,7 +52,7 @@ then copy content of `ssh-base64` file :::tip -See [`SSH Environment variables`](../CONFIGURATION.md#ssh-git-variables) +See [`SSH Environment variables`](../plugins/GIT.md#ssh-git-variables) ::: @@ -63,7 +62,7 @@ Save your [SSH key](#export-your-ssh-key) as `SSH_PRIVATE_KEY` variable as **SEC :::tip -See [`SSH Environment variables`](../CONFIGURATION.md#ssh-git-variables) +See [`SSH Environment variables`](../plugins/GIT.md#ssh-git-variables) ::: diff --git a/docs/features/WORKSPACE.md b/docs/features/WORKSPACE.md index 42e7900..d6dfe23 100644 --- a/docs/features/WORKSPACE.md +++ b/docs/features/WORKSPACE.md @@ -38,9 +38,9 @@ Modyify plugins as you wish and for your project needs ### Add or set `env` -Add required [`Environment variables`](../CONFIGURATION.md#environment-variables) to file `.env` or set into your environment +Add required [`Environment variables`](../plugins/GIT.md#environment-variables) to file `.env` or set into your environment -Another option could be set your [`Environment variables`](../CONFIGURATION.md#environment-variables) on **CI** and run on **CI** for testing purposes. See [`example`](../CONFIGURATION.md#gh-actions-configurations) +Another option could be set your [`Environment variables`](../plugins/GIT.md#environment-variables) on **CI** and run on **CI** for testing purposes. See [`example`](../CONFIGURATION.md#gh-actions-configurations) ### Run `release` script