ligo/gitlab-pages/website/sidebars.json

49 lines
1.4 KiB
JSON
Raw Normal View History

{
"docs": {
"Intro": ["intro/what-and-why", "intro/installation", "intro/editor-support"],
2019-09-26 00:59:07 +04:00
"Language Basics": [
"language-basics/cheat-sheet",
"language-basics/types",
"language-basics/constants-and-variables",
"language-basics/math-numbers-tez",
"language-basics/strings",
2019-09-26 00:59:07 +04:00
"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"
2019-09-26 00:59:07 +04:00
],
"API": ["api-cli-commands"]
},
"contributors-docs": {
2019-09-26 00:59:07 +04:00
"Introduction": [
"contributors/origin",
"contributors/philosophy",
"contributors/getting-started",
"contributors/documentation-and-releases"
],
"Big Picture": [
"contributors/big-picture/overview",
2019-09-26 00:59:07 +04:00
"contributors/big-picture/front-end",
"contributors/big-picture/middle-end",
"contributors/big-picture/back-end",
"contributors/big-picture/vendors"
],
2019-09-26 00:59:07 +04:00
"Road Map": [
"contributors/road-map/short-term",
"contributors/road-map/long-term"
]
},
"tutorials": {
2019-09-26 00:59:07 +04:00
"Get Started": [
"tutorials/get-started/tezos-taco-shop-smart-contract",
"tutorials/get-started/tezos-taco-shop-payout"
]
}
}