Skip to content

Commit

Permalink
chore: Update redirect for reports, voucher numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
masiedu4 committed Aug 16, 2024
1 parent e14911f commit e820d5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hide_table_of_contents: false

Vouchers represent transactions that can be carried out on the base layer blockchain, such as asset transfers. They are used to effect changes in the base layer based on the application's state.

## Get Voucher by Index
## 1. Get Voucher by Index

Retrieve a specific voucher based on its index and associated input index.

Expand Down Expand Up @@ -55,7 +55,7 @@ For vouchers, the API provides access to proof data that can be used for validat
[`Voucher`](../../objects/voucher)


## Get Vouchers
## 2. Get Vouchers

Retrieve a list of vouchers with support for pagination.

Expand Down Expand Up @@ -97,7 +97,7 @@ query vouchers($first: Int, $after: String) {
[`VoucherConnection`](../../objects/voucher-connection)


## Get Vouchers by Input
## 3. Get Vouchers by Input

Retrieve vouchers associated with a specific input.

Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ const config = {
to: "/cartesi-rollups/1.5/rollups-apis/graphql/queries/vouchers/",
from: "/cartesi-rollups/1.5/rollups-apis/graphql/queries/list-vouchers/",
},
{
to: "/cartesi-rollups/1.5/rollups-apis/graphql/queries/reports/",
from: "/cartesi-rollups/1.5/rollups-apis/graphql/queries/list_reports/",
},
{
to: "/cartesi-rollups/1.5/development/cli-commands/",
from: "/cartesi-rollups/1.5/development/node-configuration/",
Expand Down

0 comments on commit e820d5d

Please sign in to comment.