diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index b3472c21e..24d8d7613 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -6,6 +6,7 @@ assignees: - taylorjdawson - aaronbarnardsound - Adamj1232 + - leightkt body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/FEATURE.yml b/.github/ISSUE_TEMPLATE/FEATURE.yml index 37672592f..2f9c99780 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE.yml @@ -6,6 +6,7 @@ assignees: - taylorjdawson - aaronbarnardsound - Adamj1232 + - leightkt body: - type: markdown attributes: diff --git a/.github/workflows/issue-to-notion.yml b/.github/workflows/issue-to-notion.yml index e1ce264d4..a1ada2c06 100644 --- a/.github/workflows/issue-to-notion.yml +++ b/.github/workflows/issue-to-notion.yml @@ -21,12 +21,12 @@ jobs: STATE: ${{ github.event.issue.state }} ISSUE_URL: ${{ github.event.issue.html_url }} TITLE: ${{ github.event.issue.title }} - FLAG: Github + FLAG: Next Sprint DATABASE_NAME: Product STATUS: Backlog # Product Work Board DATABASE_ID: 69f0e513a59d445b87a1baed729c75c5 PROJECT_NAME: web3-onboard # User ids of who to assign the card to in notion: Taylor, Adam, Aaron - NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2 + NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2,436b76c5-fed3-42d2-b3ca-49bb882843f8 shell: bash diff --git a/docs/src/routes/docs/[...1]overview/[...1]introduction.md b/docs/src/routes/docs/[...1]overview/[...1]introduction.md index 77d27856d..fcd44d7ef 100644 --- a/docs/src/routes/docs/[...1]overview/[...1]introduction.md +++ b/docs/src/routes/docs/[...1]overview/[...1]introduction.md @@ -33,7 +33,7 @@ Web3-Onboard is the quickest and easiest way to add multi-wallet and multi-chain ### Supported Networks -web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](https://onboard.blocknative.com/docs/modules/core#options). +web3-onboard supports all EVM networks. Supporting a new network is simply a matter of adding its details in the Chains section upon initialization. For more information see [initialization options](../../docs/modules/core.md#options). - Ethereum - Arbitrum @@ -141,35 +141,35 @@ if (wallets[0]) { Add other wallet modules such as Wallet Connect or Ledger to increase the support and functionality of your web3-onboard implementation. All modules are listed below and can be accessed through the subpages of web3-onboard docs on the left. -We recommend you add the [Core Repo](https://onboard.blocknative.com/docs/modules/core#install) and consider adding the [Injected Wallets](https://onboard.blocknative.com/docs/packages/injected#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away. +We recommend you add the [Core Repo](../../docs/modules/core.md#install) and consider adding the [Injected Wallets](../../docs/wallets/injected.md#install) module to get connected with wallets like Metamask, Trust, Coinbase Wallet & more right away. -[**Core Repo**](https://onboard.blocknative.com/docs/modules/core#install) +[**Core Repo**](../../docs/modules/core.md#install) -[**Injected Wallets**](https://onboard.blocknative.com/docs/packages/injected#install) +[**Injected Wallets**](../../docs/wallets/injected.md#install) **SDK Wallets** -- [Coinbase](https://onboard.blocknative.com/docs/packages/coinbase#install) -- [WalletConnect](https://onboard.blocknative.com/docs/packages/walletconnect#install) -- [Gnosis](https://onboard.blocknative.com/docs/packages/gnosis#install) -- [Magic](https://onboard.blocknative.com/docs/packages/magic#login-options) -- [Fortmatic](https://onboard.blocknative.com/docs/packages/formatic#install) -- [MEW](https://onboard.blocknative.com/docs/packages/mew#install) -- [Portis](https://onboard.blocknative.com/docs/packages/portis#install) -- [Web3Auth](https://onboard.blocknative.com/docs/packages/web3auth#install) +- [Coinbase](../../docs/wallets/coinbase.md#install) +- [WalletConnect](../../docs/wallets/walletconnect.md#install) +- [Gnosis](../../docs/wallets/gnosis.md#install) +- [Magic](../../docs/wallets/magic.md#login-options) +- [Fortmatic](../../docs/wallets/formatic.md#install) +- [MEW](../../docs/wallets/mewwallet.md#install) +- [Portis](../../docs/wallets/portis.md#install) +- [Web3Auth](../../docs/wallets/web3auth.md#install) **Hardware Wallets** -- [Ledger](https://onboard.blocknative.com/docs/packages/ledger#install) -- [Trezor](https://onboard.blocknative.com/docs/packages/trezor#install) -- [Keystone](https://onboard.blocknative.com/docs/packages/keystone#install) -- [KeepKey](https://onboard.blocknative.com/docs/packages/keepkey#install) -- [D'cent](https://onboard.blocknative.com/docs/packages/dcent#wallet-module-for-connecting-d-cent-hardware-wallets-to-web3-onboard) +- [Ledger](../../docs/wallets/ledger.md#install) +- [Trezor](../../docs/wallets/trezor.md#install) +- [Keystone](../../docs/wallets/keystone.md#install) +- [KeepKey](../../docs/wallets/keepkey.md#install) +- [D'cent](../../docs/wallets/dcent.md#install) **Frameworks** -- [React](https://onboard.blocknative.com/docs/modules/react#quickstart-with-injected-wallets-and-ethers-provider) -- [Vue](https://onboard.blocknative.com/docs/modules/vue#install) +- [React](../../docs/modules/react.md#quickstart-with-injected-wallets-and-ethers-provider) +- [Vue](../../docs/modules/vue.md#install) ## Test out the demo app diff --git a/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md b/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md index 6885e11c9..cbed1ed50 100644 --- a/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md +++ b/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md @@ -46,7 +46,7 @@ To add a new wallet to the official Web3 Onboard packages and repo, create a [pu Please also include updates to documentation in your PR. Refer to the [docs contributions section](#documentation-contributions-📄) and the PR template docs checklist. ### Adding Injected Wallets -If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](http://localhost:3000/docs/wallets/injected#injected-wallets-supported-natively). +If the wallet you are adding is an “injected” wallet (browser extension, mobile dapp browser wallet), add a wallet to the injected wallets module. [See here for an example of an injected wallets pull request.](https://github.com/blocknative/web3-onboard/pull/1177/files) You should also add the wallet to the [natively supported injected wallets list](../../docs/wallets/injected.md#injected-wallets-supported-natively). ### Adding Wallet Modules Otherwise, if the wallet you are adding requires dependencies and initialization (SDK), then you will need to create a new package in the Web3 Onboard monorepo. [See here for an example of a pull request.](https://github.com/blocknative/web3-onboard/pull/1238/files) @@ -76,4 +76,4 @@ Jump in our [Discord](https://discord.com/invite/KZaBVME) and share your feedbac ## [Support 🤓](#support) -For general questions about how to use Web3 Onboard please first check out our [docs](https://onboard.blocknative.com/docs/overview/introduction#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team. +For general questions about how to use Web3 Onboard please first check out our [docs](../../docs/overview/introduction.md#features), then head to our [Discord](https://discord.com/invite/KZaBVME) for support from the Blocknative team.