File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ site_name: BehaviorTree.CPP
2
2
site_description : Introduction to Behavior Trees
3
3
site_author : Davide Faconti
4
4
5
- copyright : ' Copyright © 2018 Davide Faconti, Eurecat'
5
+ copyright : ' Copyright © 2018-2019 Davide Faconti, Eurecat'
6
6
7
7
theme :
8
8
name : ' material'
11
11
feature :
12
12
tabs : true
13
13
palette :
14
- primary : blue grey
15
- accent : green
14
+ primary : indigo
15
+ accent : Deep Purple
16
16
font :
17
17
text : Ubuntu
18
18
code : Roboto Mono
@@ -33,12 +33,14 @@ pages:
33
33
34
34
- Learn the basics :
35
35
- Introduction : BT_basics.md
36
+ - Getting started : getting_started.md
36
37
- Sequence Nodes : SequenceNode.md
37
38
- Fallback Nodes : FallbackNode.md
38
39
- Decorators Nodes : DecoratorNode.md
40
+ - The XML format : xml_format.md
39
41
40
42
- Tutorials :
41
- - Getting started : getting_started.md
43
+
42
44
- " Tutorial 1: Create a Tree " : tutorial_01_first_tree.md
43
45
- " Tutorial 2: Basic Ports " : tutorial_02_basic_ports.md
44
46
- " Tutorial 3: Generic ports " : tutorial_03_generic_ports.md
48
50
- " Tutorial 7: Wrap legacy code " : tutorial_07_legacy.md
49
51
- " Tutorial 8: Class parameters " : tutorial_08_additional_args.md
50
52
- " Tutorial 9: Coroutines " : tutorial_09_coroutines.md
51
- - " The XML format " : xml_format.md
52
53
53
- - Migration :
54
- - Migrate from version 2 : MigrationGuide.md
54
+ - Migration Guide :
55
+ - Migrate from Version 2.X : MigrationGuide.md
You can’t perform that action at this time.
0 commit comments