Skip to content

Commit

Permalink
revert: add base skeleton for docs refactor
Browse files Browse the repository at this point in the history
This reverts commit 78b2f76.
  • Loading branch information
moldy530 committed Jul 30, 2024
1 parent d422515 commit dca6081
Show file tree
Hide file tree
Showing 7 changed files with 335 additions and 428 deletions.
6 changes: 0 additions & 6 deletions site/pages/core/overview.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions site/pages/infra/overview.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
outline: deep
title: Migration Guide
description: How to upgrade through breaking changes of the aa-sdk and account-kit
head:
- - meta
- property: og:title
content: Migrating to aa-sdk v3
- - meta
- name: description
content: How to upgrade through breaking changes of aa-sdk v3
- - meta
- property: og:description
content: How to upgrade through breaking changes of aa-sdk v3.
- - meta
- name: twitter:title
content: Migration Guide
- - meta
- name: twitter:description
content: How to upgrade through breaking changes of aa-sdk v3.
---

# Migration Guide
Expand Down Expand Up @@ -75,7 +89,7 @@ const client = createSmartAccountClient({ // [!code ++]
### Client: signature changes on methods
To support [the various ways](/migration-guide#account-connecting-to-a-smart-account) of connecting to a smart account, the signatures of the methods on `SmartAccountClient` have changed. Almost all methods now have an optional param for `account` and have been converted into single argument functions that take an object with the their properties instead.
To support [the various ways](/migration-guides/migrating-to-v3#account-connecting-to-a-smart-account) of connecting to a smart account, the signatures of the methods on `SmartAccountClient` have changed. Almost all methods now have an optional param for `account` and have been converted into single argument functions that take an object with the their properties instead.
### Account: `BaseSmartContractAccount``SmartContractAccount`
Expand Down
6 changes: 0 additions & 6 deletions site/pages/signer/overview.mdx

This file was deleted.

6 changes: 0 additions & 6 deletions site/pages/smart-contracts/overview.mdx

This file was deleted.

324 changes: 0 additions & 324 deletions site/sidebar/old.ts

This file was deleted.

Loading

0 comments on commit dca6081

Please sign in to comment.