Skip to content

Commit e093009

Browse files
authored
fix: Edge SDK Release brings improvements to documentation 5.1.0 Version (#87)
1 parent 230d815 commit e093009

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docusaurus.config.js

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

0 commit comments

Comments
 (0)