From 22d0b8c7777c71feecc5b78510552e7e58d424ac Mon Sep 17 00:00:00 2001 From: MIchael Breuninger Date: Fri, 17 May 2024 22:05:02 +0800 Subject: [PATCH] fix: link to edge agent swift Signed-off-by: MIchael Breuninger --- .github/workflows/deployment.yml | 4 ++-- docusaurus.config.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1c1b28d4f..6a9550871 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -15,10 +15,10 @@ on: workflow_dispatch: inputs: version: - description: "Version to deploy, e.g. v1.0.0" + description: "Document tag to deploy, e.g v1.76.1" required: true env: - description: "Environment to trigger update on" + description: "Target environment: staging or production" required: false default: "staging" push: diff --git a/docusaurus.config.js b/docusaurus.config.js index 65cc572f1..5edf326f5 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -131,16 +131,16 @@ const config = { position: 'left', items: [ { - label: 'Edge SDK Swift', - href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/atalaprismsdk', + label: 'Edge Agent SDK Swift', + href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk', }, { to: '/atala-prism-wallet-sdk-ts/sdk', - label: 'Edge SDK Typescript', + label: 'Edge Agent SDK Typescript', activeBaseRegex: `/atala-prism-wallet-sdk-ts/sdk` }, { - label: 'Edge SDK Kotlin Multiplatform', + label: 'Edge Agent SDK Kotlin Multiplatform', href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/', }, ],