Files
web/apps/base-docs/sidebars.js
2023-09-19 16:21:42 -04:00

101 lines
2.7 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: 'Guides',
collapsible: true,
collapsed: true,
items: [
{
type: 'category',
label: 'Deploying a Smart Contract',
collapsible: true,
collapsed: true,
items: [
'building-with-base/guides/deploy-smart-contracts',
'building-with-base/guides/deploy-with-remix',
'building-with-base/guides/deploy-with-thirdweb',
],
},
{
type: 'category',
label: 'Building a DApp',
collapsible: true,
collapsed: true,
items: ['building-with-base/guides/build-with-thirdweb'],
},
'building-with-base/guides/run-a-base-node',
],
},
],
},
{
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/onramps',
{
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', 'tools/truffle'],
},
{
type: 'category',
label: 'Clients',
collapsible: true,
collapsed: true,
items: ['tools/ethers', 'tools/thirdweb-sdk', 'tools/viem', 'tools/web3'],
},
],
},
['contracts'],
['tokens'],
{
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'],
],
};