Files
web/apps/base-docs/sidebars.js
2024-04-03 15:03:04 -04:00

79 lines
2.0 KiB
JavaScript

module.exports = {
developers: [
['overview'],
['using-base'],
{
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/nft-checkout',
'tools/onramps',
'tools/onboarding',
{
type: 'category',
label: 'Bridges',
collapsible: true,
collapsed: true,
items: ['tools/bridges-mainnet', 'tools/bridges-testnet', 'tools/bridge-faq'],
},
{
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'],
},
],
},
['contracts'],
['tokens'],
['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'],
],
};