Browse Source

fix: nft tutorial navigation inconsistency

friedger-patch-7
Patrick Gray 4 years ago
committed by Patrick Gray
parent
commit
be33bc6a76
  1. 5
      next.config.js
  2. 2
      src/common/navigation.yaml
  3. 2
      src/pages/index.md
  4. 0
      src/pages/write-smart-contracts/nft-tutorial.md

5
next.config.js

@ -8,6 +8,11 @@ const withFonts = require('next-fonts');
async function redirects() {
return [
{
source: '/write-smart-contracts/nft',
destination: '/write-smart-contracts/nft-tutorial',
permanent: true,
},
{
source: '/understand-stacks/integrate-stacking',
destination: '/build-apps/guides/integrate-stacking',

2
src/common/navigation.yaml

@ -49,7 +49,7 @@ sections:
pages:
- path: /hello-world-tutorial
- path: /counter-tutorial
- path: /nft
- path: /nft-tutorial
- path: /billboard-tutorial
- path: /testing-contracts
- path: /build-apps

2
src/pages/index.md

@ -11,7 +11,7 @@ description: Write Clarity smart contracts, build apps, and starting mining with
## Write smart contracts
[@page-reference | grid]
| /write-smart-contracts/overview, /write-smart-contracts/hello-world-tutorial, /write-smart-contracts/tokens, /write-smart-contracts/nft
| /write-smart-contracts/overview, /write-smart-contracts/hello-world-tutorial, /write-smart-contracts/tokens, /write-smart-contracts/nft-tutorial
## Build apps

0
src/pages/write-smart-contracts/nft.md → src/pages/write-smart-contracts/nft-tutorial.md

Loading…
Cancel
Save