Skip to content

Commit 63314cb

Browse files
fix: link to edge agent swift (#93)
Signed-off-by: MIchael Breuninger <[email protected]>
1 parent 27e4ea0 commit 63314cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deployment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ on:
1515
workflow_dispatch:
1616
inputs:
1717
version:
18-
description: "Version to deploy, e.g. v1.0.0"
18+
description: "Document tag to deploy, e.g v1.76.1"
1919
required: true
2020
env:
21-
description: "Environment to trigger update on"
21+
description: "Target environment: staging or production"
2222
required: false
2323
default: "staging"
2424
push:

docusaurus.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,16 @@ const config = {
131131
position: 'left',
132132
items: [
133133
{
134-
label: 'Edge SDK Swift',
135-
href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/atalaprismsdk',
134+
label: 'Edge Agent SDK Swift',
135+
href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-swift/documentation/edgeagentsdk',
136136
},
137137
{
138138
to: '/atala-prism-wallet-sdk-ts/sdk',
139-
label: 'Edge SDK Typescript',
139+
label: 'Edge Agent SDK Typescript',
140140
activeBaseRegex: `/atala-prism-wallet-sdk-ts/sdk`
141141
},
142142
{
143-
label: 'Edge SDK Kotlin Multiplatform',
143+
label: 'Edge Agent SDK Kotlin Multiplatform',
144144
href: 'https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/',
145145
},
146146
],

0 commit comments

Comments
 (0)