Skip to content

Commit 12373ad

Browse files
committed
forum added
1 parent 9eccd3a commit 12373ad

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,19 @@ to visualize, record, replay and analyze state transitions.
3535

3636
- Last but not least: it is well [documented](https://www.behaviortree.dev/)!
3737

38-
# Documentation
38+
## Documentation
3939

4040
You can learn about the main concepts, the API and the tutorials here: https://www.behaviortree.dev/
4141

42-
To find more details about the conceptual ideas that make this implementation different from others, you can read the [final deliverable of the project MOOD2Be](https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/MOOD2Be_final_report.pdf).
42+
To find more details about the conceptual ideas that make this implementation different from others,
43+
you can read the [final deliverable of the project MOOD2Be](https://github.com/BehaviorTree/BehaviorTree.CPP/blob/master/MOOD2Be_final_report.pdf).
4344

44-
# Commercial support
45+
## Forum and Community
46+
47+
If the documentation doesn't answer your questions and/or you want to
48+
connect with the other **BT.CPP** users, visit https://discourse.behaviortree.dev/
49+
50+
## Commercial support
4551

4652
Are you using BT.CPP in your commercial product and you need technical support / consulting?
4753
You can get in touch at [email protected] and we will happy to discuss your use case and needs.

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ to visualize, record, replay and analyze state transitions.
2020

2121
![ReadTheDocs](images/ReadTheDocs.png)
2222

23+
## Community
24+
25+
If this documentation doesn't answer your questions or if you simply want to
26+
connect with the community of BT.CPP users, visit https://discourse.behaviortree.dev/
27+
2328
## What is a Behavior Tree?
2429

2530
A Behavior Tree (__BT__) is a way to structure the switching between different

0 commit comments

Comments
 (0)