Skip to content

Commit

Permalink
Merge branch 'CleverCloud:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeASSIER authored Dec 13, 2023
2 parents 15cfd5e + 82da396 commit 77e97da
Show file tree
Hide file tree
Showing 38 changed files with 43 additions and 59 deletions.
29 changes: 3 additions & 26 deletions .github/workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
#ORGA_ID: ${{ secrets.ORGA_ID }}
ORGA_ID: ${{ secrets.ORGA_ID }}
HUGO_VERSION: ${{ secrets.HUGO_VERSION }}

jobs:
Expand Down Expand Up @@ -67,17 +67,6 @@ jobs:
});
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Extract app_id
id: extract_app_id
run: |
APP_ID=$(jq -r '.apps[0].app_id' .clever.json)
echo "::set-output name=app_id::$APP_ID"
echo "$APP_ID" > app_id_${{ env.BRANCH_NAME }}.txt
- name: Install and configure s3cmd
run: |
sudo apt-get install s3cmd
- name: Upload app_id to S3
run: s3cmd --host ${{ secrets.CELLAR_ADDON_HOST }} --access_key ${{ secrets.CELLAR_ADDON_KEY_ID }} --secret_key ${{ secrets.CELLAR_ADDON_KEY_SECRET }} --host-bucket "%(bucket)s.${{ secrets.CELLAR_ADDON_HOST }}" put app_id_${{ env.BRANCH_NAME }}.txt s3://${{ secrets.CELLAR_BUCKET }}/app_id_${{ env.BRANCH_NAME }}.txt

delete:
runs-on: ubuntu-latest
Expand All @@ -88,21 +77,11 @@ jobs:
steps:
- name: install clever-tools
run: npm install -g clever-tools
- name: Install and configure s3cmd
run: |
sudo apt-get install s3cmd
- name: Download app_id from Cellar
run: s3cmd --host ${{ secrets.CELLAR_ADDON_HOST }} --access_key ${{ secrets.CELLAR_ADDON_KEY_ID }} --secret_key ${{ secrets.CELLAR_ADDON_KEY_SECRET }} --host-bucket "%(bucket)s.${{ secrets.CELLAR_ADDON_HOST }}" get s3://${{ secrets.CELLAR_BUCKET }}/app_id_${{ env.BRANCH_NAME }}.txt
- name: Get APP_ID
id: get_app_id
run: |
echo "APP_ID=$(<app_id_${{ env.BRANCH_NAME }}.txt)" >> $GITHUB_ENV
- name: Delete app
run: |
clever link $APP_ID
clever login --token ${{ env.CLEVER_TOKEN }} --secret ${{ env.CLEVER_SECRET }}
clever link -o ${{ env.ORGA_ID }} doc-review-${{ env.BRANCH_NAME }}
clever delete --alias doc-review-${{ env.BRANCH_NAME }} --yes
- name: Delete S3 file
run: s3cmd --host ${{ secrets.CELLAR_ADDON_HOST }} --access_key ${{ secrets.CELLAR_ADDON_KEY_ID }} --secret_key ${{ secrets.CELLAR_ADDON_KEY_SECRET }} --host-bucket "%(bucket)s.${{ secrets.CELLAR_ADDON_HOST }}" del s3://${{ secrets.CELLAR_BUCKET }}/app_id_${{ env.BRANCH_NAME }}.txt
- name: Comment PR
uses: actions/github-script@v5
with:
Expand All @@ -117,5 +96,3 @@ jobs:
});
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


File renamed without changes.
3 changes: 3 additions & 0 deletions content/doc/CLI/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ keywords:
aliases:
- /doc/quickstartcli
- /doc/getting-started/cli
- /doc/reference/clever-tools/getting_started
- /doc/reference/clever-tools

type: "docs"
comments: false
---
Expand Down
1 change: 1 addition & 0 deletions content/doc/CLI/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ keywords:
- list
aliases:
- /doc/administrate/clever-tools/lifecycle
- /doc/clever-tools/lifecycle/
---
## Status of your application

Expand Down
3 changes: 2 additions & 1 deletion content/doc/billing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ aliases:
type: "docs"
comments: false
aliases:
- /doc/billing
- /doc/billing
- /clever-cloud-overview/
---

{{< cards >}}
Expand Down
2 changes: 2 additions & 0 deletions content/doc/billing/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ tags:
keywords:
- pricing
type: docs
aliases:
- /clever-cloud-overview/pricing/
---

Our up-to-date prices (as well as a pricing calculator) is available on the [pricing page](https://www.clever-cloud.com/pricing).
2 changes: 1 addition & 1 deletion layouts/partials/add-ssh-keys-short-version/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/authentication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/bintray-to-nexus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/blackfire/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/cached-dependencies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/create-application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/db-backup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/deploy-ftp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/deploy-git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/env-injection/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/java-versions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/language-specific-deploy/go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/language-specific-deploy/java/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/language-specific-deploy/node/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/language-specific-deploy/php/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/language-specific-deploy/ruby/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/language-specific-deploy/rust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
</li><li class="flex flex-col gap-1 "><a
class="flex items-center justify-between gap-2 cursor-pointer rounded px-2 py-1.5 text-sm transition-colors [-webkit-tap-highlight-color:transparent] [-webkit-touch-callout:none] [word-break:break-word]
text-gray-500 hover:bg-gray-100 hover:text-gray-900 contrast-more:border contrast-more:border-transparent contrast-more:text-gray-900 contrast-more:hover:border-gray-900 dark:text-neutral-400 dark:hover:bg-primary-100/5 dark:hover:text-gray-50 contrast-more:dark:text-gray-50 contrast-more:dark:hover:border-gray-50"
href="/doc/account/ssh-keys-managment/"
href="/doc/account/ssh-keys-management/"

>SSH Keys
</a>
Expand Down
Loading

0 comments on commit 77e97da

Please sign in to comment.