-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathsidebar.yml
More file actions
119 lines (118 loc) · 3.03 KB
/
Copy pathsidebar.yml
File metadata and controls
119 lines (118 loc) · 3.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Refer to https://docusaurus.io/docs/sidebar/items
# For possible values of type
referenceSidebar:
- label: The Move Reference
enumerate: false
id: index
- type: category
enumerate: false
label: Getting Started
items:
- label: 1. Modules
id: modules
- type: category
enumerate: false
label: Basic Concepts
items:
- type: category
label: 2. Primitive Types
link:
id: primitive-types
type: doc
items:
- label: 2.1 Integers
id: primitive-types/integers
- label: 2.2 Bool
id: primitive-types/bool
- label: 2.3 Address
id: primitive-types/address
- label: 2.4 Vector
id: primitive-types/vector
- label: 2.5 References
id: primitive-types/references
- label: 2.6 Tuples and Unit
id: primitive-types/tuples
- label: 3. Local Variables and Scopes
id: variables
- label: 4. Equality
id: equality
- type: category
label: 5. Abort and Assert
link:
id: abort-and-assert
type: doc
items:
- label: 5.1 Clever Errors
id: abort-and-assert/clever-errors
- type: category
label: 6. Control Flow
link:
id: control-flow
type: doc
items:
- label: 6.1 Conditional Expressions
id: control-flow/conditionals
- label: 6.2 Loops
id: control-flow/loops
- label: 6.3 Labeled Control Flow
id: control-flow/labeled-control-flow
- label: 6.4 Pattern Matching
id: control-flow/pattern-matching
- type: category
label: 7. Functions
link:
id: functions
type: doc
items:
- label: 7.1 Macros
id: functions/macros
- label: 8. Structs
id: structs
- label: 9. Enums
id: enums
- label: 10. Constants
id: constants
- label: 11. Generics
id: generics
- type: category
label: 12. Abilities
link:
id: abilities
type: doc
items:
- label: 12.1 Sui Object
id: abilities/object
- label: 13. Uses and Aliases
id: uses
- type: category
enumerate: false
label: Advanced Concepts
items:
- label: 14. Method Syntax
id: method-syntax
- label: 15. Index Syntax
id: index-syntax
- type: category
label: Tooling
enumerate: false
items:
- label: 16. Packages
id: packages
- label: 17. Unit Testing
id: unit-testing
- label: 18. Compilation Modes
id: modes
- label: 19. Module Extensions
id: extensions
- type: category
label: Reference
enumerate: false
items:
- label: 20. Coding Conventions
id: coding-conventions
- type: category
label: Deprecated
enumerate: false
items:
- label: 21. Friends
id: friends