Add reference pages to docs sidebar, change titles to include description like python
This commit is contained in:
parent
fddda1a0a2
commit
ee4d62be46
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: big-map-reference
|
||||
title: Big Map
|
||||
title: Big Map — Scalable hashmap primitive
|
||||
---
|
||||
|
||||
## Defining A Big Map Type
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: bytes-reference
|
||||
title: Bytes
|
||||
title: Bytes — Manipulate bytes data
|
||||
---
|
||||
|
||||
## Bytes.concat(b1: bytes, b2: bytes) : bytes
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: crypto-reference
|
||||
title: Crypto
|
||||
title: Crypto — Cryptographic functions
|
||||
---
|
||||
|
||||
## Crypto.blake2b(data: bytes): bytes
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: list-reference
|
||||
title: List
|
||||
title: List — Ordered collection of a type
|
||||
---
|
||||
|
||||
## List.size(lst: a' list) : nat
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: map-reference
|
||||
title: Map
|
||||
title: Map — Hashmaps that it makes sense to iterate over
|
||||
---
|
||||
|
||||
## Defining A Map Type
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: set-reference
|
||||
title: Set
|
||||
title: Set — Unordered unique collection of a type
|
||||
---
|
||||
|
||||
## Defining a set
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: string-reference
|
||||
title: String
|
||||
title: String — Manipulate string data
|
||||
---
|
||||
|
||||
## String.size(s: string) : nat
|
||||
|
@ -20,9 +20,17 @@
|
||||
"advanced/include",
|
||||
"advanced/first-contract"
|
||||
],
|
||||
"API": [
|
||||
"API & Reference": [
|
||||
"api/cli-commands",
|
||||
"api/cheat-sheet"
|
||||
"api/cheat-sheet",
|
||||
"reference/big-map-reference",
|
||||
"reference/bytes-reference",
|
||||
"reference/crypto-reference",
|
||||
"reference/current-reference",
|
||||
"reference/list-reference",
|
||||
"reference/map-reference",
|
||||
"reference/set-reference",
|
||||
"reference/string-reference"
|
||||
]
|
||||
},
|
||||
"contributors-docs": {
|
||||
|
Loading…
Reference in New Issue
Block a user