From 101f365ba2e547b48274a9c3ecfae0f6975c8652 Mon Sep 17 00:00:00 2001 From: Idogwu Chinonso Date: Wed, 9 Oct 2024 11:33:35 +0100 Subject: [PATCH] add: Included a new file in sidebar folder for V2.0 --- .../version-2.0-sidebars.json | 214 ++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 cartesi-rollups_versioned_sidebars/version-2.0-sidebars.json diff --git a/cartesi-rollups_versioned_sidebars/version-2.0-sidebars.json b/cartesi-rollups_versioned_sidebars/version-2.0-sidebars.json new file mode 100644 index 00000000..288c2b9d --- /dev/null +++ b/cartesi-rollups_versioned_sidebars/version-2.0-sidebars.json @@ -0,0 +1,214 @@ +{ + "rollups": [ + { + "type": "doc", + "id": "overview", + "label": "Overview" + }, + { + "type": "doc", + "id": "quickstart", + "label": "Quickstart" + }, + { + "type": "category", + "label": "Core Concepts", + "collapsed": true, + "items": [ + "core-concepts/optimistic-rollups", + "core-concepts/architecture", + "core-concepts/mainnet-considerations" + ] + }, + { + "type": "category", + "label": "Rollups APIs", + "collapsed": true, + "items": [ + "rollups-apis/http-api", + { + "type": "category", + "label": "Backend APIs", + "collapsed": true, + "items": [ + "rollups-apis/backend/introduction", + "rollups-apis/backend/notices", + "rollups-apis/backend/vouchers", + "rollups-apis/backend/reports" + ] + }, + { + "type": "category", + "label": "Frontend APIs", + "collapsed": true, + "items": [ + { + "type": "category", + "label": "Smart contracts API", + "collapsed": true, + "items": [ + "rollups-apis/json-rpc/overview", + "rollups-apis/json-rpc/input-box", + "rollups-apis/json-rpc/application", + "rollups-apis/json-rpc/application-factory", + { + "type": "category", + "label": "Portals", + "collapsed": true, + "items": [ + "rollups-apis/json-rpc/portals/ERC20Portal", + "rollups-apis/json-rpc/portals/ERC721Portal", + "rollups-apis/json-rpc/portals/ERC1155SinglePortal", + "rollups-apis/json-rpc/portals/ERC1155BatchPortal", + "rollups-apis/json-rpc/portals/EtherPortal" + ] + }, + { + "type": "category", + "label": "Relayer", + "collapsed": true, + "items": [ + "rollups-apis/json-rpc/relays/relays" + ] + } + ] + }, + { + "type": "category", + "label": "GraphQL API", + "collapsed": true, + "items": [ + "rollups-apis/graphql/overview", + { + "type": "category", + "label": "Queries", + "collapsed": true, + "items": [ + "rollups-apis/graphql/queries/inputs", + "rollups-apis/graphql/queries/notices", + "rollups-apis/graphql/queries/vouchers", + "rollups-apis/graphql/queries/reports" + ] + }, + { + "type": "category", + "label": "Objects", + "collapsed": true, + "items": [ + { + "type": "autogenerated", + "dirName": "rollups-apis/graphql/objects" + } + ] + }, + { + "type": "category", + "label": "Filters", + "collapsed": true, + "items": [ + { + "type": "autogenerated", + "dirName": "rollups-apis/graphql/inputs" + } + ] + }, + { + "type": "category", + "label": "Scalars", + "collapsed": true, + "items": [ + { + "type": "autogenerated", + "dirName": "rollups-apis/graphql/scalars" + } + ] + } + ] + } + ] + } + ] + }, + { + "type": "category", + "label": "Development", + "collapsed": true, + "items": [ + "development/installation", + "development/building-a-dapp", + "development/cli-commands", + "development/send-inputs", + "development/query-outputs", + "development/asset-handling", + "development/reference", + "development/community-tools" + ] + }, + { + "type": "category", + "label": "Deployment", + "collapsed": true, + "items": [ + "deployment/introduction", + "deployment/self-hosted" + ] + }, + { + "type": "category", + "label": "Tutorials", + "collapsed": true, + "items": [ + "tutorials/calculator", + "tutorials/ether-wallet", + "tutorials/erc-20-token-wallet", + "tutorials/erc-721-token-wallet", + "tutorials/react-frontend-application", + "tutorials/cli-account-abstraction-feauture" + ] + }, + { + "type": "category", + "label": "References", + "collapsed": true, + "items": [ + { + "type": "category", + "label": "Releases", + "items": [ + { + "type": "link", + "label": "Cartesi CLI", + "href": "https://github.com/cartesi/cli/releases" + }, + { + "type": "link", + "label": "Rollups Node", + "href": "https://github.com/cartesi/rollups-node/releases" + }, + { + "type": "link", + "label": "Rollups Contracts", + "href": "https://github.com/cartesi/rollups-contracts/releases" + } + ] + }, + { + "type": "category", + "label": "Changelog", + "items": [ + { + "type": "link", + "label": "Rollups Node", + "href": "https://github.com/cartesi/rollups-node/blob/main/CHANGELOG.md" + }, + { + "type": "link", + "label": "Rollups Contracts", + "href": "https://github.com/cartesi/rollups-contracts/blob/main/CHANGELOG.md" + } + ] + } + ] + } + ] +} \ No newline at end of file