51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"docs": {
|
|
"Intro": ["intro/what-and-why", "intro/installation", "intro/editor-support"],
|
|
"Language Basics": [
|
|
"language-basics/types",
|
|
"language-basics/constants-and-variables",
|
|
"language-basics/math-numbers-tez",
|
|
"language-basics/strings",
|
|
"language-basics/functions",
|
|
"language-basics/boolean-if-else",
|
|
"language-basics/unit-option-pattern-matching",
|
|
"language-basics/maps-records",
|
|
"language-basics/sets-lists-touples"
|
|
],
|
|
"Advanced": [
|
|
"advanced/timestamps-addresses",
|
|
"advanced/entrypoints-contracts",
|
|
"advanced/first-contract"
|
|
],
|
|
"API": [
|
|
"api/cli-commands",
|
|
"api/cheat-sheet"
|
|
]
|
|
},
|
|
"contributors-docs": {
|
|
"Introduction": [
|
|
"contributors/origin",
|
|
"contributors/philosophy",
|
|
"contributors/getting-started",
|
|
"contributors/documentation-and-releases"
|
|
],
|
|
"Big Picture": [
|
|
"contributors/big-picture/overview",
|
|
"contributors/big-picture/front-end",
|
|
"contributors/big-picture/middle-end",
|
|
"contributors/big-picture/back-end",
|
|
"contributors/big-picture/vendors"
|
|
],
|
|
"Road Map": [
|
|
"contributors/road-map/short-term",
|
|
"contributors/road-map/long-term"
|
|
]
|
|
},
|
|
"tutorials": {
|
|
"Get Started": [
|
|
"tutorials/get-started/tezos-taco-shop-smart-contract",
|
|
"tutorials/get-started/tezos-taco-shop-payout"
|
|
]
|
|
}
|
|
}
|