File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
workflow_dispatch :
16
16
inputs :
17
17
version :
18
- description : " Version to deploy, e.g. v1.0.0 "
18
+ description : " Document tag to deploy, e.g v1.76.1 "
19
19
required : true
20
20
env :
21
- description : " Environment to trigger update on "
21
+ description : " Target environment: staging or production "
22
22
required : false
23
23
default : " staging"
24
24
push :
Original file line number Diff line number Diff line change @@ -131,16 +131,16 @@ const config = {
131
131
position : 'left' ,
132
132
items : [
133
133
{
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 ' ,
136
136
} ,
137
137
{
138
138
to : '/atala-prism-wallet-sdk-ts/sdk' ,
139
- label : 'Edge SDK Typescript' ,
139
+ label : 'Edge Agent SDK Typescript' ,
140
140
activeBaseRegex : `/atala-prism-wallet-sdk-ts/sdk`
141
141
} ,
142
142
{
143
- label : 'Edge SDK Kotlin Multiplatform' ,
143
+ label : 'Edge Agent SDK Kotlin Multiplatform' ,
144
144
href : 'https://input-output-hk.github.io/atala-prism-wallet-sdk-kmm/' ,
145
145
} ,
146
146
] ,
You can’t perform that action at this time.
0 commit comments