|
@ -141,29 +141,28 @@ If you are adding a new route, you have to add your route to a section contained |
|
|
sections: |
|
|
sections: |
|
|
- pages: |
|
|
- pages: |
|
|
- path: / |
|
|
- path: / |
|
|
- path: /build-apps # is an overview page |
|
|
- path: /understand-stacks |
|
|
- path: /smart-contracts |
|
|
|
|
|
pages: |
|
|
pages: |
|
|
- path: /overview |
|
|
- path: /overview |
|
|
- path: /principals |
|
|
- path: /testnet |
|
|
|
|
|
- path: /proof-of-transfer |
|
|
|
|
|
- path: /mining |
|
|
|
|
|
- path: /accounts |
|
|
|
|
|
- path: /transactions |
|
|
|
|
|
- path: /network |
|
|
|
|
|
- path: /stacking |
|
|
|
|
|
- path: /command-line-interface |
|
|
|
|
|
- path: /local-development |
|
|
|
|
|
- path: /technical-specs |
|
|
|
|
|
- path: /stacks-blockchain-api |
|
|
sections: |
|
|
sections: |
|
|
- title: Tutorials |
|
|
- title: Tutorials |
|
|
pages: |
|
|
pages: |
|
|
- path: /hello-world-tutorial |
|
|
- path: /managing-accounts |
|
|
- path: /counter-tutorial |
|
|
- path: /sending-tokens |
|
|
- path: /testing-contracts |
|
|
- path: /running-testnet-node |
|
|
- path: /mining # is an overview page |
|
|
- path: /integrate-stacking |
|
|
|
|
|
- path: /stacking-using-CLI |
|
|
- title: Technology ## NEEDS UPDATE ONCE STABLE |
|
|
|
|
|
pages: |
|
|
|
|
|
- path: /authentication |
|
|
|
|
|
pages: |
|
|
|
|
|
- path: /overview |
|
|
|
|
|
sections: |
|
|
|
|
|
- title: Tutorials |
|
|
|
|
|
usePageTitles: true |
|
|
|
|
|
pages: |
|
|
|
|
|
- path: /building-todo-app |
|
|
|
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Adding a new route requires to add a new `path`. |
|
|
Adding a new route requires to add a new `path`. |
|
|