tronprotocol / documentation

Documentations of project TRON
GNU Lesser General Public License v3.0
598 stars 494 forks source link

Js #538

Closed AbuKram032012 closed 1 month ago

AbuKram032012 commented 1 month ago

10 up }, { type: 'category', label: 'Smart Contract', collapsible: true, }, { type: 'category', label: 'Smart Contract', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'smartcontract/deploy-contracts', label: 'Deploy Contract', }, { type: 'doc', id: 'smartcontract/genesis-contracts', label: 'Genesis Contracts', }, ], }, { type: 'category', label: 'Node', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'node/build-fullnode', label: 'Fullnode Deployment', }, { type: 'doc', id: 'node/snapshot', label: 'Snapshot', }, ], }, { type: 'category', label: 'Bridge', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'bridge/overview', label: 'Overview', }, { type: 'doc', id: 'bridge/asset-map', label: 'Asset Map', }, { type: 'doc', id: 'bridge/deposit-and-withdraw', label: 'Deposit and Withdraw', }, { type: 'doc', id: 'bridge/deposit-checkpoint-event-tracking', label: 'Deposit Checkpoint Event Tracking', }, { type: 'doc', id: 'bridge/state-transfer', label: 'State Transfer', }, ], }, { type: 'doc', id: 'faq', label: 'FAQ', },

], validatorSidebar: [ { type: 'doc', id: 'validator/getting-started', label: 'Validator Overview', }, { type: 'doc', id: 'validator/responsibilities', label: 'Responsibilities', }, { type: 'doc', id: 'validator/staking', label: 'Staking', }, { type: 'doc', id: 'validator/rewards', label: 'Rewards', }, { type: 'category', label: 'Core Components', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'validator/core-components/delivery-layer', label: 'Delivery Layer', }, { type: 'doc', id: 'validator/core-components/bttc-layer', label: 'Bttc Layer', }, { type: 'doc', id: 'validator/core-components/checkpoint', label: 'Checkpoints', }, { type: 'doc', id: 'validator/core-components/key-management', label: 'Key Management', }, { type: 'doc', id: 'validator/core-components/proposer-producer-selection', label: 'Proposers & Producers', }, { type: 'doc', id: 'validator/core-components/proposer-bonus', label: 'Proposer Bonus', }, { type: 'doc', id: 'validator/core-components/transaction-fees', label: 'Transaction Fees', }, { type: 'doc', id: 'validator/core-components/state-sync-mechanism', label: 'State Sync Mechanism', }, ], }, { type: 'category', label: 'Node Management', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'validator/build-validator-node', label: 'Validator Node Deployment', }, { type: 'doc', id: 'node/snapshot', label: 'Snapshot', }, { type: 'doc', id: 'validator/port_management', label: 'Port Management', }, ], }, { type: 'category', label: 'Staking Operations', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'validator/validator-commission-operations', label: 'Commission Operations', }, ], },

{
  type: 'doc',
  id: 'validator/glossary',
  label: 'Glossary',
}

], delegator: [ { type: 'doc', id: 'delegator/how-to-delegate', label: 'How to Delegate', }, { type: 'doc', id: 'delegator/contract', label: 'Contract', }, { type: 'doc', id: 'delegator/delegate-faq', label: 'Delegator FAQ', },

], governanceSidebar: [ { type: 'doc', id: 'governance/govern', label: 'Governance', }, ], contribute: [ { type: 'doc', id: 'contribute/guidelines', label: 'Contributor Guidelines', }, ], architecture: [ { type: 'doc', id: 'architecture/arch', label: 'Architecture', }, ], basics: [ { type: 'category', label: 'BlockChain Basics', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'basics/blockchain-basics/basics-blockchain', label: 'BlockChain', }, { type: 'doc', id: 'basics/blockchain-basics/basics-blockchain-types', label: 'Types of Blockchain', }, { type: 'doc', id: 'basics/blockchain-basics/basics-consensus-mechanism', label: 'Consensus', }, { type: 'doc', id: 'basics/blockchain-basics/basics-ethereum', label: 'Ethereum', }, { type: 'doc', id: 'basics/blockchain-basics/basics-solidity', label: 'Solidity', }, { type: 'doc', id: 'basics/blockchain-basics/basics-accounts', label: 'Accounts', }, { type: 'doc', id: 'basics/blockchain-basics/basics-gas', label: 'Gas', }, ], }, { type: 'category', label: 'BTTC Basics', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'basics/bttc-basics/what-is-bttc', label: 'What is BTTC?', }, { type: 'doc', id: 'basics/bttc-basics/what-is-proof-of-stake', label: 'What is Proof of Stake?', }, { type: 'doc', id: 'basics/bttc-basics/who-is-a-delegator', label: 'Who is Delegator?', }, { type: 'doc', id: 'basics/bttc-basics/who-is-a-validator', label: 'Who is Validator?', }, { type: 'doc', id: 'basics/bttc-basics/bttc-pos-architecture', label: 'BTTC PoS Architecture', }, ], }, ],

};

module.exports = sidebars;

AbuKram032012 commented 1 month ago

10 up }, { type: 'category', label: 'Smart Contract', collapsible: true, }, { type: 'category', label: 'Smart Contract', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'smartcontract/deploy-contracts', label: 'Deploy Contract', }, { type: 'doc', id: 'smartcontract/genesis-contracts', label: 'Genesis Contracts', }, ], }, { type: 'category', label: 'Node', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'node/build-fullnode', label: 'Fullnode Deployment', }, { type: 'doc', id: 'node/snapshot', label: 'Snapshot', }, ], }, { type: 'category', label: 'Bridge', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'bridge/overview', label: 'Overview', }, { type: 'doc', id: 'bridge/asset-map', label: 'Asset Map', }, { type: 'doc', id: 'bridge/deposit-and-withdraw', label: 'Deposit and Withdraw', }, { type: 'doc', id: 'bridge/deposit-checkpoint-event-tracking', label: 'Deposit Checkpoint Event Tracking', }, { type: 'doc', id: 'bridge/state-transfer', label: 'State Transfer', }, ], }, { type: 'doc', id: 'faq', label: 'FAQ', },

], validatorSidebar: [ { type: 'doc', id: 'validator/getting-started', label: 'Validator Overview', }, { type: 'doc', id: 'validator/responsibilities', label: 'Responsibilities', }, { type: 'doc', id: 'validator/staking', label: 'Staking', }, { type: 'doc', id: 'validator/rewards', label: 'Rewards', }, { type: 'category', label: 'Core Components', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'validator/core-components/delivery-layer', label: 'Delivery Layer', }, { type: 'doc', id: 'validator/core-components/bttc-layer', label: 'Bttc Layer', }, { type: 'doc', id: 'validator/core-components/checkpoint', label: 'Checkpoints', }, { type: 'doc', id: 'validator/core-components/key-management', label: 'Key Management', }, { type: 'doc', id: 'validator/core-components/proposer-producer-selection', label: 'Proposers & Producers', }, { type: 'doc', id: 'validator/core-components/proposer-bonus', label: 'Proposer Bonus', }, { type: 'doc', id: 'validator/core-components/transaction-fees', label: 'Transaction Fees', }, { type: 'doc', id: 'validator/core-components/state-sync-mechanism', label: 'State Sync Mechanism', }, ], }, { type: 'category', label: 'Node Management', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'validator/build-validator-node', label: 'Validator Node Deployment', }, { type: 'doc', id: 'node/snapshot', label: 'Snapshot', }, { type: 'doc', id: 'validator/port_management', label: 'Port Management', }, ], }, { type: 'category', label: 'Staking Operations', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'validator/validator-commission-operations', label: 'Commission Operations', }, ], },

{
  type: 'doc',
  id: 'validator/glossary',
  label: 'Glossary',
}

], delegator: [ { type: 'doc', id: 'delegator/how-to-delegate', label: 'How to Delegate', }, { type: 'doc', id: 'delegator/contract', label: 'Contract', }, { type: 'doc', id: 'delegator/delegate-faq', label: 'Delegator FAQ', },

], governanceSidebar: [ { type: 'doc', id: 'governance/govern', label: 'Governance', }, ], contribute: [ { type: 'doc', id: 'contribute/guidelines', label: 'Contributor Guidelines', }, ], architecture: [ { type: 'doc', id: 'architecture/arch', label: 'Architecture', }, ], basics: [ { type: 'category', label: 'BlockChain Basics', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'basics/blockchain-basics/basics-blockchain', label: 'BlockChain', }, { type: 'doc', id: 'basics/blockchain-basics/basics-blockchain-types', label: 'Types of Blockchain', }, { type: 'doc', id: 'basics/blockchain-basics/basics-consensus-mechanism', label: 'Consensus', }, { type: 'doc', id: 'basics/blockchain-basics/basics-ethereum', label: 'Ethereum', }, { type: 'doc', id: 'basics/blockchain-basics/basics-solidity', label: 'Solidity', }, { type: 'doc', id: 'basics/blockchain-basics/basics-accounts', label: 'Accounts', }, { type: 'doc', id: 'basics/blockchain-basics/basics-gas', label: 'Gas', }, ], }, { type: 'category', label: 'BTTC Basics', collapsible: true, collapsed: true, items: [ { type: 'doc', id: 'basics/bttc-basics/what-is-bttc', label: 'What is BTTC?', }, { type: 'doc', id: 'basics/bttc-basics/what-is-proof-of-stake', label: 'What is Proof of Stake?', }, { type: 'doc', id: 'basics/bttc-basics/who-is-a-delegator', label: 'Who is Delegator?', }, { type: 'doc', id: 'basics/bttc-basics/who-is-a-validator', label: 'Who is Validator?', }, { type: 'doc', octocat.com id: 'basics/bttc-basics/bttc-pos-architecture', label: 'BTTC PoS Architecture', }, ], }, ],

};

module.exports = sidebars;