Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39f620d

Browse files
author
Davide Faconti
committed
cleaning up the docs
1 parent dd7e5ae commit 39f620d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

docs/BlackBoard.md

Whitespace-only changes.

docs/NodeParameters.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

mkdocs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ site_name: BehaviorTree.CPP
22
site_description: Introduction to Behavior Trees
33
site_author: Davide Faconti
44

5-
copyright: 'Copyright © 2018 Davide Faconti, Eurecat'
5+
copyright: 'Copyright © 2018-2019 Davide Faconti, Eurecat'
66

77
theme:
88
name: 'material'
@@ -11,8 +11,8 @@ theme:
1111
feature:
1212
tabs: true
1313
palette:
14-
primary: blue grey
15-
accent: green
14+
primary: indigo
15+
accent: Deep Purple
1616
font:
1717
text: Ubuntu
1818
code: Roboto Mono
@@ -33,12 +33,14 @@ pages:
3333

3434
- Learn the basics:
3535
- Introduction: BT_basics.md
36+
- Getting started: getting_started.md
3637
- Sequence Nodes: SequenceNode.md
3738
- Fallback Nodes: FallbackNode.md
3839
- Decorators Nodes: DecoratorNode.md
40+
- The XML format: xml_format.md
3941

4042
- Tutorials:
41-
- Getting started: getting_started.md
43+
4244
- "Tutorial 1: Create a Tree": tutorial_01_first_tree.md
4345
- "Tutorial 2: Basic Ports": tutorial_02_basic_ports.md
4446
- "Tutorial 3: Generic ports": tutorial_03_generic_ports.md
@@ -48,7 +50,6 @@ pages:
4850
- "Tutorial 7: Wrap legacy code": tutorial_07_legacy.md
4951
- "Tutorial 8: Class parameters": tutorial_08_additional_args.md
5052
- "Tutorial 9: Coroutines": tutorial_09_coroutines.md
51-
- "The XML format": xml_format.md
5253

53-
- Migration:
54-
- Migrate from version 2: MigrationGuide.md
54+
- Migration Guide:
55+
- Migrate from Version 2.X: MigrationGuide.md

0 commit comments

Comments
 (0)