mirror of
https://github.com/placeholder-soft/web.git
synced 2026-04-28 19:05:28 +08:00
* Updated the Registry API content This commit updates the Registry API docs to reflect the most recent additions to the API and removes the beta flags * Added Registry API to the sidebar Added Registry API to the sidebar now that we are no longer in beta
86 lines
2.1 KiB
JavaScript
86 lines
2.1 KiB
JavaScript
module.exports = {
|
|
developers: [
|
|
['overview'],
|
|
['using-base'],
|
|
{
|
|
type: 'category',
|
|
label: 'Notices',
|
|
collapsible: false,
|
|
collapsed: false,
|
|
items: ['notices/preparing-for-fault-proofs-on-base-sepolia'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Building on Base',
|
|
collapsible: false,
|
|
collapsed: false,
|
|
items: [
|
|
'building-with-base/network-information',
|
|
'building-with-base/base-contracts',
|
|
'building-with-base/fees',
|
|
'building-with-base/differences',
|
|
{
|
|
type: 'link',
|
|
label: 'Decentralizing Base with Optimism',
|
|
href: 'https://base.mirror.xyz/H_KPwV31M7OJT-THUnU7wYjOF16Sy7aWvaEr5cgHi8I',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Tools',
|
|
collapsible: false,
|
|
collapsed: false,
|
|
items: [
|
|
'tools/node-providers',
|
|
'tools/block-explorers',
|
|
'tools/network-faucets',
|
|
'tools/oracles',
|
|
'tools/data-indexers',
|
|
'tools/cross-chain',
|
|
'tools/account-abstraction',
|
|
'tools/onramps',
|
|
'tools/onboarding',
|
|
'tools/bridges-mainnet',
|
|
'tools/registry-api',
|
|
{
|
|
type: 'category',
|
|
label: 'Toolchains',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: ['tools/foundry', 'tools/hardhat', 'tools/thirdweb-cli'],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Clients',
|
|
collapsible: true,
|
|
collapsed: true,
|
|
items: ['tools/ethers', 'tools/thirdweb-sdk', 'tools/viem', 'tools/web3'],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: 'category',
|
|
label: 'Tokens',
|
|
collapsible: false,
|
|
collapsed: false,
|
|
items: ['tokens/token-list', 'tokens/wallet'],
|
|
},
|
|
['contracts'],
|
|
['security'],
|
|
{
|
|
type: 'link',
|
|
label: 'Status',
|
|
href: 'https://status.base.org',
|
|
},
|
|
{
|
|
type: 'link',
|
|
label: 'Brand Kit',
|
|
href: 'https://github.com/base-org/brand-kit',
|
|
},
|
|
['terms-of-service'],
|
|
['privacy-policy'],
|
|
['cookie-policy'],
|
|
],
|
|
};
|