Skip to content

Commit

Permalink
move station integration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
evanorti committed Jan 10, 2024
1 parent 6c05bc5 commit d36efaa
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 314 deletions.
2 changes: 1 addition & 1 deletion docs/develop/wallet-kit/migration.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Admonition from '@theme/Admonition';

# Migration Guide
# Migrate from Wallet Provider

This guide will cover how to migrate your existing codebase to use Wallet Kit instead of the now deprecated Wallet Provider.

Expand Down
9 changes: 9 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ const sidebars = {
type: 'autogenerated',
dirName: 'station',
},
{
type: 'category',
label: 'Integrate Station',
collapsed: true,
items: [
'develop/wallet-kit/getting-started',
'develop/wallet-kit/migration',
],
},
],
},
{
Expand Down
Loading

0 comments on commit d36efaa

Please sign in to comment.