This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
docStructure.yml
79 lines (75 loc) · 1.9 KB
/
docStructure.yml
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
extra_unneeded_data_for_testing: "Hello!"
FileSystem:
- Ev3Wrap:
no_page: true
display_text: "AAA_BRANCH_NAME_AAA"
child_folder_reqs:
- "ev3wrap"
- "AAA_BRANCH_NAME_AAA"
children:
- quickstart:
tag: "quickstart"
children:
- index:
tag: "introduction"
- troubleshooting:
tag: "troubleshooting"
- irseekerTutorial:
tag: "IrseekerTutorial"
- MotorTutorial:
tag: "MotorTutorial"
- SpeedingUpBindingTutorial:
tag: "SpeedingUpBindingTutorial"
- MotorPairTutorial:
tag: "MotorPairTutorial"
- documentation:
tag: "documentation"
child_folder_reqs:
- "documentation"
children:
- Blockable:
tag: "Blockable"
- Button:
tag: "Button"
- ColorSensor:
tag: "ColorSensor"
- CompassSensor:
tag: "CompassSensor"
- GyroSensor:
tag: "GyroSensor"
- IrSeekerSensor:
tag: "IrSeekerSensor"
- Motor:
tag: "Motor"
- MotorPair:
tag: "MotorPair"
- Omni:
tag: "Omni"
- TouchSensor:
tag: "TouchSensor"
- UltrasonicSensor:
tag: "UltrasonicSensor"
- Utilities:
tag: "Utilities"
- Vector:
tag: "Vector"
- BluetoothSocket:
tag: "bluetooth-socket"
- contributing:
tag: "contribute"
child_folder_reqs:
- "contributing"
children:
- libraryStructre:
tag: "libraryStructure"
child_folder_reqs:
- "libraryStructure"
children:
- CMakeSpecifics:
tag: "CMakeSpecifics"
- CMakeExamples:
tag: "CMakeExamples"
- branchNamingRules:
tag: "branchNamingRules"
- writingDocumentation:
tag: "writingDocumentation"