Skip to content

fix: link to edge agent swift #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
Expand Down
Loading