Skip to content

Commit a344864

Browse files
authored
Chore: update git pages action (#2375)
* fix: revert @web3-onboard/para in docs to 1.0.0 * chore: update git pages * remove auto trigger * rename blocknative URLs to thirdweb
1 parent bdc77c6 commit a344864

File tree

74 files changed

+89
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+89
-93
lines changed

.github/workflows/docs.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name: Deploy documentation to Pages
33

44
on:
5-
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["docs"]
8-
95
# Allows you to run this workflow manually from the Actions tab
106
workflow_dispatch:
117

@@ -32,13 +28,13 @@ jobs:
3228
working-directory: ./docs
3329
steps:
3430
- name: Checkout
35-
uses: actions/checkout@v3
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3632

3733
- name: Setup Pages
38-
uses: actions/configure-pages@v2
34+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b
3935

4036
- name: Setup Nodejs and yarn
41-
uses: actions/setup-node@v2
37+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
4238
with:
4339
node-version: "18.18"
4440
cache: yarn
@@ -52,21 +48,21 @@ jobs:
5248
run: yarn build
5349

5450
- name: Generate the sitemap
55-
uses: cicirello/generate-sitemap@v1
51+
uses: cicirello/generate-sitemap@f76c8312a5a364c49e2610b8af12ae861805a056
5652
with:
5753
path-to-root: './docs/build'
5854
drop-html-extension: true
59-
base-url-path: https://onboard.blocknative.com
55+
base-url-path: https://web3onboard.thirdweb.com
6056

6157
- name: Peak at folder contents
6258
run: ls -al
6359

6460
- name: Upload artifact
65-
uses: actions/upload-pages-artifact@v1
61+
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa
6662
with:
6763
# Upload entire repository
6864
path: './docs/build'
6965

7066
- name: Deploy to GitHub Pages
7167
id: deployment
72-
uses: actions/deploy-pages@v1
68+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ if (wallets[0]) {
8888

8989
**Onboard v1 migration guide**
9090

91-
If you're coming from v1, we've created a [migration guide for you](https://onboard.blocknative.com/docs/overview/onboard.js-migration-guide#background).
91+
If you're coming from v1, we've created a [migration guide for you](https://web3onboard.thirdweb.com/docs/overview/onboard.js-migration-guide#background).
9292

9393
## Documentation
9494

95-
For full documentation, check out the README.md for each package or the [docs page here](https://onboard.blocknative.com/docs/overview/introduction#features):
95+
For full documentation, check out the README.md for each package or the [docs page here](https://web3onboard.thirdweb.com/docs/overview/introduction#features):
9696

9797
**Core Repo**
9898

docs/src/lib/components/SEO/index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export let url
88
99
export let image = {
10-
url: 'https://onboard.blocknative.com/blocknative-onboard-og-image.png',
10+
url: 'https://web3onboard.thirdweb.com/blocknative-onboard-og-image.png',
1111
alt: 'Web3-Onboard Connect Wallet Button'
1212
}
1313

docs/src/lib/services/onboard.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const intiOnboard = async theme => {
8080
const dcent = dcentModule()
8181
const walletConnect = walletConnectModule({
8282
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5',
83-
dappUrl: 'https://onboard.blocknative.com/'
83+
dappUrl: 'https://web3onboard.thirdweb.com/'
8484
})
8585
const ledger = ledgerModule({
8686
walletConnectVersion: 2,
@@ -119,7 +119,7 @@ const intiOnboard = async theme => {
119119

120120
const uauthOptions = {
121121
clientID: "a7371c4a-a61e-4fac-af48-4471c2e69e93",
122-
redirectUri: "https://onboard.blocknative.com",
122+
redirectUri: "https://web3onboard.thirdweb.com",
123123
scope: 'openid wallet email:optional humanity_check:optional profile:optional social:optional',
124124
walletConnectProjectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
125125
}
@@ -269,7 +269,7 @@ const intiOnboard = async theme => {
269269
{ name: 'MetaMask', url: 'https://metamask.io' },
270270
{ name: 'Coinbase', url: 'https://wallet.coinbase.com/' }
271271
],
272-
explore: 'https://onboard.blocknative.com/'
272+
explore: 'https://web3onboard.thirdweb.com/'
273273
},
274274
accountCenter: { desktop: { enabled: true }, mobile: { enabled: true } },
275275
theme: theme || 'system',

docs/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
const title = 'Web3-Onboard | Framework-agnostic Web3 Connect Wallet Button'
3838
const metadescription =
3939
'Open-source, framework-agnostic JavaScript library to onboard users to web3 apps. Help your users transact with ease by enabling wallet connection, real-time transaction states, and more.'
40-
const url = 'https://onboard.blocknative.com/'
40+
const url = 'https://web3onboard.thirdweb.com/'
4141
</script>
4242

4343
<svelte:head>

docs/src/routes/docs/[...3]modules/[...8]wagmi/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The config and connectors can be used with the WAGMI API returned from this modu
4242
## WAGMI Example
4343

4444
This example assumes you have already setup web3-onboard to connect wallets to your dapp.
45-
For more information see [web3-onboard docs](https://onboard.blocknative.com/docs/modules/core#install).
45+
For more information see [web3-onboard docs](https://web3onboard.thirdweb.com/docs/modules/core#install).
4646

4747
```ts
4848
import Onboard from '@web3-onboard/core'

docs/src/routes/docs/[...4]wallets/[...1]arcana/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To enable the Arcana wallet in Web3 apps, developers must register and configure
1414
For details, see [Quick Start Guide](https://docs.arcana.network/auth-quick-start.html).
1515
:::
1616

17-
[Web3-Onboard](https://onboard.blocknative.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Arcana Wallet](https://docs.arcana.network/concepts/anwallet/index.html) support into Web3 Onboard's "Connect Wallet" modal. With this module, the Arcana wallet option will be shown for any app that integrates with the Arcana Auth SDK and uses it to onboard users. There is no need to download any browser extension. For more information on how to use the Arcana Wallet, please refer to the [Arcana Wallet User Guide](https://docs.arcana.network/user-guides/wallet-ui/index.html).
17+
[Web3-Onboard](https://web3onboard.thirdweb.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Arcana Wallet](https://docs.arcana.network/concepts/anwallet/index.html) support into Web3 Onboard's "Connect Wallet" modal. With this module, the Arcana wallet option will be shown for any app that integrates with the Arcana Auth SDK and uses it to onboard users. There is no need to download any browser extension. For more information on how to use the Arcana Wallet, please refer to the [Arcana Wallet User Guide](https://docs.arcana.network/user-guides/wallet-ui/index.html).
1818

1919
### Install
2020

docs/src/routes/docs/[...4]wallets/[...23]phantom/+page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Phantom
88
The module for connecting Phantom to Web3 Onboard is still in alpha testing and Phantom Eth mainnet coverage is not fully public yet but will be soon. Please visit the [Official Phantom Site](https://phantom.app/) for more details.
99
:::
1010

11-
[Web3-Onboard](https://onboard.blocknative.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Phantom Wallet](https://phantom.app/) support into Web3 Onboard's "Connect Wallet" modal. With this module the Phantom option will be shown even if the extension is not installed on the users browser or used within the Phantom app. If selected the user will be taken to a download screen and prompted to create a Phantom wallet. For more information on Phantom, please refer to the [Phantom developer docs](https://docs.phantom.app/).
11+
[Web3-Onboard](https://web3onboard.thirdweb.com/) is an open-source, framework-agnostic JavaScript library to onboard users to web3 apps. This package can be used to integrate [Phantom Wallet](https://phantom.app/) support into Web3 Onboard's "Connect Wallet" modal. With this module the Phantom option will be shown even if the extension is not installed on the users browser or used within the Phantom app. If selected the user will be taken to a download screen and prompted to create a Phantom wallet. For more information on Phantom, please refer to the [Phantom developer docs](https://docs.phantom.app/).
1212

1313
### Install
1414

docs/src/routes/faq/+page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Join our [discord](https://discord.com/invite/KZaBVME) if you want to chat with
2020

2121
4. Is Web3 Onboard customizable?
2222

23-
Yes, we’ve made a [theming interface](https://onboard.blocknative.com/theming-tool) to show how you can theme Web3 Onboard for your dapp.
23+
Yes, we’ve made a [theming interface](https://web3onboard.thirdweb.com/theming-tool) to show how you can theme Web3 Onboard for your dapp.
2424

2525
5. Are there any code examples?
2626

27-
Yes, we’ve made a connect wallet example available [here](https://onboard.blocknative.com/examples/connect-wallet#main-sidebar).
27+
Yes, we’ve made a connect wallet example available [here](https://web3onboard.thirdweb.com/examples/connect-wallet#main-sidebar).
2828

2929
6. Does Web3 Onboard support my favorite network?
3030

examples/with-ledger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
3232

3333
## Learn More
3434

35-
To learn more about how you can use web3Onboard to integrate Ledger and other popular web3 wallets into your dApps, take a look at our documentation: [Web3Onboard Documentation](https://onboard.blocknative.com/docs/overview/introduction#features) for more details.
35+
To learn more about how you can use web3Onboard to integrate Ledger and other popular web3 wallets into your dApps, take a look at our documentation: [Web3Onboard Documentation](https://web3onboard.thirdweb.com/docs/overview/introduction#features) for more details.

0 commit comments

Comments
 (0)