Skip to content

Commit

Permalink
chore: update algolia info
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 11, 2023
1 parent 9e48a03 commit 8417ddd
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export default withTwoslash(
},
themeConfig: {
algolia: {
appId: '6DHD5JFQ7Z',
apiKey: '28c37f5f9198a5d458dc4dae447980fa',
indexName: 'wagmi',
appId: 'ZCSA29G8U5',
apiKey: 'cc70f3c272a8ca62f43a07a1200b7505',
indexName: 'alpha-wagmi',
},
editLink: {
pattern: 'https://github.com/wagmi-dev/wagmi/edit/main/docs/:path',
Expand Down
36 changes: 36 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,46 @@
{
"cleanUrls": true,
"redirects": [
{
"source": "/core/:name(faq)",
"destination": "/core/guides/:name",
"permanent": true
},
{
"source": "/core/:section(actions|connectors)/:name",
"destination": "/core/api/:section/:name",
"permanent": true
},
{
"source": "/core/config",
"destination": "/core/api/createConfig",
"permanent": true
},

{
"source": "/react/:name(faq)",
"destination": "/react/guides/:name",
"permanent": true
},
{
"source": "/react/:section(connectors|hooks)/:name",
"destination": "/react/api/:section/:name",
"permanent": true
},
{
"source": "/react/config",
"destination": "/react/api/createConfig",
"permanent": true
},
{
"source": "/react/prepare-hooks/usePrepareContractWrite",
"destination": "/react/api/hooks/useContractSimulate",
"permanent": true
},
{
"source": "/react/prepare-hooks/usePrepareSendTransaction",
"destination": "/react/api/hooks/useEstimateFeesPerGas",
"permanent": true
}
]
}

1 comment on commit 8417ddd

@vercel
Copy link

@vercel vercel bot commented on 8417ddd Sep 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2.vercel.app
alpha.wagmi.sh
wagmi-v2-git-alpha-wagmi-dev.vercel.app
wagmi-v2-wagmi-dev.vercel.app

Please sign in to comment.