Skip to content

Commit

Permalink
docs(website): improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Jul 8, 2024
1 parent 1373beb commit cedb5fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/features/GPG_SIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

:::

Expand All @@ -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)

:::

Expand Down
5 changes: 2 additions & 3 deletions docs/features/SSH_SIGN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_position: 2
title: SSH Sign
---

# SSH Sign
Expand Down Expand Up @@ -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)

:::

Expand All @@ -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)

:::

Expand Down
4 changes: 2 additions & 2 deletions docs/features/WORKSPACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cedb5fe

Please sign in to comment.