Skip to content

Commit

Permalink
Merge pull request #2432 from dfinity/move-icrc1-reference
Browse files Browse the repository at this point in the history
Move ICRC-1 API reference to Reference section
  • Loading branch information
jessiemongeon1 authored Feb 1, 2024
2 parents d8ef01e + aa5531b commit b05350f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,9 @@ const sidebars = {
type: "category",
label: "ICRC-1 tokens",
items: [
"developer-docs/integrations/icrc-1/index",
"developer-docs/integrations/icrc-1/icrc1-ledger-setup",
"developer-docs/integrations/icrc-1/interact-with-ICRC-1-ledger",
"developer-docs/integrations/icrc-1/icrc1-index-setup"
"developer-docs/integrations/icrc-1/icrc1-index-setup"
],
},
{
Expand Down Expand Up @@ -776,6 +775,11 @@ const sidebars = {
label: "Asset canister",
id: "references/asset-canister",
},
{
type: "doc",
label: "ICRC-1 token standard",
id: "developer-docs/integrations/icrc-1/index"
},
{
type: "doc",
label: "Internet Identity",
Expand All @@ -786,7 +790,7 @@ const sidebars = {
label: "Ledger canister",
id: "references/ledger",
},
],
],
},
{
type: "category",
Expand Down

0 comments on commit b05350f

Please sign in to comment.