Skip to content

Commit

Permalink
docs: moved asset API
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Feb 3, 2025
1 parent 2a6818e commit 78bd6ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@ export default defineConfig({
text: 'Using assets',
link: '/guide/utilities/using-assets',
},
{
text: 'Asset API',
link: '/guide/utilities/asset-api',
},
],
},
{
Expand Down Expand Up @@ -441,10 +445,6 @@ export default defineConfig({
text: 'Optimized React Example',
link: '/guide/cookbook/optimized-react-example',
},
{
text: 'Querying the Asset API',
link: '/guide/cookbook/querying-the-asset-api',
},
],
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Querying the Asset API
# Asset API

The Asset API is a RESTful API that allows you to query the assets on the Fuel blockchain. We allow for querying the Asset API on both the Mainnet and Testnet.

Expand Down

0 comments on commit 78bd6ff

Please sign in to comment.